[25277] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Wed May 16 19:38:31 PDT 2007


Revision: 25277
          http://trac.macosforge.org/projects/macports/changeset/25277
Author:   stechert at macports.org
Date:     2007-05-16 19:38:31 -0700 (Wed, 16 May 2007)

Log Message:
-----------
adding py25 version of routes

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

Added: trunk/dports/python/py25-routes/Portfile
===================================================================
--- trunk/dports/python/py25-routes/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-routes/Portfile	2007-05-17 02:38:31 UTC (rev 25277)
@@ -0,0 +1,26 @@
+# $Id: Portfile 23564 2007-04-04 19:36:51Z stechert at macports.org $
+
+PortSystem			1.0
+PortGroup			python25 1.0
+name				py25-routes
+version				1.6.2
+categories-append		www
+maintainers			stechert at macports.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 69651e3ea0eb14245c9f515e9908622f \
+				sha1 a968045646999da99021f3025008778225d601fd \
+				rmd160 f748b76ed52f4094291b3eaad9ac0006ff9e1d3a

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


More information about the macports-changes mailing list