# -*- 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 select 1.0 name py-descartes version 1.0.2 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Use geometric objects as matplotlib paths and patches long_description ${description} homepage http://bitbucket.org/sgillies/descartes/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 b0f6e160edfb9500654a600b12082478914d4409 \ sha256 078ef4b50baeafd0cbde538750911ca60161829a8696ae2c7e5a6a1071af1257 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-matplotlib \ port:py${python.version}-numpy \ port:py${python.version}-shapely livecheck.type none } else { livecheck.type pypi }