# -*- 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.3.0
revision 0
categories-append devel math gis
platforms darwin
license BSD
supported_archs noarch
python.versions 27 35 36 37 38
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 4f0db2ce33314597a2952383a2e80956482b4a8e \
sha256 2e045def1aa29e613c42e801a7e10e0b9bacfed1a7c6af0cadf8843530a15102 \
size 13946
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}