wok rev 25234
updated python-routes (2.4.1 -> 2.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 17:31:59 2022 +0100 (2022-07-13) |
parents | f3b390540324 |
children | a4947b5c6298 |
files | python-routes/description.txt python-routes/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-routes/description.txt Wed Jul 13 17:31:59 2022 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +Routes is a Python re-implementation of the Rails routes system for mapping 1.5 +URLs to Controllers/Actions and generating URLs. 1.6 +Routes makes it easy to create pretty and concise URLs that are RESTful with 1.7 +little effort. 1.8 + 1.9 +Speedy and dynamic URL generation means you get a URL with minimal cruft 1.10 +(no big dangling query args). 1.11 +Shortcut features like Named Routes cut down on repetitive typing.
2.1 --- a/python-routes/receipt Wed Jul 13 17:27:05 2022 +0100 2.2 +++ b/python-routes/receipt Wed Jul 13 17:31:59 2022 +0100 2.3 @@ -1,13 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-routes" 2.7 -VERSION="2.4.1" 2.8 +VERSION="2.5.1" 2.9 CATEGORY="development" 2.10 TAGS="python" 2.11 SHORT_DESC="Routing Recognition and Generation Tools." 2.12 MAINTAINER="taziden@slitaz.org" 2.13 LICENSE="BSD" 2.14 WEB_SITE="https://pypi.org/project/Routes" 2.15 +REPOLOGY="python:routes" 2.16 2.17 SOURCE="Routes" 2.18 TARBALL="$SOURCE-$VERSION.tar.gz" 2.19 @@ -33,5 +34,5 @@ 2.20 # Rules to gen a SliTaz package suitable for Tazpkg. 2.21 genpkg_rules() 2.22 { 2.23 - cp -a $install/usr $fs 2.24 + cook_copy_folders lib 2.25 }