[88200] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Dec 21 13:44:37 PST 2011


Revision: 88200
          http://trac.macports.org/changeset/88200
Author:   singingwolfboy at macports.org
Date:     2011-12-21 13:44:37 -0800 (Wed, 21 Dec 2011)
Log Message:
-----------
new port: py-nose-exclude

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

Added: trunk/dports/python/py-nose-exclude/Portfile
===================================================================
--- trunk/dports/python/py-nose-exclude/Portfile	                        (rev 0)
+++ trunk/dports/python/py-nose-exclude/Portfile	2011-12-21 21:44:37 UTC (rev 88200)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-nose-exclude
+set real_name       nose-exclude
+version             0.1.7
+python.versions     24 25 26 27 31 32
+categories-append   devel
+platforms           darwin
+license             GNU LGPL
+maintainers         singingwolfboy openmaintainer
+description         Exclude specific directories from nosetests runs
+long_description  \
+    Nose plugin that allows you to easily specify directories to be excluded \
+    from testing.
+
+homepage            http://bitbucket.org/kgrandis/nose-exclude
+master_sites        http://pypi.python.org/packages/source/n/${real_name}
+distname            ${real_name}-${version}
+checksums           rmd160  ff768e17638f1869a1633dfd97594c731787b841 \
+                    sha256  059dc0b30c222498692e3259f2853c3a396ae1124519b644238599b74a03656a
+
+if {$name != $subport} {
+    depends_lib     port:py${python.version}-nose 
+}


Property changes on: trunk/dports/python/py-nose-exclude/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111221/0aa60aec/attachment.html>


More information about the macports-changes mailing list