# -*- 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 PortGroup github 1.0 github.setup dreamhost stevedore 0.8 name py-${github.project} revision 1 categories-append devel platforms darwin maintainers nomaintainer supported_archs noarch license Apache-2 description Manage dynamic plugins for Python applications long_description ${description} checksums rmd160 0b874cc0026c4d14540d75899ab9f8f95ff49b12 \ sha256 3c37f41e2b883cdfd570eb2d18c4bc86fd48a4e58ddb108989018fdfdfe76146 python.versions 25 26 27 31 32 33 if {$subport != $name} { # uses pkg_resources for extensions depends_lib-append port:py${python.version}-setuptools patchfiles setup.py.diff livecheck.type none }