[142349] trunk/dports/python/py-rasterio/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 05:23:00 PST 2015


Revision: 142349
          https://trac.macports.org/changeset/142349
Author:   stromnov at macports.org
Date:     2015-11-10 02:28:42 -0800 (Tue, 10 Nov 2015)
Log Message:
-----------
py-rasterio: update to version 0.29.0

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

Modified: trunk/dports/python/py-rasterio/Portfile
===================================================================
--- trunk/dports/python/py-rasterio/Portfile	2015-11-10 10:13:33 UTC (rev 142348)
+++ trunk/dports/python/py-rasterio/Portfile	2015-11-10 10:28:42 UTC (rev 142349)
@@ -5,13 +5,13 @@
 PortGroup           python 1.0
 
 name                py-rasterio
-version             0.28.0
+version             0.29.0
 revision            0
 categories-append   gis
 platforms           darwin
 license             BSD
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -19,12 +19,12 @@
 long_description    ${description}
 
 homepage            https://github.com/sgillies/rasterio
-master_sites        https://pypi.python.org/packages/source/r/rasterio/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            rasterio-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  35317ee1727d064026deb33007d50578c55afa93 \
-                    sha256  20f39b04a2d78893d79fd5a57e9bf1439fb10ef67e8171c5abb9f04ecebca3bc
+checksums           rmd160  4ce61cf334f2add9fbfd99fe52baeb96c13d8957 \
+                    sha256  ec5bb0b8473182b1864d100c00a6bdf88a3b1485bc27e73a364f3866f507e9f4
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -45,7 +45,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/rasterio/json
-    livecheck.regex     {rasterio-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/a11fb249/attachment.html>


More information about the macports-changes mailing list