[141888] trunk/dports/python/py-kombu/Portfile
stromnov at macports.org
stromnov at macports.org
Sat Dec 12 03:26:03 PST 2015
Revision: 141888
https://trac.macports.org/changeset/141888
Author: stromnov at macports.org
Date: 2015-10-30 13:14:28 -0700 (Fri, 30 Oct 2015)
Log Message:
-----------
py-kombu: update to version 3.0.29
Modified Paths:
--------------
trunk/dports/python/py-kombu/Portfile
Modified: trunk/dports/python/py-kombu/Portfile
===================================================================
--- trunk/dports/python/py-kombu/Portfile 2015-10-30 20:12:03 UTC (rev 141887)
+++ trunk/dports/python/py-kombu/Portfile 2015-10-30 20:14:28 UTC (rev 141888)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-kombu
-version 3.0.28
+version 3.0.29
revision 0
categories-append devel
platforms darwin
@@ -20,12 +20,12 @@
long_description ${description}
homepage http://kombu.readthedocs.org/
-master_sites https://pypi.python.org/packages/source/k/kombu/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
-distname kombu-${version}
+distname ${python.rootname}-${version}
-checksums rmd160 a99d5a4d90b7dd09cf3165a1398f70f430853f7f \
- sha256 c22af35c4e7bbb7441b789b9b8c1baf73a8c481eaa93d00a63fa85bddc6b1ab1
+checksums rmd160 2a60a323e172cc3366f261a6fda9bbc3fe4092d0 \
+ sha256 970a55ec65e668403c3e6ef4aa2213362568387885f5cc0ff8429abd44a6dca8
if {${name} ne ${subport}} {
# py-kombu depends on pkg_resources module (part of setuptools)
@@ -33,7 +33,5 @@
livecheck.type none
} else {
- livecheck.type regex
- livecheck.url https://pypi.python.org/pypi/kombu/json
- livecheck.regex {kombu-(\d+(?:\.\d+)*)\.[tz]}
+ livecheck.type pypi
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/1b671429/attachment.html>
More information about the macports-changes
mailing list