# -*- 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 set real_name pytools name py-${real_name} version 2012.1 platforms darwin maintainers nomaintainer license MIT supported_archs noarch description A collection of tools for Python long_description Pytools is a big bag of things that are "missing" \ from the Python standard library. homepage http://pypi.python.org/pypi/${real_name} distname ${real_name}-${version} master_sites http://pypi.python.org/packages/source/p/${real_name} checksums rmd160 e12e28d2f83571eb7f150c5f70e818e902363b76 \ sha256 4738e5c8b3b5e3f03a392f12abb157053e3134fd777752eea334c496bf485136 python.versions 26 27 31 32 33 if {${subport} != ${name}} { depends_build-append port:py${python.version}-setuptools depends_run-append port:py${python.version}-decorator livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex "${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" }