Ticket #43929: patch.py-geojson.diff
File patch.py-geojson.diff, 1.2 KB (added by petrrr, 10 years ago) |
---|
-
Portfile
old new 8 8 set _n [string index ${_name} 0] 9 9 10 10 name py-${_name} 11 version 1.0. 611 version 1.0.7 12 12 categories-append gis 13 13 platforms darwin 14 14 supported_archs noarch … … 29 29 distname ${_name}-${version} 30 30 master_sites https://pypi.python.org/packages/source/${_n}/${_name}/ 31 31 32 checksums md5 49bd5fcff7d43d4c295a86c886a17b8f\33 rmd160 7a77fbe4cd5fa31059514d6ab219d2bb687458b3 \34 sha256 d91cd23401b922ba597afe1f3effabfdab6af3550708b4e0cd16ab26094861b032 checksums md5 eb1228f422cf8b3ae8f57c33e6be5c59 \ 33 rmd160 81ce6e944ae569597ebbb0f55294add95695db03 \ 34 sha256 8bdd39b85d5d69e6bff9f40640488e1e27e74f5591a55d543f6aaaa6e8cb9146 35 35 36 36 python.versions 26 27 33 34 37 37 38 38 if {${name} ne ${subport}} { 39 39 depends_build-append port:py${python.version}-setuptools 40 40 41 patchfiles patch-setup.py.diff42 43 41 test.run yes 44 42 if {${test.run}} { 45 43 depends_build-append port:py${python.version}-nose \