Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266519 - dev-python/multiprocessing-2.6.1.1 (New package)
Summary: dev-python/multiprocessing-2.6.1.1 (New package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-17 12:03 UTC by Guillaume Romanczyk
Modified: 2015-08-08 13:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for python multiprocessing backport. (multiprocessing-2.6.1.1.ebuild,830 bytes, text/plain)
2009-04-17 12:05 UTC, Guillaume Romanczyk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Romanczyk 2009-04-17 12:03:44 UTC
Preliminary Ebuild for dev-python/multiprocessing-2.6.1.1

This ebuild install multiprocessing with python 2.4 / 2.5.
As Python 2.6 and newer versions already come with multiprocessing, this ebuild check version before install and die if ${PYVER} == 2.6

Reproducible: Always

Steps to Reproduce:
1.place multiprocessing-2.6.1.1.ebuild into $PORTDIR_OVERLAY
2.ebuild multiprocessing-2.6.1.1.ebuild digest
3.emerge -av multiprocessing-2.6.1.1.ebuild

Actual Results:  
dev-python/multiprocessing is installed.

Expected Results:  
Add a test (use flag ?) to enable unit test.
Add a use flag 'doc' to build documentation.
Comment 1 Guillaume Romanczyk 2009-04-17 12:05:50 UTC
Created attachment 188669 [details]
Ebuild for python multiprocessing backport.
Comment 2 Manuel Rüger (RETIRED) gentoo-dev 2015-08-08 13:26:25 UTC
Python 2.4/2.5 have been removed from the tree, so I guess there's no need for this backport anymore.