[19562] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 15 22:34:56 PDT 2006


Revision: 19562
Author:   landonf at macports.org
Date:     2006-09-15 22:34:54 -0700 (Fri, 15 Sep 2006)

Log Message:
-----------
Excude me while I blow my node. Pylons is making me a little stuffy.
Yet another Pylons dependency. Almost done!

Added Paths:
-----------
    trunk/dports/python/py-nose/
    trunk/dports/python/py-nose/Portfile

Added: trunk/dports/python/py-nose/Portfile
===================================================================
--- trunk/dports/python/py-nose/Portfile	                        (rev 0)
+++ trunk/dports/python/py-nose/Portfile	2006-09-16 05:34:54 UTC (rev 19562)
@@ -0,0 +1,26 @@
+# $Id: Portfile,v 1.5 2006/07/24 06:28:51 blb Exp $
+
+PortSystem			1.0
+PortGroup			python24 1.0
+name				py-nose
+version				0.9.0
+categories-append		www
+maintainers			darwinports at opendarwin.org
+description			A Python unittest extension.
+long_description		A unittest extension offering automatic test \
+				suite discovery, simplified test authoring, \
+				and output capture. Nose provides an alternate \
+				test discovery and running process for \
+				unittest, one that is intended to mimic the \
+				behavior of py.test as much as is reasonably \
+				possible without resorting to magic. 
+
+platforms			darwin
+
+homepage			http://somethingaboutorange.com/mrl/projects/nose/
+master_sites			${homepage}
+distname			nose-${version}
+
+depends_lib			port:py-setuptools
+
+checksums			sha1 b6671ff6504d40836533dfe74513addfa4cf2b1e

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060915/ae633cf5/attachment.html


More information about the macports-changes mailing list