[147126] trunk/dports/python/py-shapely
snc at macports.org
snc at macports.org
Mon Mar 28 17:19:47 PDT 2016
Revision: 147126
https://trac.macports.org/changeset/147126
Author: snc at macports.org
Date: 2016-03-28 17:19:47 -0700 (Mon, 28 Mar 2016)
Log Message:
-----------
py-shapely: update to 1.5.14
Modified Paths:
--------------
trunk/dports/python/py-shapely/Portfile
Removed Paths:
-------------
trunk/dports/python/py-shapely/files/patch-shapely_geos.py.diff
Modified: trunk/dports/python/py-shapely/Portfile
===================================================================
--- trunk/dports/python/py-shapely/Portfile 2016-03-29 00:10:43 UTC (rev 147125)
+++ trunk/dports/python/py-shapely/Portfile 2016-03-29 00:19:47 UTC (rev 147126)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-shapely
-version 1.5.13
+version 1.5.14
python.versions 27 34 35
categories-append devel
platforms darwin
@@ -25,16 +25,14 @@
distname Shapely-${version}
master_sites https://pypi.python.org/packages/source/S/Shapely
-checksums rmd160 ec43a5e5e84bc6df9f7b630fc3b6c14c6bb4c55b \
- sha256 68f8efb43112e8ef1f7e56e2c9eef64e0cbc1c19528c627696fb07345075a348
+checksums rmd160 eeef7d630a6c79bf60e3035816a7bee8f841a2b6 \
+ sha256 0e2f49f09abc66575c9bfb7908b7a21f402efc581d212416936476b5818f7f56
if {${name} ne ${subport}} {
depends_lib-append port:geos
depends_build-append port:py${python.version}-cython \
port:py${python.version}-setuptools
- patchfiles patch-shapely_geos.py.diff
-
post-patch {
reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/shapely/geos.py
reinplace s|\\\"cython\\\"|"${python.prefix}/bin/cython"| ${worksrcpath}/setup.py
Deleted: trunk/dports/python/py-shapely/files/patch-shapely_geos.py.diff
===================================================================
--- trunk/dports/python/py-shapely/files/patch-shapely_geos.py.diff 2016-03-29 00:10:43 UTC (rev 147125)
+++ trunk/dports/python/py-shapely/files/patch-shapely_geos.py.diff 2016-03-29 00:19:47 UTC (rev 147126)
@@ -1,20 +0,0 @@
---- shapely/geos.py.orig 2015-10-26 18:49:11.000000000 -0400
-+++ shapely/geos.py 2015-10-26 18:49:22.000000000 -0400
-@@ -86,7 +86,7 @@
- # The Framework build from Kyng Chaos
- "/Library/Frameworks/GEOS.framework/Versions/Current/GEOS",
- # macports
-- '/opt/local/lib/libgeos_c.dylib',
-+ '@PREFIX@/lib/libgeos_c.dylib',
- ]
- _lgeos = load_dll('geos_c', fallbacks=alt_paths,
- mode=(DEFAULT_MODE | 16))
-@@ -119,7 +119,7 @@
- # The Framework build from Kyng Chaos
- "/Library/Frameworks/GEOS.framework/Versions/Current/GEOS",
- # macports
-- '/opt/local/lib/libgeos_c.dylib',
-+ '@PREFIX@/lib/libgeos_c.dylib',
- ]
- _lgeos = load_dll('geos_c', fallbacks=alt_paths)
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160328/aa216ba5/attachment.html>
More information about the macports-changes
mailing list