Changeset 83366
- Timestamp:
- 08/30/11 06:02:11 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 1 deleted
- 1 edited
- 1 moved
-
py-zmq (moved) (moved from trunk/dports/python/py26-zmq)
-
py-zmq/Portfile (modified) (1 diff)
-
py27-zmq (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-zmq/Portfile
r78624 r83366 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=41 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 2 2 # $Id$ 3 3 4 PortSystem 1.05 PortGroup python261.04 PortSystem 1.0 5 PortGroup python 1.0 6 6 7 name py26-zmq 8 version 2.1.7 9 maintainers gmail.com:jrjsmrtn openmaintainer 10 categories python devel net 11 platforms darwin 7 name py-zmq 8 version 2.1.9 9 revision 1 10 categories python devel net 11 license LGPL 12 platforms darwin 12 13 13 description Python bindings for ØMQ 14 long_description PyZMQ is a lightweight and super-fast messaging library \ 15 built on top of the ZeroMQ library. 14 maintainers gmail.com:jrjsmrtn openmaintainer 16 15 17 homepage http://github.com/zeromq/pyzmq 18 master_sites http://pypi.python.org/packages/source/p/pyzmq/ 19 distname pyzmq-${version} 16 description Python bindings for ØMQ 20 17 21 checksums md5 aa4d7d81ad3c93dc1efd195153cb71ae \ 22 sha1 aac337efb9e3fa33a3fdfa288925ee1bc30a92f2 \ 23 rmd160 40d60bd47e7e4479b8a4d7e595d796b77edb14f2 18 long_description PyZMQ is a lightweight and super-fast messaging library \ 19 built on top of the ZeroMQ library. 24 20 25 depends_lib-append port:zmq 21 homepage http://github.com/zeromq/pyzmq 22 master_sites http://pypi.python.org/packages/source/p/pyzmq/ 26 23 27 post-patch { 28 set setup_cfg ${worksrcpath}/setup.cfg 29 file copy ${worksrcpath}/setup.cfg.template ${setup_cfg} 30 reinplace "s|/usr/local|${prefix}|g" ${setup_cfg} 24 distname pyzmq-${version} 25 26 checksums md5 44efd9e7dd041b9f779e3026d189f870 \ 27 sha1 986e05a89607e2a4f55f5efd2375cf72e840e5bb \ 28 rmd160 6bd0e0694a62e1ef339f1a5fb5ba073d778376fe 29 30 python.default_version 27 31 python.versions 26 27 32 33 if {$subport != $name} { 34 depends_lib port:zmq 35 36 post-patch { 37 set setup_cfg ${worksrcpath}/setup.cfg 38 file copy ${worksrcpath}/setup.cfg.template ${setup_cfg} 39 reinplace "s|/usr/local|${prefix}|g" ${setup_cfg} 40 } 31 41 } 32 42 33 livecheck.type regex34 livecheck.url ${master_sites}35 livecheck.regex "pyzmq-(\\d+(?:\\.\\d+)*)${extract.suffix}"43 livecheck.type regex 44 livecheck.url ${master_sites} 45 livecheck.regex "pyzmq-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Note: See TracChangeset
for help on using the changeset viewer.

