[149530] trunk/dports/python/py-bottleneck/Portfile

stromnov at macports.org stromnov at macports.org
Fri Jun 24 05:47:09 PDT 2016


Revision: 149530
          https://trac.macports.org/changeset/149530
Author:   stromnov at macports.org
Date:     2016-06-24 05:47:09 -0700 (Fri, 24 Jun 2016)
Log Message:
-----------
py-bottleneck: update to version 1.1.0

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

Modified: trunk/dports/python/py-bottleneck/Portfile
===================================================================
--- trunk/dports/python/py-bottleneck/Portfile	2016-06-24 10:09:24 UTC (rev 149529)
+++ trunk/dports/python/py-bottleneck/Portfile	2016-06-24 12:47:09 UTC (rev 149530)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-bottleneck
-version             1.0.0
+version             1.1.0
 revision            0
 categories-append   math
 platforms           darwin
@@ -26,15 +26,14 @@
 
 distname            Bottleneck-${version}
 
-checksums           rmd160  60a2f149bc9f695ebd09313507e7880a523096c9 \
-                    sha256  8d9b7ad4fadf9648acc924a6ee522c7cb5b474e75faaad9d90dfd55e2805b495
+checksums           rmd160  c2e388f7ea4ffb942e603c249861da75d4c0887e \
+                    sha256  c3a52b843509bd8d9ef240f0ce2f3e57d05277f85c3239196e3d8979fe5d33de
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-numpy
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/bottleneck/json
-    livecheck.regex     {Bottleneck-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.name      Bottleneck
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160624/fbc3e435/attachment-0001.html>


More information about the macports-changes mailing list