[88193] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Dec 21 12:18:23 PST 2011


Revision: 88193
          http://trac.macports.org/changeset/88193
Author:   singingwolfboy at macports.org
Date:     2011-12-21 12:18:21 -0800 (Wed, 21 Dec 2011)
Log Message:
-----------
New port: py-pinocchio

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

Added: trunk/dports/python/py-pinocchio/Portfile
===================================================================
--- trunk/dports/python/py-pinocchio/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pinocchio/Portfile	2011-12-21 20:18:21 UTC (rev 88193)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-pinocchio
+set real_name       pinocchio
+version             0.2
+python.versions     24 25 26 27 31 32
+categories-append   devel
+platforms           darwin
+license             MIT
+maintainers         singingwolfboy openmaintainer
+description         pinocchio plugins for the nose testing framework
+long_description  \
+    Extra plugins for the nose testing framework. Provides tools for flexibly \
+    assigning decorator tags to tests, choosing tests based on their runtime, \
+    doing moderately sophisticated code coverage analysis of your unit tests, \
+    and making your test descriptions look like specifications.
+
+homepage            http://darcs.idyll.org/~t/projects/pinocchio/doc/
+fetch.type          git
+git.url             https://github.com/infrared/${real_name}
+git.branch          4e48d55e
+# master_sites        http://pypi.python.org/packages/source/p/${real_name}
+# distname            ${real_name}-${version}
+
+if {$name != $subport} {
+    depends_lib     port:py${python.version}-nose
+}


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


More information about the macports-changes mailing list