Files
Renee Otten d37d64d7c3 py-descartes: remove py34 subport
-  remove unused select PG
2019-11-12 21:26:23 -05:00

38 lines
1.2 KiB
Tcl

# -*- 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
PortSystem 1.0
PortGroup python 1.0
name py-descartes
version 1.1.0
revision 0
categories-append devel
platforms darwin
license BSD
supported_archs noarch
python.versions 27 35 36 37
maintainers {stromnov @stromnov} openmaintainer
description Use geometric objects as matplotlib paths and patches
long_description ${description}
homepage https://bitbucket.org/sgillies/descartes/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 98f8ab1bbe095dced35e650a114e3ffbc8994a10 \
sha256 135a502146af5ed6ff359975e2ebc5fa4b71b5432c355c2cafdc6dea1337035b \
size 3525
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
livecheck.type none
}