Opened 12 years ago
Closed 12 years ago
#36025 closed enhancement (fixed)
unification and python version extension for workerpool library: py*-workerpool
Reported by: | cawka (Alex Afanasyev) | Owned by: | akitada@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch | Cc: | |
Port: | py-workerpool |
Description
There are currently two python ports.
One is py-workerpool, which is port for workerpool library for python24. Another one is py25-workerpool, which as name suggests is port for python25.
The attached (diff of) Portfile uses the python group and allows use of python 2.4, 2.5, 2.6, and 2.7 (though I have tested only with python 2.7).
Attachments (2)
Change History (5)
Changed 12 years ago by cawka (Alex Afanasyev)
Attachment: | Portfile-py-workerpool.patch added |
---|
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|---|
Owner: | changed from macports-tickets@… to akitada@… |
Changed 12 years ago by cawka (Alex Afanasyev)
Attachment: | Portfile-py-workerpool-updated.patch added |
---|
comment:3 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r98894 (maintainer timeout). Left python.default_version alone so that users who currently have py-workerpool installed will be correctly upgraded to py24-workerpool.
Note: See
TracTickets for help on using
tickets.
Thanks.
The
post-destroot
block needs to go inside theif {$subport != $name}
block too.