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

stromnov at macports.org stromnov at macports.org
Thu Dec 24 05:26:51 PST 2015


Revision: 143879
          https://trac.macports.org/changeset/143879
Author:   stromnov at macports.org
Date:     2015-12-24 05:26:51 -0800 (Thu, 24 Dec 2015)
Log Message:
-----------
py-blaze: update to version 0.9.0

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

Modified: trunk/dports/python/py-blaze/Portfile
===================================================================
--- trunk/dports/python/py-blaze/Portfile	2015-12-24 13:16:37 UTC (rev 143878)
+++ trunk/dports/python/py-blaze/Portfile	2015-12-24 13:26:51 UTC (rev 143879)
@@ -5,13 +5,13 @@
 PortGroup           python 1.0
 
 name                py-blaze
-version             0.8.3
+version             0.9.0
 revision            0
 categories-append   devel
 platforms           darwin
 license             BSD
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -24,12 +24,12 @@
                     of NumPy itself.
 
 homepage            http://blaze.pydata.org/
-master_sites        https://pypi.python.org/packages/source/b/blaze/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            blaze-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  264c7e5ffe709345c718f0f985c5fb21c7b1f6a4 \
-                    sha256  4f8ceb1248ba44f833f5a46a18b6ea44130a5999d5234324d0456b5f9ffe716b
+checksums           rmd160  0a780b311514dec35c9331c0fa7d9b0252f19f7d \
+                    sha256  278659dcce9de8ffb7f0a253fa1e3d5e17b21ce79b1a858adf1464672c41021e
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-datashape \
@@ -51,7 +51,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/blaze/json
-    livecheck.regex     {blaze-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151224/27439754/attachment.html>


More information about the macports-changes mailing list