[69424] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Mon Jul 5 08:27:35 PDT 2010


Revision: 69424
          http://trac.macports.org/changeset/69424
Author:   stromnov at macports.org
Date:     2010-07-05 08:27:33 -0700 (Mon, 05 Jul 2010)
Log Message:
-----------
py26-pika: New port.

Added Paths:
-----------
    trunk/dports/python/py26-pika/
    trunk/dports/python/py26-pika/Portfile

Added: trunk/dports/python/py26-pika/Portfile
===================================================================
--- trunk/dports/python/py26-pika/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pika/Portfile	2010-07-05 15:27:33 UTC (rev 69424)
@@ -0,0 +1,31 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-pika
+version             0.5.1
+categories          python devel
+platforms           darwin
+maintainers         stromnov openmaintainer
+
+description         Pure-Python implementation of the AMQP 0-8 protocol.
+
+long_description    ${description}
+
+homepage            http://code.google.com/p/py-amqplib/
+homepage            http://pypi.python.org/pypi/pika/
+master_sites        http://pypi.python.org/packages/source/p/pika/
+
+distname            pika-${version}
+
+checksums           md5     24ba03a285b28a37360c8b367d8e64aa \
+                    sha1    a448a5d79bf6a4d0187be92076f6a402d38e98ad \
+                    rmd160  dbff9508070f6c6210e5c3abf79894d62d63ce39
+
+depends_build       port:py26-distribute
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "pika-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py26-pika/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/20100705/69221d6a/attachment.html>


More information about the macports-changes mailing list