# HG changeset patch # User Hans-G?nter Theisgen # Date 1657729919 -3600 # Node ID 8a0e15bddf34c94e244a08c0f62a5ba6a2c80cde # Parent f3b390540324f6f417541af478a64dc7cdc738eb updated python-routes (2.4.1 -> 2.5.1) diff -r f3b390540324 -r 8a0e15bddf34 python-routes/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-routes/description.txt Wed Jul 13 17:31:59 2022 +0100 @@ -0,0 +1,8 @@ +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. + +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. diff -r f3b390540324 -r 8a0e15bddf34 python-routes/receipt --- a/python-routes/receipt Wed Jul 13 17:27:05 2022 +0100 +++ b/python-routes/receipt Wed Jul 13 17:31:59 2022 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="python-routes" -VERSION="2.4.1" +VERSION="2.5.1" CATEGORY="development" TAGS="python" SHORT_DESC="Routing Recognition and Generation Tools." MAINTAINER="taziden@slitaz.org" LICENSE="BSD" WEB_SITE="https://pypi.org/project/Routes" +REPOLOGY="python:routes" SOURCE="Routes" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -33,5 +34,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cook_copy_folders lib }