Revision: 79757 http://trac.macports.org/changeset/79757 Author: singingwolfboy@macports.org Date: 2011-06-24 16:38:39 -0700 (Fri, 24 Jun 2011) Log Message: ----------- New port: py27-testtools Added Paths: ----------- trunk/dports/python/py27-testtools/ trunk/dports/python/py27-testtools/Portfile Added: trunk/dports/python/py27-testtools/Portfile =================================================================== --- trunk/dports/python/py27-testtools/Portfile (rev 0) +++ trunk/dports/python/py27-testtools/Portfile 2011-06-24 23:38:39 UTC (rev 79757) @@ -0,0 +1,29 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python27 1.0 + +name py27-testtools +set real_name testtools +version 0.9.11 +set branch [join [lrange [split ${version} .] 0 1] .] +maintainers singingwolfboy openmaintainer +platforms darwin +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. + +categories-append devel + +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 Property changes on: trunk/dports/python/py27-testtools/Portfile ___________________________________________________________________ Added: svn:keywords + Id