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

stromnov at macports.org stromnov at macports.org
Sun Mar 15 13:04:09 PDT 2015


Revision: 133921
          https://trac.macports.org/changeset/133921
Author:   stromnov at macports.org
Date:     2015-03-15 13:04:09 -0700 (Sun, 15 Mar 2015)
Log Message:
-----------
py-datashape: update to version 0.4.4

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

Modified: trunk/dports/python/py-datashape/Portfile
===================================================================
--- trunk/dports/python/py-datashape/Portfile	2015-03-15 20:01:10 UTC (rev 133920)
+++ trunk/dports/python/py-datashape/Portfile	2015-03-15 20:04:09 UTC (rev 133921)
@@ -2,12 +2,11 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           github 1.0
 PortGroup           python 1.0
 
-github.setup        ContinuumIO datashape 0.4.3
-
 name                py-datashape
+version             0.4.4
+revision            0
 categories-append   devel
 platforms           darwin
 license             BSD
@@ -23,15 +22,22 @@
                     extension of the NumPy dtype with an emphasis on cross \
                     language support.
 
-homepage            https://github.com/ContinuumIO/datashape
+homepage            http://packages.python.org/datashape
+master_sites        https://pypi.python.org/packages/source/D/DataShape/
 
-checksums           rmd160  a73e6fc062bb0e4008609fd15910eadf01b58ade \
-                    sha256  ce2b03422b0c4be1be1f317a99754e17004bcdbf52b13c4961e9158a14d21cf7
+distname            DataShape-${version}
 
+checksums           rmd160  a88f914b15f6344dadfcaad6b511db435dd2427c \
+                    sha256  e5a23feb36e157cccd180e522d366859924bcf248de93547ce2ab4273e564545
+
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-numpy \
                         port:py${python.version}-multipledispatch \
                         port:py${python.version}-dateutil
 
     livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       https://pypi.python.org/pypi/DataShape/json
+    livecheck.regex     {DataShape-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150315/31e1ca5e/attachment.html>


More information about the macports-changes mailing list