[71764] trunk/dports/python
ryandesign at macports.org
ryandesign at macports.org
Wed Sep 22 13:29:12 PDT 2010
Revision: 71764
http://trac.macports.org/changeset/71764
Author: ryandesign at macports.org
Date: 2010-09-22 13:29:11 -0700 (Wed, 22 Sep 2010)
Log Message:
-----------
py26-zmq, py27-zmq: new ports, version 2.0.8; see #26579 and #26580
Added Paths:
-----------
trunk/dports/python/py26-zmq/
trunk/dports/python/py26-zmq/Portfile
trunk/dports/python/py27-zmq/
trunk/dports/python/py27-zmq/Portfile
Added: trunk/dports/python/py26-zmq/Portfile
===================================================================
--- trunk/dports/python/py26-zmq/Portfile (rev 0)
+++ trunk/dports/python/py26-zmq/Portfile 2010-09-22 20:29:11 UTC (rev 71764)
@@ -0,0 +1,31 @@
+# -*- 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=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-zmq
+version 2.0.8
+maintainers gmail.com:jrjsmrtn openmaintainer
+categories python devel net
+platforms darwin
+
+description Python bindings for ØMQ
+long_description PyZMQ is a lightweight and super-fast messaging library \
+ built on top of the ZeroMQ library.
+
+homepage http://github.com/zeromq/pyzmq
+master_sites http://github.com/downloads/zeromq/pyzmq/
+distname pyzmq-${version}
+
+checksums md5 f70dfbf2b7d67eed011aa63674ee0937 \
+ sha1 3cd58e20a2d0cdcd85d6772f484f74b2173639cb \
+ rmd160 b8c05353703f7de5f598191a8e82265a8a860ab7
+
+depends_lib-append port:zmq
+
+pre-build {
+ set setup_cfg ${worksrcpath}/setup.cfg
+ file copy ${worksrcpath}/setup.cfg.template ${setup_cfg}
+ reinplace "s|/usr/local/zeromq-dev|${prefix}|g" ${setup_cfg}
+}
Property changes on: trunk/dports/python/py26-zmq/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/python/py27-zmq/Portfile
===================================================================
--- trunk/dports/python/py27-zmq/Portfile (rev 0)
+++ trunk/dports/python/py27-zmq/Portfile 2010-09-22 20:29:11 UTC (rev 71764)
@@ -0,0 +1,31 @@
+# -*- 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=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python27 1.0
+
+name py27-zmq
+version 2.0.8
+maintainers gmail.com:jrjsmrtn openmaintainer
+categories python devel net
+platforms darwin
+
+description Python bindings for ØMQ
+long_description PyZMQ is a lightweight and super-fast messaging library \
+ built on top of the ZeroMQ library.
+
+homepage http://github.com/zeromq/pyzmq
+master_sites http://github.com/downloads/zeromq/pyzmq/
+distname pyzmq-${version}
+
+checksums md5 f70dfbf2b7d67eed011aa63674ee0937 \
+ sha1 3cd58e20a2d0cdcd85d6772f484f74b2173639cb \
+ rmd160 b8c05353703f7de5f598191a8e82265a8a860ab7
+
+depends_lib-append port:zmq
+
+pre-build {
+ set setup_cfg ${worksrcpath}/setup.cfg
+ file copy ${worksrcpath}/setup.cfg.template ${setup_cfg}
+ reinplace "s|/usr/local/zeromq-dev|${prefix}|g" ${setup_cfg}
+}
Property changes on: trunk/dports/python/py27-zmq/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100922/494a6d7b/attachment.html>
More information about the macports-changes
mailing list