Revision: 107489 https://trac.macports.org/changeset/107489 Author: stromnov@macports.org Date: 2013-07-01 05:43:04 -0700 (Mon, 01 Jul 2013) Log Message: ----------- py-celery: update to version 3.0.20 Modified Paths: -------------- trunk/dports/python/py-celery/Portfile Modified: trunk/dports/python/py-celery/Portfile =================================================================== --- trunk/dports/python/py-celery/Portfile 2013-07-01 11:35:35 UTC (rev 107488) +++ trunk/dports/python/py-celery/Portfile 2013-07-01 12:43:04 UTC (rev 107489) @@ -6,7 +6,7 @@ PortGroup select 1.0 name py-celery -version 3.0.19 +version 3.0.20 revision 0 categories-append devel platforms darwin @@ -27,14 +27,13 @@ distname celery-${version} -checksums rmd160 8a0a84bc01b9eda2b25595dccdfcc8c61a323812 \ - sha256 70ce2ff1143d964378b3e50817366256a036e78422e85cd89724d5e6ef022e55 +checksums rmd160 29b7098355676f80b01fe529f537bff8540c2acb \ + sha256 a401afb35fb909710a1483f2a2657c9f72010e307985b42125c04547fb935727 if {$subport != $name} { - depends_build-append \ - port:py${python.version}-setuptools - - depends_lib-append port:py${python.version}-kombu \ + # celery depends on pkg_resources from setuptools + depends_lib-append port:py${python.version}-setuptools \ + port:py${python.version}-kombu \ port:py${python.version}-anyjson \ port:py${python.version}-billiard \ port:py${python.version}-amqp
participants (1)
-
stromnov@macports.org