[141396] trunk/dports/python/py-fiona/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 01:21:17 PST 2015


Revision: 141396
          https://trac.macports.org/changeset/141396
Author:   stromnov at macports.org
Date:     2015-10-17 04:07:46 -0700 (Sat, 17 Oct 2015)
Log Message:
-----------
py-fiona: update to version 1.6.2

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

Modified: trunk/dports/python/py-fiona/Portfile
===================================================================
--- trunk/dports/python/py-fiona/Portfile	2015-10-17 11:03:59 UTC (rev 141395)
+++ trunk/dports/python/py-fiona/Portfile	2015-10-17 11:07:46 UTC (rev 141396)
@@ -5,13 +5,13 @@
 PortGroup           python 1.0
 
 name                py-fiona
-version             1.6.1
+version             1.6.2
 revision            0
 categories-append   gis
 platforms           darwin
 license             BSD
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -22,12 +22,12 @@
                     library for reading and writing geographic vector data.
 
 homepage            http://github.com/Toblerity/Fiona
-master_sites        https://pypi.python.org/packages/source/F/Fiona/
+master_sites        pypi:F/Fiona
 
 distname            Fiona-${version}
 
-checksums           rmd160  06276e52fe869e8961dc5b44993e6c4688c279f7 \
-                    sha256  ac05e4937a8c320f301fcf3192b934df95d8f50e0755acd0a7e0f1d3a8f32993
+checksums           rmd160  8fea10baa380ab4add61c8c9f3c475f0c5b36ebb \
+                    sha256  e13ca226ac2df52a1ecf7b23c8c2e6ab2ec167542ce8802a0874674336aa9a28
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-setuptools \
@@ -36,7 +36,6 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/fiona/json
-    livecheck.regex     {Fiona-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.name      Fiona
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/41d5b788/attachment.html>


More information about the macports-changes mailing list