# -*- 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.4.2 revision 0 categories-append devel platforms darwin license MIT supported_archs i386 x86_64 python.versions 27 34 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 6ed37fc15b1e0f101d1b7075f15c054ec9e63ca3 \ sha256 fc77d5a7585513a3499fc71d2bdbc641d379cf9b6de5258e498aa96848a1fd46 \ size 9503598 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 }