Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 266519

Summary: dev-python/multiprocessing-2.6.1.1 (New package)
Product: Gentoo Linux Reporter: Guillaume Romanczyk <guillaume>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: python
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild for python multiprocessing backport.

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.