[89123] trunk/dports/python
singingwolfboy at macports.org
singingwolfboy at macports.org
Thu Jan 19 12:26:01 PST 2012
Revision: 89123
http://trac.macports.org/changeset/89123
Author: singingwolfboy at macports.org
Date: 2012-01-19 12:26:01 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
unified py*-routes ports into py-routes port, updated to 1.12.3
Modified Paths:
--------------
trunk/dports/python/py-routes/Portfile
Removed Paths:
-------------
trunk/dports/python/py25-routes/
trunk/dports/python/py26-routes/
Modified: trunk/dports/python/py-routes/Portfile
===================================================================
--- trunk/dports/python/py-routes/Portfile 2012-01-19 20:24:39 UTC (rev 89122)
+++ trunk/dports/python/py-routes/Portfile 2012-01-19 20:26:01 UTC (rev 89123)
@@ -2,14 +2,18 @@
# $Id$
PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
name py-routes
-version 1.10.3
+version 1.12.3
+python.versions 24 25 26 27
categories-append www
-maintainers openmaintainer akitada
+
+maintainers akitada stromnov openmaintainer
+
description A Routing package for Python that matches \
URLs to dicts and vice versa.
+
long_description Routes is a Python re-implementation of the \
Rails routes system for mapping URLs to \
Controllers/Actions and generating URLs. \
@@ -23,6 +27,15 @@
master_sites http://cheeseshop.python.org/packages/source/R/Routes/
distname Routes-${version}
-checksums md5 03e2d9f2f6a1b7f9e4cfc3a3866e513f \
- sha1 3f7a8653b14a5d0ea39112c42c1e4d7247aa4bbb \
- rmd160 ae6e5a0fea262eb81e6e01052efe9dc307a8f47b
+checksums md5 9740ff424ff6b841632c784a38fb2be3 \
+ sha1 70b741ee898fe597e570b76cc20c06eeb5db1ec8 \
+ rmd160 58e655e8f7591425d5cd672e4964b2a98173cf46
+
+if {$name != $subport} {
+ depends_build-append \
+ port:py${python.version}-distribute
+}
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex "Routes-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/a402e010/attachment.html>
More information about the macports-changes
mailing list