[149402] trunk/dports/python/py-geopandas/Portfile
stromnov at macports.org
stromnov at macports.org
Fri Jun 17 07:55:08 PDT 2016
Revision: 149402
https://trac.macports.org/changeset/149402
Author: stromnov at macports.org
Date: 2016-06-17 07:55:08 -0700 (Fri, 17 Jun 2016)
Log Message:
-----------
py-geopandas: update to version 0.2
Modified Paths:
--------------
trunk/dports/python/py-geopandas/Portfile
Modified: trunk/dports/python/py-geopandas/Portfile
===================================================================
--- trunk/dports/python/py-geopandas/Portfile 2016-06-17 13:50:52 UTC (rev 149401)
+++ trunk/dports/python/py-geopandas/Portfile 2016-06-17 14:55:08 UTC (rev 149402)
@@ -1,11 +1,11 @@
-# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
PortGroup python 1.0
name py-geopandas
-version 0.1.1
+version 0.2
revision 0
categories-append science
license BSD
@@ -21,12 +21,12 @@
to pandas objects.
homepage http://geopandas.org
-master_sites pypi:g/geopandas/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname geopandas-${version}
-checksums rmd160 ac96fd1395de08add19a9396a057a4b82cdb4133 \
- sha256 e1824dcc07637fdc0e5fa9a6f37243c3915c8b069f08b5bcb3410eeb3746abfa
+checksums rmd160 2facd7dfa9d6bff6017325ffe3b0a57afed1d25d \
+ sha256 4c5c44d56c7b6f8b250be9a6231b0a2944e0d6a73be54afec4e9e00fa4fe2537
if {${name} ne ${subport}} {
depends_build-append \
@@ -36,15 +36,11 @@
port:py${python.version}-pandas \
port:py${python.version}-shapely \
port:py${python.version}-fiona \
+ port:py${python.version}-descartes \
+ port:py${python.version}-pyproj \
port:py${python.version}-six
- post-extract {
- delete ${worksrcpath}/geopandas/tools.py
- }
-
livecheck.type none
} else {
- livecheck.type regex
- livecheck.url https://pypi.python.org/pypi/geopandas/json
- livecheck.regex {geopandas-(\d+(?:\.\d+)*)\.[tz]}
+ livecheck.type pypi
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160617/6fbe81c0/attachment.html>
More information about the macports-changes
mailing list