Changeset 82594
- Timestamp:
- 08/16/11 07:49:41 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 2 deleted
- 1 edited
- 1 moved
-
py-shapely (moved) (moved from trunk/dports/python/py27-shapely)
-
py-shapely/Portfile (modified) (2 diffs)
-
py25-shapely (deleted)
-
py26-shapely (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-shapely/Portfile
r81817 r82594 3 3 4 4 PortSystem 1.0 5 PortGroup python271.05 PortGroup python 1.0 6 6 7 name py27-shapely 8 version 1.2.11 7 name py-shapely 8 version 1.2.12 9 python.versions 25 26 27 10 python.default_version 27 9 11 categories python devel 10 12 platforms darwin … … 23 25 master_sites http://pypi.python.org/packages/source/S/Shapely/ 24 26 distname Shapely-${version} 25 dist_subdir python26 27 27 depends_lib-append port:geos 28 depends_build-append port:py27-distribute 28 checksums rmd160 5b4a9ca4a7e58a808924891a4986af351682c473 \ 29 sha256 8265094e9bebf0ab0957f0dc12ac320c226d457726f08bcd3295d1a6f6d3e6e7 29 30 30 checksums rmd160 c4d2e9674757118b0a5520ac9b6e11fe801c8683 \ 31 sha256 233c566ce9f14a7e01933ea5705926ecf1931a5085f471f2194bff49a9c47d71 31 if {$name != $subport} { 32 depends_lib-append port:geos 33 depends_build-append port:py${python.version}-distribute 32 34 33 patchfiles patch-shapely_geos.py.diff35 patchfiles patch-shapely_geos.py.diff 34 36 35 post-patch { 36 reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/shapely/geos.py 37 post-patch { 38 reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/shapely/geos.py 39 } 37 40 } 38 41
Note: See TracChangeset
for help on using the changeset viewer.

