[94064] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Fri Jun 8 03:56:33 PDT 2012


Revision: 94064
          https://trac.macports.org/changeset/94064
Author:   stromnov at macports.org
Date:     2012-06-08 03:56:33 -0700 (Fri, 08 Jun 2012)
Log Message:
-----------
py-librabbitmq: new port

Added Paths:
-----------
    trunk/dports/python/py-librabbitmq/
    trunk/dports/python/py-librabbitmq/Portfile

Added: trunk/dports/python/py-librabbitmq/Portfile
===================================================================
--- trunk/dports/python/py-librabbitmq/Portfile	                        (rev 0)
+++ trunk/dports/python/py-librabbitmq/Portfile	2012-06-08 10:56:33 UTC (rev 94064)
@@ -0,0 +1,35 @@
+# -*- 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           python 1.0
+
+name                py-librabbitmq
+version             0.9.5
+revision            0
+categories-append   devel
+license             MPL
+platforms           darwin
+
+maintainers         stromnov openmaintainer
+
+description         AMQP Client using the rabbitmq-c library.
+long_description    ${description}
+
+homepage            http://github.com/celery/librabbitmq
+master_sites        http://pypi.python.org/packages/source/l/librabbitmq/
+distname            librabbitmq-${version}
+
+checksums           rmd160  c0e67d2b2a5a340ce9e8d9038efb08f3d97112ba \
+                    sha256  baff27cf7b0bacab2c51b81157bc1f28a4e826dc7af625c3e839bcec42604588
+
+python.versions     26 27
+python.default_version  27
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-distribute
+}
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "librabbitmq-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py-librabbitmq/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/20120608/ec9a15dd/attachment.html>


More information about the macports-changes mailing list