# HG changeset patch # User Julien Rabier # Date 1248964554 -7200 # Node ID 7f46b72fa943be95e90cd4db0e572a6a4b56c0a9 # Parent 1c6a5ae60e0abcab5f3bebd1aaa6374fc021cd20 Add: python-beaker python-mako python-nose python-pylons python-routes python-tempita python-weberror python-webob python-webhelpers python-webtest diff -r 1c6a5ae60e0a -r 7f46b72fa943 python-beaker/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-beaker/receipt Thu Jul 30 16:35:54 2009 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="python-beaker" +VERSION="1.3.1" +CATEGORY="development" +SHORT_DESC="Cache and Session Library" +MAINTAINER="taziden@slitaz.org" +SOURCE="Beaker" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pylonshq.com" +WGET_URL="$WEB_SITE/download/$TARBALL" +TAGS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg + +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr/ $fs +} + diff -r 1c6a5ae60e0a -r 7f46b72fa943 python-decoratortools/receipt --- a/python-decoratortools/receipt Thu Jul 30 10:37:39 2009 +0000 +++ b/python-decoratortools/receipt Thu Jul 30 16:35:54 2009 +0200 @@ -3,21 +3,21 @@ PACKAGE="python-decoratortools" VERSION="1.7" CATEGORY="development" -SHORT_DESC="Class, function, and metaclass decorators." -MAINTAINER="pankso@slitaz.org" +SHORT_DESC="Class, function, and metaclass decorators" +MAINTAINER="taziden@slitaz.org" SOURCE="DecoratorTools" -TARBALL="$SOURCE-$VERSION.zip" -WEB_SITE="http://pypi.python.org/pypi/DecoratorTools" -WGET_URL="http://pypi.python.org/packages/source/D/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev" +TARBALL="$SOURCE-$VERSION.zip" +WEB_SITE="http://pylonshq.com" +WGET_URL="$WEB_SITE/download/0.9.7/$TARBALL" TAGS="python" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$PWD/_pkg } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -25,3 +25,4 @@ { cp -a $_pkg/usr $fs } + diff -r 1c6a5ae60e0a -r 7f46b72fa943 python-mako/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-mako/receipt Thu Jul 30 16:35:54 2009 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-mako" +VERSION="0.2.4" +CATEGORY="development" +SHORT_DESC="Fast template library" +MAINTAINER="taziden@slitaz.org" +SOURCE="Mako" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pylonshq.com" +WGET_URL="$WEB_SITE/download/0.9.7/$TARBALL" +TAGS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} + diff -r 1c6a5ae60e0a -r 7f46b72fa943 python-nose/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-nose/receipt Thu Jul 30 16:35:54 2009 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-nose" +VERSION="0.10.4" +CATEGORY="development" +SHORT_DESC="Unittest extension" +MAINTAINER="taziden@slitaz.org" +SOURCE="nose" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pylonshq.com" +WGET_URL="$WEB_SITE/download/0.9.7/$TARBALL" +TAGS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} + diff -r 1c6a5ae60e0a -r 7f46b72fa943 python-pylons/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pylons/receipt Thu Jul 30 16:35:54 2009 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-pylons" +VERSION="0.9.7" +CATEGORY="development" +SHORT_DESC="Lightweight web framework" +MAINTAINER="taziden@slitaz.org" +SOURCE="Pylons" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pylonshq.com" +WGET_URL="$WEB_SITE/download/$VERSION/$TARBALL" +TAGS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} + diff -r 1c6a5ae60e0a -r 7f46b72fa943 python-routes/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-routes/receipt Thu Jul 30 16:35:54 2009 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-routes" +VERSION="1.10.3" +CATEGORY="development" +SHORT_DESC="Routing Recognition and Generation Tools" +MAINTAINER="taziden@slitaz.org" +SOURCE="Routes" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pylonshq.com" +WGET_URL="$WEB_SITE/download/0.9.7/$TARBALL" +TAGS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} + diff -r 1c6a5ae60e0a -r 7f46b72fa943 python-tempita/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-tempita/receipt Thu Jul 30 16:35:54 2009 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-tempita" +VERSION="0.2" +CATEGORY="development" +SHORT_DESC="Small text templating language" +MAINTAINER="taziden@slitaz.org" +SOURCE="Tempita" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pylonshq.com" +WGET_URL="$WEB_SITE/download/0.9.7/$TARBALL" +TAGS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} + diff -r 1c6a5ae60e0a -r 7f46b72fa943 python-weberror/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-weberror/receipt Thu Jul 30 16:35:54 2009 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-weberror" +VERSION="0.10.1" +CATEGORY="development" +SHORT_DESC="Web Error handling and exception catching" +MAINTAINER="taziden@slitaz.org" +SOURCE="WebError" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pylonshq.com" +WGET_URL="$WEB_SITE/download/0.9.7/$TARBALL" +TAGS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} + diff -r 1c6a5ae60e0a -r 7f46b72fa943 python-webhelpers/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-webhelpers/receipt Thu Jul 30 16:35:54 2009 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-webhelpers" +VERSION="0.6.4" +CATEGORY="development" +SHORT_DESC="Web Helpers" +MAINTAINER="taziden@slitaz.org" +SOURCE="WebHelpers" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pylonshq.com" +WGET_URL="$WEB_SITE/download/0.9.7/$TARBALL" +TAGS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} + diff -r 1c6a5ae60e0a -r 7f46b72fa943 python-webob/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-webob/receipt Thu Jul 30 16:35:54 2009 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-webob" +VERSION="0.9.6.1" +CATEGORY="development" +SHORT_DESC="WSGI request and response object" +MAINTAINER="taziden@slitaz.org" +SOURCE="WebOb" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pylonshq.com" +WGET_URL="$WEB_SITE/download/0.9.7/$TARBALL" +TAGS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} + diff -r 1c6a5ae60e0a -r 7f46b72fa943 python-webtest/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-webtest/receipt Thu Jul 30 16:35:54 2009 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-webtest" +VERSION="1.1" +CATEGORY="development" +SHORT_DESC="Helper to test WSGI applications" +MAINTAINER="taziden@slitaz.org" +SOURCE="WebTest" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pylonshq.com" +WGET_URL="$WEB_SITE/download/0.9.7/$TARBALL" +TAGS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} +