# -*- 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 name py-affine version 1.2.0 revision 0 categories-append devel math gis platforms darwin license BSD supported_archs noarch python.versions 27 34 maintainers stromnov openmaintainer description Matrices describing affine transformation of the plane. long_description ${description} homepage https://github.com/sgillies/affine master_sites https://pypi.python.org/packages/source/a/affine/ distname affine-${version} checksums rmd160 c33263bad683f1a423c77b2a25f2808381b2c484 \ sha256 69e6f82130bfc61a223624f49359e7e3bda131221ca02f7da486a3d0505c7efa if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/affine/json livecheck.regex {affine-(\d+(?:\.\d+)*)\.[tz]} }