[142193] trunk/dports/python/py-iso8601/Portfile

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


Revision: 142193
          https://trac.macports.org/changeset/142193
Author:   stromnov at macports.org
Date:     2015-11-06 03:41:12 -0800 (Fri, 06 Nov 2015)
Log Message:
-----------
py-iso8601: update to version 0.1.11

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

Modified: trunk/dports/python/py-iso8601/Portfile
===================================================================
--- trunk/dports/python/py-iso8601/Portfile	2015-11-06 11:39:29 UTC (rev 142192)
+++ trunk/dports/python/py-iso8601/Portfile	2015-11-06 11:41:12 UTC (rev 142193)
@@ -5,14 +5,14 @@
 PortGroup           python 1.0
 
 name                py-iso8601
-version             0.1.10
+version             0.1.11
 revision            0
 categories-append   devel
 platforms           darwin
 license             MIT
 supported_archs     noarch
 
-python.versions     26 27 33 34
+python.versions     26 27 33 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -20,12 +20,12 @@
 long_description    ${description}
 
 homepage            http://code.google.com/p/pyiso8601/
-master_sites        https://pypi.python.org/packages/source/i/iso8601/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            iso8601-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  dab2bd109891c7c76340dc6a5a18a86c5c95eee4 \
-                    sha256  e712ff3a18604833f5073e836aad795b21170b19bbef70947c441ed89d0ac0e1
+checksums           rmd160  ee76d7208baaadd4b2a0b859b5ff0e8735afbc8d \
+                    sha256  e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -33,7 +33,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/iso8601/json
-    livecheck.regex     {iso8601-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/6c70ca18/attachment.html>


More information about the macports-changes mailing list