[105253] trunk/dports/python/py-celery/Portfile

stromnov at macports.org stromnov at macports.org
Mon Apr 15 04:57:45 PDT 2013


Revision: 105253
          https://trac.macports.org/changeset/105253
Author:   stromnov at macports.org
Date:     2013-04-15 04:57:45 -0700 (Mon, 15 Apr 2013)
Log Message:
-----------
py-celery: update to version 3.0.18

Modified Paths:
--------------
    trunk/dports/python/py-celery/Portfile

Modified: trunk/dports/python/py-celery/Portfile
===================================================================
--- trunk/dports/python/py-celery/Portfile	2013-04-15 11:41:45 UTC (rev 105252)
+++ trunk/dports/python/py-celery/Portfile	2013-04-15 11:57:45 UTC (rev 105253)
@@ -6,7 +6,7 @@
 PortGroup           select 1.0
 
 name                py-celery
-version             3.0.17
+version             3.0.18
 revision            0
 categories-append   devel
 platforms           darwin
@@ -27,22 +27,23 @@
 
 distname            celery-${version}
 
-checksums           rmd160  3b017bca42b8dd886109a47523f9356f64fa7eff \
-                    sha256  554d1e0c7cd8346aa372bb7f2b971441eee8e192a6a3855c89bad4d33b7bd947
+checksums           rmd160  8768b4adb1994963ea085304f75bf36a59e6a048 \
+                    sha256  00350c6041efb19136857693d2b90a85afbe9dfce4f9a473ce945405fa3dd8a9
 
 if {$subport != $name} {
-    depends_lib-append  \
-                    port:py${python.version}-distribute \
-                    port:py${python.version}-kombu \
-                    port:py${python.version}-anyjson \
-                    port:py${python.version}-billiard \
-                    port:py${python.version}-amqp
+    depends_build-append \
+                        port:py${python.version}-distribute
 
-    depends_run     port:celery_select
+    depends_lib-append  port:py${python.version}-kombu \
+                        port:py${python.version}-anyjson \
+                        port:py${python.version}-billiard \
+                        port:py${python.version}-amqp
 
-    select.group    celery
-    select.file     ${filespath}/py${python.version}-celery
+    depends_run-append  port:celery_select
 
+    select.group        celery
+    select.file         ${filespath}/py${python.version}-celery
+
     notes "
 To make the Python ${python.branch} version of py-celery the one that is run\
 when you execute the commands without a version suffix, e.g. 'celeryd' or\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130415/2e83f898/attachment-0001.html>


More information about the macports-changes mailing list