Skip to content

Commit

Permalink
py-fiona: update to version 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnov committed Feb 16, 2017
1 parent 897012b commit 183c9a5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions python/py-fiona/Portfile
Expand Up @@ -4,13 +4,13 @@ PortSystem 1.0
PortGroup python 1.0

name py-fiona
version 1.7.1
version 1.7.3
revision 0
categories-append gis
platforms darwin
license BSD

python.versions 27 34 35
python.versions 27 34 35 36

maintainers stromnov openmaintainer

Expand All @@ -25,8 +25,8 @@ master_sites pypi:F/Fiona

distname Fiona-${version}

checksums rmd160 97b3c6ea95172711a2607cdd750a3cb886ae9694 \
sha256 9277ddb24f340c22e12e34557184f82b956aababbeae7cfe4764d3cbc3adbdce
checksums rmd160 47290467f0dd7856cb63241d5ee9a7384fa834dd \
sha256 4a8c2a5a67b5d24ba873405e68e1848e5387547d392ddb2f4882a9b912793913

if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-setuptools \
Expand All @@ -38,5 +38,4 @@ if {${name} ne ${subport}} {
livecheck.type none
} else {
livecheck.name Fiona
livecheck.type pypi
}

0 comments on commit 183c9a5

Please sign in to comment.