[142192] trunk/dports/python/py-cytoolz/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 04:43:10 PST 2015


Revision: 142192
          https://trac.macports.org/changeset/142192
Author:   stromnov at macports.org
Date:     2015-11-06 03:39:29 -0800 (Fri, 06 Nov 2015)
Log Message:
-----------
py-cytoolz: update to version 0.7.4

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

Modified: trunk/dports/python/py-cytoolz/Portfile
===================================================================
--- trunk/dports/python/py-cytoolz/Portfile	2015-11-06 09:49:44 UTC (rev 142191)
+++ trunk/dports/python/py-cytoolz/Portfile	2015-11-06 11:39:29 UTC (rev 142192)
@@ -5,13 +5,13 @@
 PortGroup           python 1.0
 
 name                py-cytoolz
-version             0.7.3
+version             0.7.4
 revision            0
 categories-append   devel
 platforms           darwin
 license             BSD
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -19,17 +19,15 @@
 long_description    ${description}
 
 homepage            https://github.com/pytoolz/cytoolz/
-master_sites        https://pypi.python.org/packages/source/c/cytoolz/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            cytoolz-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  aa02e072fa5c870b67467df610aac98e8141ca1e \
-                    sha256  202eb77cf2405c702c2172e5c2e66e3e2611f866640c99b38f24f96ad680dea8
+checksums           rmd160  c9efcad4a103ed769d9c648b28bbf342c94a6d0c \
+                    sha256  9c2e3dda8232b6cd5b84b8c8df6c8155c2adeb8734eb7ec38e189affc0f2eba5
 
 if {${name} ne ${subport}} {
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/cytoolz/json
-    livecheck.regex     {cytoolz-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/d162f544/attachment.html>


More information about the macports-changes mailing list