# $Id: Portfile 100259 2012-12-06 04:10:04Z jmr@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-testtools set real_name testtools version 0.9.11 set branch [join [lrange [split ${version} .] 0 1] .] categories-append devel license MIT PSF maintainers nomaintainer platforms darwin supported_archs noarch description Extensions to the Python standard library unit testing framework long_description \ testtools is a set of extensions to the Python standard library's \ unit testing framework. These extensions have been derived from many \ years of experience with unit testing in Python and come from many \ different sources. testtools also ports recent unittest changes all \ the way back to Python 2.4. homepage https://launchpad.net/python-${real_name} master_sites http://launchpad.net/${real_name}/${branch}/${version}/+download/ distname ${real_name}-${version} checksums md5 89616849d247f120bb3984cd871b161f \ sha1 3478e43f8d5810d9d1d95b3dc372b49c65744d80 \ rmd160 3b2be21e9c249e8a7cd923d1dc6037086690ed85 python.versions 27