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

stromnov at macports.org stromnov at macports.org
Sat Dec 12 04:38:52 PST 2015


Revision: 142175
          https://trac.macports.org/changeset/142175
Author:   stromnov at macports.org
Date:     2015-11-05 13:02:20 -0800 (Thu, 05 Nov 2015)
Log Message:
-----------
py-celery: update to version 3.1.19

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

Modified: trunk/dports/python/py-celery/Portfile
===================================================================
--- trunk/dports/python/py-celery/Portfile	2015-11-05 20:58:17 UTC (rev 142174)
+++ trunk/dports/python/py-celery/Portfile	2015-11-05 21:02:20 UTC (rev 142175)
@@ -6,7 +6,7 @@
 PortGroup           select 1.0
 
 name                py-celery
-version             3.1.18
+version             3.1.19
 revision            0
 categories-append   devel
 platforms           darwin
@@ -23,12 +23,12 @@
                     on distributed message passing
 
 homepage            http://celeryproject.org/
-master_sites        https://pypi.python.org/packages/source/c/celery/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            celery-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  13139e14bcaafb81ed2b9d14e14c39cf9ada617b \
-                    sha256  0924f94070c6fc57d408b169848c5b38832668fffe060e48b4803fb23e0e3eaf
+checksums           rmd160  a796fbf704fa82b120a6e4b9b8b53f0a40061d91 \
+                    sha256  bd6a21290c822ecf78947a7dbc8b2270d88a5fa08a7a2bfcd908bb3d5ed66b71
 
 if {${name} ne ${subport}} {
     # celery depends on pkg_resources from setuptools
@@ -54,7 +54,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/celery/json
-    livecheck.regex     {celery-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/b5d75c2a/attachment-0001.html>


More information about the macports-changes mailing list