Revision: 102377 https://trac.macports.org/changeset/102377 Author: stromnov@macports.org Date: 2013-02-01 06:07:44 -0800 (Fri, 01 Feb 2013) Log Message: ----------- py-pika: update to version 0.9.9 Modified Paths: -------------- trunk/dports/python/py-pika/Portfile Modified: trunk/dports/python/py-pika/Portfile =================================================================== --- trunk/dports/python/py-pika/Portfile 2013-02-01 14:00:07 UTC (rev 102376) +++ trunk/dports/python/py-pika/Portfile 2013-02-01 14:07:44 UTC (rev 102377) @@ -5,13 +5,15 @@ PortGroup python 1.0 name py-pika -version 0.9.8 +version 0.9.9 revision 0 categories-append devel license MPL platforms darwin supported_archs noarch +python.versions 25 26 27 + maintainers stromnov openmaintainer description Pure-Python implementation of the AMQP 0-9-1 protocol. @@ -21,11 +23,9 @@ master_sites http://pypi.python.org/packages/source/p/pika/ distname pika-${version} -checksums rmd160 9df122d66a174b450428ea24e1995646c85bd2e9 \ - sha256 666fd522f4a1059d5b8b4996e576fa7862f505528e11cf1ef5546311c60c3e4d +checksums rmd160 db6c304ce96910611e9e33aa0ca9b3a43347027d \ + sha256 9f5313d1f9f34961f6b8199b0ee6053418955a3d337a0676bc8ce3b82f3b7d14 -python.versions 25 26 27 - if {$subport != $name} { depends_lib port:py${python.version}-distribute }