[19553] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 15 22:06:13 PDT 2006


Revision: 19553
Author:   landonf at macports.org
Date:     2006-09-15 22:06:07 -0700 (Fri, 15 Sep 2006)

Log Message:
-----------
Add routes, a Pylons dependency.

>From the homepage:
Routes is a Python re-implementation of the Rails routes system for mapping URL's to Controllers/Actions and generating URL's. Routes makes it easy to create pretty and concise URL's that are RESTful with little effort.

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

Added: trunk/dports/python/py-routes/Portfile
===================================================================
--- trunk/dports/python/py-routes/Portfile	                        (rev 0)
+++ trunk/dports/python/py-routes/Portfile	2006-09-16 05:06:07 UTC (rev 19553)
@@ -0,0 +1,26 @@
+# $Id: Portfile,v 1.5 2006/07/24 06:28:51 blb Exp $
+
+PortSystem			1.0
+PortGroup			python24 1.0
+name				py-routes
+version				1.4.1
+categories-append		www
+maintainers			darwinports at opendarwin.org
+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. \
+				Routes makes it easy to create pretty and \
+				concise URLs that are RESTful with little \
+				effort.
+
+platforms			darwin
+
+homepage			http://routes.groovie.org
+master_sites			http://cheeseshop.python.org/packages/source/R/Routes/
+distname			Routes-${version}
+
+checksums			md5 117f93f9de29dbd539e01ea864fb41df \
+				sha1 e1679418c47abb5b1b1311a6f346ee2f8938cf96 \
+				rmd160 b591dbc6b2420fe56b6a801cbdbc226162b66b07

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060915/2531ec80/attachment.html


More information about the macports-changes mailing list