[65541] trunk/dports/python

perry at macports.org perry at macports.org
Fri Mar 26 22:42:16 PDT 2010


Revision: 65541
          http://trac.macports.org/changeset/65541
Author:   perry at macports.org
Date:     2010-03-26 22:42:16 -0700 (Fri, 26 Mar 2010)
Log Message:
-----------
Added python/py26-pylons.

Added Paths:
-----------
    trunk/dports/python/py26-pylons/
    trunk/dports/python/py26-pylons/Portfile

Added: trunk/dports/python/py26-pylons/Portfile
===================================================================
--- trunk/dports/python/py26-pylons/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pylons/Portfile	2010-03-27 05:42:16 UTC (rev 65541)
@@ -0,0 +1,43 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-pylons
+version             0.10rc1
+categories          python
+maintainers         perry openmaintainer
+platforms           darwin
+
+description         Pylons is a lightweight web framework emphasizing \
+                    flexibility and rapid development.
+long_description    ${description}
+license             BSD
+homepage            http://pypi.python.org/pypi/Pylons/${version}/
+
+livecheck.regex     {Pylons/(.+)/"}
+livecheck.type      regex
+livecheck.url       ${homepage}
+
+depends_build       port:py26-setuptools
+depends_lib \
+    port:py26-beaker \
+    port:py26-decorator \
+    port:py26-formencode \
+    port:py26-mako \
+    port:py26-nose \
+    port:py26-paste \
+    port:py26-pastedeploy \
+    port:py26-pastescript \
+    port:py26-routes \
+    port:py26-simplejson \
+    port:py26-tempita \
+    port:py26-weberror \
+    port:py26-webhelpers \
+    port:py26-webob \
+    port:py26-webtest
+
+distname            Pylons-${version}
+master_sites        http://pypi.python.org/packages/source/P/Pylons/
+
+checksums           rmd160 55624fd01a1bb6cbd2ed98ed69bf6127e725342a


Property changes on: trunk/dports/python/py26-pylons/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100326/ad841aec/attachment.html>


More information about the macports-changes mailing list