# -*- 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 2.0.0.post1 revision 0 categories-append devel math gis platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Matrices describing affine transformation of the plane. long_description ${description} homepage https://github.com/sgillies/affine master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 bbe6969c0ae5cdae32a43f34cee9b7dfaa87c3f0 \ sha256 2bb847da3ad7903ccb44ce2b9d09c1f0c571c1cab95222b2b03726fb82a51f86 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }