[129803] trunk/dports/python/py-blaze/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 20 14:18:57 PST 2014


Revision: 129803
          https://trac.macports.org/changeset/129803
Author:   stromnov at macports.org
Date:     2014-12-20 14:18:57 -0800 (Sat, 20 Dec 2014)
Log Message:
-----------
py-blaze: update to version 0.7.0

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

Modified: trunk/dports/python/py-blaze/Portfile
===================================================================
--- trunk/dports/python/py-blaze/Portfile	2014-12-20 22:08:35 UTC (rev 129802)
+++ trunk/dports/python/py-blaze/Portfile	2014-12-20 22:18:57 UTC (rev 129803)
@@ -2,12 +2,10 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           github 1.0
 PortGroup           python 1.0
 
-github.setup        ContinuumIO blaze 0.6.8
-
 name                py-blaze
+version             0.7.0
 revision            0
 categories-append   devel
 platforms           darwin
@@ -26,10 +24,13 @@
                     of NumPy itself.
 
 homepage            http://blaze.pydata.org/
+master_sites        https://pypi.python.org/packages/source/b/blaze/
 
-checksums           rmd160  1085775778714cf677c50fa6a431f603869323d4 \
-                    sha256  6d1279ea81bab5f5431fa015aebfe0778bc05ed676f8588a860bf309c1ff6b76
+distname            blaze-${version}
 
+checksums           rmd160  e961d26b0d950845970849ee624118fb93a8a1d5 \
+                    sha256  1b385bd9ed637f99f462cc31f21d608f1a96f1dcdb29eb0c638681f36689aa36
+
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-datashape \
                         port:py${python.version}-numpy \
@@ -49,4 +50,8 @@
                         port:py${python.version}-into
 
     livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {blaze-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141220/13911ee9/attachment.html>


More information about the macports-changes mailing list