wok-current rev 16476
ARM: add python-routes + python-serial (but main python dont cook anymore)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 22 22:49:42 2014 +0200 (2014-04-22) |
parents | 03d30ab1efc8 |
children | 7d672a2330b8 |
files | python-routes/receipt python-serial/receipt |
line diff
1.1 --- a/python-routes/receipt Tue Apr 22 20:02:38 2014 +0300 1.2 +++ b/python-routes/receipt Tue Apr 22 22:49:42 2014 +0200 1.3 @@ -11,14 +11,16 @@ 1.4 WEB_SITE="http://pylonshq.com" 1.5 WGET_URL="http://cdn.pylonshq.com/download/1.0/$TARBALL" 1.6 TAGS="python" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="python" 1.10 -BUILD_DEPENDS="python python-dev setuptools" 1.11 +BUILD_DEPENDS="python python-dev" 1.12 +# setuptools: please install it in chroot or we have to 1.13 +# add a case a lot of python pkgs 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 - cd $src 1.19 python setup.py install --root=$DESTDIR 1.20 } 1.21 1.22 @@ -27,4 +29,3 @@ 1.23 { 1.24 cp -a $install/usr $fs 1.25 } 1.26 -
2.1 --- a/python-serial/receipt Tue Apr 22 20:02:38 2014 +0300 2.2 +++ b/python-serial/receipt Tue Apr 22 22:49:42 2014 +0200 2.3 @@ -2,22 +2,22 @@ 2.4 2.5 PACKAGE="python-serial" 2.6 SOURCE="pyserial" 2.7 -VERSION="2.5-rc1" 2.8 +VERSION="2.7" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Multiplataform serial port module for python" 2.11 MAINTAINER="claudinei@slitaz.org" 2.12 LICENSE="BSD" 2.13 -TARBALL="$SOURCE-$VERSION.zip" 2.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.15 WEB_SITE="http://pyserial.sourceforge.net" 2.16 -WGET_URL="$SF_MIRROR/$SOURCE/2.5/$TARBALL" 2.17 +WGET_URL="https://pypi.python.org/packages/source/p/pyserial/$TARBALL" 2.18 +HOST_ARCH="i486 arm" 2.19 2.20 DEPENDS="python" 2.21 -BUILD_DEPENDS="python python-dev" 2.22 +BUILD_DEPENDS="python-dev" 2.23 2.24 # Rules to configure and make the package. 2.25 compile_rules() 2.26 { 2.27 - cd $src 2.28 python setup.py install --root=$DESTDIR 2.29 } 2.30