wok rev 17742
python-ipy, python-pychart, python-pydot: add bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 06 20:31:10 2015 +0100 (2015-03-06) |
parents | 573d4c473481 |
children | 43a60529166c |
files | python-ipy/receipt python-pychart/receipt python-pydot/receipt |
line diff
1.1 --- a/python-ipy/receipt Fri Mar 06 20:20:59 2015 +0100 1.2 +++ b/python-ipy/receipt Fri Mar 06 20:31:10 2015 +0100 1.3 @@ -12,11 +12,11 @@ 1.4 WGET_URL="http://cheeseshop.python.org/packages/source/I/$SOURCE/$TARBALL" 1.5 1.6 DEPENDS="python" 1.7 +BUILD_DEPENDS="python" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 { 1.12 - cd $src 1.13 python setup.py build 1.14 python setup.py install --root=$DESTDIR 1.15 } 1.16 @@ -27,4 +27,3 @@ 1.17 mkdir -p $fs/usr 1.18 cp -a $install/usr/lib $fs/usr 1.19 } 1.20 -
2.1 --- a/python-pychart/receipt Fri Mar 06 20:20:59 2015 +0100 2.2 +++ b/python-pychart/receipt Fri Mar 06 20:31:10 2015 +0100 2.3 @@ -10,12 +10,13 @@ 2.4 TARBALL="$SOURCE-$VERSION.tar.gz" 2.5 WEB_SITE="http://home.gna.org/pychart/" 2.6 WGET_URL="http://download.gna.org/pychart/$TARBALL" 2.7 + 2.8 DEPENDS="python" 2.9 +BUILD_DEPENDS="python" 2.10 2.11 # Rules to configure and make the package. 2.12 compile_rules() 2.13 { 2.14 - cd $src 2.15 python setup.py build 2.16 python setup.py install --root=$DESTDIR 2.17 }
3.1 --- a/python-pydot/receipt Fri Mar 06 20:20:59 2015 +0100 3.2 +++ b/python-pydot/receipt Fri Mar 06 20:31:10 2015 +0100 3.3 @@ -12,11 +12,11 @@ 3.4 WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL" 3.5 3.6 DEPENDS="python python-pyparsing graphviz" 3.7 +BUILD_DEPENDS="python" 3.8 3.9 # Rules to configure and make the package. 3.10 compile_rules() 3.11 { 3.12 - cd $src 3.13 python setup.py build 3.14 python setup.py install --root=$DESTDIR 3.15 }