[90980] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Tue Mar 20 09:16:47 PDT 2012


Revision: 90980
          https://trac.macports.org/changeset/90980
Author:   singingwolfboy at macports.org
Date:     2012-03-20 09:16:47 -0700 (Tue, 20 Mar 2012)
Log Message:
-----------
New port: py-nose-progressive

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

Added: trunk/dports/python/py-nose-progressive/Portfile
===================================================================
--- trunk/dports/python/py-nose-progressive/Portfile	                        (rev 0)
+++ trunk/dports/python/py-nose-progressive/Portfile	2012-03-20 16:16:47 UTC (rev 90980)
@@ -0,0 +1,27 @@
+# -*- 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
+
+name                py-nose-progressive
+set real_name       nose-progressive
+version             1.3
+maintainers         singingwolfboy openmaintainer
+python.versions     25 26 27
+python.default_version  27
+
+description         Nose plugin to show progress bar and tracebacks during tests
+long_description    ${description}
+platforms           darwin
+license             GPL
+
+master_sites        http://pypi.python.org/packages/source/n/${real_name}/
+distname            ${real_name}-${version}
+checksums           rmd160  a140d47aa1ccc0f5742689bf1019bcd9103a7607 \
+                    sha256  837ac8f9eb4be5b23a15c516bdd7047727a237832d741f8b61cd4a399f7cdba1
+
+if {$name != $subport} {
+    depends_lib     port:py${python.version}-nose port:py${python.version}-blessings
+}
+


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


More information about the macports-changes mailing list