Opened 11 years ago
Closed 11 years ago
#42586 closed submission (fixed)
py-threadpool @1.2.7: new port
Reported by: | petrrr | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | py-threadpool |
Description
I provide a port, which I will need as a dependency. Details below.
py-threadpool @1.2.7 (python, net, parallel) Sub-ports: py26-threadpool, py27-threadpool Description: A thread pool is an object that maintains a pool of worker threads to perform time consuming operations in parallel. It assigns jobs to the threads by putting them in a work request queue, where they are picked up by the next available thread. This then performs the requested operation in the background and puts the results in another queue. Homepage: http://chrisarndt.de/projects/threadpool/ Library Dependencies: py27-threadpool Platforms: darwin License: MIT Maintainers: Peter.Danecek@bo.ingv.it, openmaintainer@macports.org
Attachments (1)
Change History (3)
Changed 11 years ago by petrrr
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Thanks. Added in r117782. I moved the livecheck lines to the end into an else
block to be like pretty much all other python portfiles.
comment:2 Changed 11 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Portfile for python/py-threadpool