[Python-modules-commits] r499 - in /packages/routes/trunk/debian: control rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Sun May 7 20:16:14 UTC 2006


Author: pox-guest
Date: Sun May  7 20:16:13 2006
New Revision: 499

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=499
Log:
removed MacOS files
description extended

Modified:
    packages/routes/trunk/debian/control
    packages/routes/trunk/debian/rules

Modified: packages/routes/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/control?rev=499&op=diff
==============================================================================
--- packages/routes/trunk/debian/control (original)
+++ packages/routes/trunk/debian/control Sun May  7 20:16:13 2006
@@ -11,6 +11,19 @@
 Architecture: all
 Depends: python (>= 2.3), python-support (>= 0.2.2)
 Description: Routing Recognition and Generation Tools
- A Routing package for Python that matches URL's to dicts and vice versa
+ 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.
+ .
+ Speedy and dynamic URL generation means you get a URL with minimal cruft (no
+ big dangling query args). Shortcut features like Named Routes cut down on
+ repetitive typing.
+ .
+ Current features:
+  * Named Routes
+  * Sophisticated Route lookup and URL generation
+  * Wildcard path's before and after static parts
+  * Groupings syntax to allow flexible URL's to accommodate almost any need
+  * Extensive unit tests
  .
   Homepage: http://routes.groovie.org/

Modified: packages/routes/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/rules?rev=499&op=diff
==============================================================================
--- packages/routes/trunk/debian/rules (original)
+++ packages/routes/trunk/debian/rules Sun May  7 20:16:13 2006
@@ -12,6 +12,9 @@
 
 VERSION=$(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -n 's/-.*//p')
 
+clean::
+	find . -name "\._*" -exec rm -f {} \;
+
 install/python-routes::
 	echo "2.3-" >debian/python-routes/usr/share/python-support/routes/.version
 	mv debian/python-routes/usr/share/python-support/routes/Routes-${VERSION}-{py2.3.egg-info,egg-info}




More information about the Python-modules-commits mailing list