# -*- 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 PortGroup github 1.0 github.setup SciTools cartopy 0.14.2 v name py-${github.project} categories-append science gis graphics platforms darwin license LGPL-3 maintainers petr openmaintainer description A library providing cartographic tools for python. long_description \ Cartopy is a Python package designed to make drawing maps for data \ analysis and visualisation as easy as possible. It makes use of the \ powerful PROJ.4, numpy and shapely libraries and has a simple and \ intuitive drawing interface to matplotlib for creating publication \ quality maps. homepage http://scitools.org.uk/cartopy/ checksums md5 8e38a9a8851d117b12a5d85dde6d088e \ rmd160 146f92026464f06a95a11e4a745d2f6dae12650a \ sha256 ddb959de566b401e7b34efcfa783d481b9ec8bcfcea05dded02faf00d2666124 python.versions 27 34 35 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools \ port:py${python.version}-cython \ port:py${python.version}-numpy # default depends_lib-append port:proj \ port:geos \ port:py${python.version}-numpy \ port:py${python.version}-pyshp \ port:py${python.version}-shapely \ port:py${python.version}-six # plotting, optional depends_lib-append \ port:py${python.version}-gdal \ port:py${python.version}-matplotlib \ port:py${python.version}-Pillow \ port:py${python.version}-scipy \ port:py${python.version}-epsg \ port:py${python.version}-owslib # Required for post-installation testing only. depends_run-append port:py${python.version}-nose \ port:py${python.version}-mock \ port:py${python.version}-pep8 # Adding documentation post-destroot { set dest_doc ${destroot}${prefix}/share/doc/${subport} xinstall -d ${dest_doc} xinstall -m 755 -W ${worksrcpath} \ README.md \ INSTALL \ CHANGES \ COPYING \ COPYING.LESSER \ CONTRIBUTING.md \ ${dest_doc} } livecheck.type none }