# HG changeset patch # User Christophe Lincoln # Date 1244770720 -7200 # Node ID 104071ce98fcf69f469a4a9205e24398956ba414 # Parent ec9ebf2a2c4699ba011b4ebe749984d668b419e9 Add python-extremes and up turbogears deps diff -r ec9ebf2a2c46 -r 104071ce98fc python-extremes/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-extremes/receipt Fri Jun 12 03:38:40 2009 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-extremes" +VERSION="1.1.1" +CATEGORY="development" +SHORT_DESC="Production-quality 'Min' and 'Max' objects (adapted from PEP 326)." +MAINTAINER="pankso@slitaz.org" +SOURCE="Extremes" +TARBALL="$SOURCE-$VERSION.zip" +WEB_SITE="http://pypi.python.org/pypi/Extremes" +WGET_URL="http://pypi.python.org/packages/source/E/$SOURCE/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +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 ec9ebf2a2c46 -r 104071ce98fc python-turbogears/receipt --- a/python-turbogears/receipt Fri Jun 12 02:31:41 2009 +0200 +++ b/python-turbogears/receipt Fri Jun 12 03:38:40 2009 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://files.turbogears.org/eggs/$TARBALL" DEPENDS="python psycopg sqlobject python-kid python-cheetah python-cherrypy \ python-paste python-pastedeploy python-pastescript python-formencode \ -python-decoratortools" +python-decoratortools python-extremes simplejson" BUILD_DEPENDS="$DEPENDS python-dev setuptools" # Rules to configure and make the package.