# -*- 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.9.0 v name py-cartopy version 0.9.0 categories-append science gis graphics platforms darwin maintainers bo.ingv.it:peter.danecek openmaintainer license LGPL-3 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 fcae31b7f7a322160da2dce6ae597d1c \ rmd160 25f84a9fe68a3a0bdca433b2a0aecf04c189cee0 \ sha256 14c21ad1f84f22d55a017180435f087264ef767ef27b24ccb0f3fa330a326ad4 python.versions 27 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools \ port:py${python.version}-cython \ port:py${python.version}-numpy depends_lib-append port:proj \ port:geos depends_run-append port:py${python.version}-numpy \ port:py${python.version}-scipy \ port:py${python.version}-matplotlib \ port:py${python.version}-shapely \ port:py${python.version}-pyshp # Required for post-installation testing only. depends_run-append port:py${python.version}-nose \ port:py${python.version}-pep8 \ port:py${python.version}-mock \ port:py${python.version}-pil }