# -*- 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-affine version 2.2.2 revision 0 categories-append devel math gis platforms darwin license BSD supported_archs noarch python.versions 27 34 35 36 37 maintainers {stromnov @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 25609e6d6450064fca8ba8f9a1890e67085912b6 \ sha256 ff0d0f40a90faa651f7bc7fece15bdbb7a0e0658b1e7ba6a03422c21efa7da90 \ size 14438 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none }