wok-next diff python-kid/receipt @ rev 17559
slim: why force base theme on update
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Feb 05 21:41:45 2015 -0500 (2015-02-05) |
parents | fd4f1e692109 |
children | 16df76e1fc6a |
line diff
1.1 --- a/python-kid/receipt Sat Oct 19 13:53:26 2013 +0000 1.2 +++ b/python-kid/receipt Thu Feb 05 21:41:45 2015 -0500 1.3 @@ -8,9 +8,10 @@ 1.4 LICENSE="MIT" 1.5 SOURCE="kid" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://www.kid-templating.org/" 1.8 -WGET_URL="http://www.kid-templating.org/dist/$VERSION/$TARBALL" 1.9 +WEB_SITE="https://pypi.python.org/pypi/kid/" 1.10 +WGET_URL="https://pypi.python.org/packages/source/k/kid/$TARBALL" 1.11 TAGS="python" 1.12 +HOST_ARCH="i486 arm" 1.13 1.14 DEPENDS="python" 1.15 BUILD_DEPENDS="python python-dev setuptools" 1.16 @@ -18,7 +19,6 @@ 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 - cd $src 1.21 python setup.py install --root=$DESTDIR 1.22 } 1.23