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)

Portfile-py-workerpool.patch (1.4 KB) - added by cawka (Alex Afanasyev) 12 years ago.
Portfile-py-workerpool-updated.patch (1.5 KB) - added by cawka (Alex Afanasyev) 12 years ago.

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by cawka (Alex Afanasyev)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch added
Owner: changed from macports-tickets@… to akitada@…

Thanks.

The post-destroot block needs to go inside the if {$subport != $name} block too.

Changed 12 years ago by cawka (Alex Afanasyev)

comment:2 Changed 12 years ago by cawka (Alex Afanasyev)

Uploaded the updated patch

comment:3 Changed 12 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

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.