[88203] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Dec 21 14:15:41 PST 2011


Revision: 88203
          http://trac.macports.org/changeset/88203
Author:   singingwolfboy at macports.org
Date:     2011-12-21 14:15:40 -0800 (Wed, 21 Dec 2011)
Log Message:
-----------
New port: py-zen

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

Added: trunk/dports/python/py-zen/Portfile
===================================================================
--- trunk/dports/python/py-zen/Portfile	                        (rev 0)
+++ trunk/dports/python/py-zen/Portfile	2011-12-21 22:15:40 UTC (rev 88203)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-zen
+set real_name       PyZen
+version             0.3.2
+python.versions     24 25 26 27 31 32
+categories-append   devel
+platforms           darwin
+license             BSD
+maintainers         singingwolfboy openmaintainer
+description         continuous test runner for paranoid developers
+long_description  \
+    PyZen is a continuous test runner for paranoid developers. As long as the \
+    script is running, it will monitor for changes in your code and re-run your \
+    test suite when needed. There are frontends for multiple frameworks as well \
+    as several notification UIs.
+
+homepage            http://pypi.python.org/pypi/${real_name}
+master_sites        http://pypi.python.org/packages/source/P/${real_name}
+distname            ${real_name}-${version}
+
+checksums           rmd160  93933db47c2a56e9c0b1b5e42ace49b13a803d58 \
+                    sha256  b4ee66424a1f78c929d500bc74f56a84339ae7cf18b6b9c41117c3c1d16ba87f
+
+if {$name != $subport} {
+    depends_lib     port:py${python.version}-distribute
+}
+


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


More information about the macports-changes mailing list