[143748] trunk/dports/python/py-datashape/Portfile

stromnov at macports.org stromnov at macports.org
Sun Dec 20 06:00:37 PST 2015


Revision: 143748
          https://trac.macports.org/changeset/143748
Author:   stromnov at macports.org
Date:     2015-12-20 06:00:37 -0800 (Sun, 20 Dec 2015)
Log Message:
-----------
py-datashape: update to version 0.5.0

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

Modified: trunk/dports/python/py-datashape/Portfile
===================================================================
--- trunk/dports/python/py-datashape/Portfile	2015-12-20 13:59:57 UTC (rev 143747)
+++ trunk/dports/python/py-datashape/Portfile	2015-12-20 14:00:37 UTC (rev 143748)
@@ -5,14 +5,14 @@
 PortGroup           python 1.0
 
 name                py-datashape
-version             0.4.4
+version             0.5.0
 revision            0
 categories-append   devel
 platforms           darwin
 license             BSD
 supported_archs     noarch
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -23,12 +23,12 @@
                     language support.
 
 homepage            http://packages.python.org/datashape
-master_sites        https://pypi.python.org/packages/source/D/DataShape/
+master_sites        pypi:D/DataShape
 
-distname            DataShape-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  a88f914b15f6344dadfcaad6b511db435dd2427c \
-                    sha256  e5a23feb36e157cccd180e522d366859924bcf248de93547ce2ab4273e564545
+checksums           rmd160  d614df517425891361f3ed3a981737c321847e45 \
+                    sha256  97a7fa453c507162081bf295a1542d75baece43cf1f4da171870e28b95cb808f
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-numpy \
@@ -37,7 +37,6 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/DataShape/json
-    livecheck.regex     {DataShape-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.name      DataShape
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151220/30813e17/attachment.html>


More information about the macports-changes mailing list