Ticket #42836: patch.py-cartopy.diff
File patch.py-cartopy.diff, 2.5 KB (added by petrrr, 11 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python 1.0 6 6 PortGroup github 1.0 7 7 8 github.setup SciTools cartopy 0. 9.0 v8 github.setup SciTools cartopy 0.10.0 v 9 9 10 name py- cartopy11 version 0.9.010 name py-${github.project} 11 version ${github.version} 12 12 categories-append science gis graphics 13 13 platforms darwin 14 license LGPL-3 14 15 15 16 maintainers bo.ingv.it:peter.danecek openmaintainer 16 17 17 license LGPL-318 19 18 description A library providing cartographic tools for python. 20 19 21 long_description Cartopy is a Python package designed to make drawing maps \ 22 for data analysis and visualisation as easy as possible. \ 23 It makes use of the powerful PROJ.4, numpy and shapely \ 24 libraries and has a simple and intuitive drawing interface \ 25 to matplotlib for creating publication quality maps. 20 long_description \ 21 Cartopy is a Python package designed to make drawing maps for data \ 22 analysis and visualisation as easy as possible. It makes use of the \ 23 powerful PROJ.4, numpy and shapely libraries and has a simple and \ 24 intuitive drawing interface to matplotlib for creating publication \ 25 quality maps. 26 26 27 27 homepage http://scitools.org.uk/cartopy/ 28 28 29 checksums md5 fcae31b7f7a322160da2dce6ae597d1c\30 rmd160 25f84a9fe68a3a0bdca433b2a0aecf04c189cee0\31 sha256 14c21ad1f84f22d55a017180435f087264ef767ef27b24ccb0f3fa330a326ad429 checksums md5 85efc6a5b1542a2b6a52c8ca67ada127 \ 30 rmd160 899002e614241acb51a9b1ac8040eee4ab821b07 \ 31 sha256 c10dd63d3eed31f54cd3c48ce52d02a210a05357fc36c208bd067dbe65363b20 32 32 33 33 python.versions 27 34 34 … … 49 49 # Required for post-installation testing only. 50 50 depends_run-append port:py${python.version}-nose \ 51 51 port:py${python.version}-pep8 \ 52 port:py${python.version}-mock \ 53 port:py${python.version}-pil 52 port:py${python.version}-mock 53 54 # PIL dependency: allow both PIL and Pillow to satisfy it. 55 depends_run-append path:${python.pkgd}/PIL:py${python.version}-Pillow 56 57 livecheck.type none 54 58 }