[141630] trunk/dports/python/py-tstables/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 02:20:38 PST 2015


Revision: 141630
          https://trac.macports.org/changeset/141630
Author:   stromnov at macports.org
Date:     2015-10-24 06:19:00 -0700 (Sat, 24 Oct 2015)
Log Message:
-----------
py-tstables: update to version 0.0.15

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

Modified: trunk/dports/python/py-tstables/Portfile
===================================================================
--- trunk/dports/python/py-tstables/Portfile	2015-10-24 13:12:30 UTC (rev 141629)
+++ trunk/dports/python/py-tstables/Portfile	2015-10-24 13:19:00 UTC (rev 141630)
@@ -5,13 +5,13 @@
 PortGroup           python 1.0
 
 name                py-tstables
-version             0.0.14
+version             0.0.15
 revision            0
 categories-append   science
 platforms           darwin
 license             MIT
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -23,12 +23,12 @@
                     for subsets of data across partitions.
 
 homepage            http://github.com/afiedler/tstables
-master_sites        https://pypi.python.org/packages/source/t/tstables/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            tstables-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  60838502d09d9f14eeed71a58e99661957b17772 \
-                    sha256  85781718b7cc99f71564cb3261455ce878e1e8ea2495c264795984caaa0f9eb5
+checksums           rmd160  352437fd72fd020069d634ec0712a8a264e75f8c \
+                    sha256  3ebd49f53cfaf0c415593067ef1f75f8e3b46bad9404885a5f4fbc58abd41b9b
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -41,7 +41,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/tstables/json
-    livecheck.regex     {tstables-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/5a6b02e7/attachment.html>


More information about the macports-changes mailing list