# -*- 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-pymunk version 5.5.0 revision 0 categories-append devel platforms darwin license MIT supported_archs i386 x86_64 python.versions 27 35 36 37 maintainers {stromnov @stromnov} openmaintainer description Python wrapper around the 2d physics library Chipmunk long_description ${description} homepage http://www.pymunk.org/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname pymunk-${version} use_zip yes checksums rmd160 8744e30dca0c74ff85bf965c3a19ba964d3bcda1 \ sha256 9ebaf08f0a8f8e9b7c50b1079829f3a4934d499a6c71d284ba5111ea865d6051 \ size 5978044 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-cffi patchfiles-append patch-setup.py.diff livecheck.type none } subport py34-${python.rootname} { replaced_by py35-${python.rootname} PortGroup obsolete 1.0 }