[88750] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Tue Jan 10 07:34:04 PST 2012


Revision: 88750
          http://trac.macports.org/changeset/88750
Author:   singingwolfboy at macports.org
Date:     2012-01-10 07:34:04 -0800 (Tue, 10 Jan 2012)
Log Message:
-----------
New port: py-nose-gae

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

Added: trunk/dports/python/py-nose-gae/Portfile
===================================================================
--- trunk/dports/python/py-nose-gae/Portfile	                        (rev 0)
+++ trunk/dports/python/py-nose-gae/Portfile	2012-01-10 15:34:04 UTC (rev 88750)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-nose-gae
+set real_name       NoseGAE
+version             0.2.0
+python.versions     25 26 27
+categories-append   devel
+platforms           darwin
+license             GNU LGPL
+maintainers         singingwolfboy openmaintainer
+description         nose plugin for Google App Engine testing
+long_description    ${description}
+
+homepage            http://farmdev.com/projects/nosegae/
+master_sites        http://pypi.python.org/packages/source/N/${real_name}
+distname            ${real_name}-${version}
+checksums           rmd160  902f5fd611eda5e7c1b7f7c8add1188ac35385bd \
+                    sha256  021014a96510913c7333241b2be7ec78c427c7f033d8261db2763c4d2cf21e5b
+
+if {$name != $subport} {
+    depends_lib     port:py${python.version}-nose \
+                    port:py${python.version}-googleappengine
+}


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


More information about the macports-changes mailing list