wok-6.x rev 20448
Add python-backports_abc python-ptyprocess python-futures
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 20 21:53:55 2018 +0200 (2018-09-20) |
parents | 616236700bc9 |
children | e3d57f018fcb |
files | python-backports_abc/receipt python-futures/receipt python-ptyprocess/receipt python-terminado/receipt python-tornado/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-backports_abc/receipt Thu Sep 20 21:53:55 2018 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-backports_abc" 1.7 +SOURCE="backports_abc" 1.8 +VERSION="0.5" 1.9 +CATEGORY="development" 1.10 +SHORT_DESC="A backport of recent additions to the 'collections.abc' module" 1.11 +MAINTAINER="pascal.bellard@slitaz.org" 1.12 +LICENSE="MIT" 1.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 +WEB_SITE="https://pypi.org/project/$SOURCE/" 1.15 +WGET_URL="https://files.pythonhosted.org/packages/68/3c/1317a9113c377d1e33711ca8de1e80afbaf4a3c950dd0edfaf61f9bfe6d8/$TARBALL" 1.16 + 1.17 +DEPENDS="python" 1.18 +BUILD_DEPENDS="python setuptools" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + python setup.py install --root=$DESTDIR 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + cp -a $install/usr $fs 1.30 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/python-futures/receipt Thu Sep 20 21:53:55 2018 +0200 2.3 @@ -0,0 +1,27 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="python-futures" 2.7 +SOURCE="futures" 2.8 +VERSION="3.2.0" 2.9 +CATEGORY="development" 2.10 +SHORT_DESC="A backport of the concurrent.futures package from Python 3" 2.11 +MAINTAINER="pascal.bellard@slitaz.org" 2.12 +LICENSE="MIT" 2.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.14 +WEB_SITE="https://pypi.org/project/$SOURCE/" 2.15 +WGET_URL="https://files.pythonhosted.org/packages/1f/9e/7b2ff7e965fc654592269f2906ade1c7d705f1bf25b7d469fa153f7d19eb/$TARBALL" 2.16 + 2.17 +DEPENDS="python" 2.18 +BUILD_DEPENDS="python setuptools" 2.19 + 2.20 +# Rules to configure and make the package. 2.21 +compile_rules() 2.22 +{ 2.23 + python setup.py install --root=$DESTDIR 2.24 +} 2.25 + 2.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.27 +genpkg_rules() 2.28 +{ 2.29 + cp -a $install/usr $fs 2.30 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/python-ptyprocess/receipt Thu Sep 20 21:53:55 2018 +0200 3.3 @@ -0,0 +1,27 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="python-ptyprocess" 3.7 +SOURCE="ptyprocess" 3.8 +VERSION="0.6.0" 3.9 +CATEGORY="development" 3.10 +SHORT_DESC="Run a subprocess in a pseudo terminal" 3.11 +MAINTAINER="pascal.bellard@slitaz.org" 3.12 +LICENSE="ISCL" 3.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 3.14 +WEB_SITE="https://pypi.org/project/$SOURCE/" 3.15 +WGET_URL="https://files.pythonhosted.org/packages/7d/2d/e4b8733cf79b7309d84c9081a4ab558c89d8c89da5961bf4ddb050ca1ce0/$TARBALL" 3.16 + 3.17 +DEPENDS="python" 3.18 +BUILD_DEPENDS="python setuptools" 3.19 + 3.20 +# Rules to configure and make the package. 3.21 +compile_rules() 3.22 +{ 3.23 + python setup.py install --root=$DESTDIR 3.24 +} 3.25 + 3.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.27 +genpkg_rules() 3.28 +{ 3.29 + cp -a $install/usr $fs 3.30 +}
4.1 --- a/python-terminado/receipt Thu Sep 20 12:10:01 2018 -0400 4.2 +++ b/python-terminado/receipt Thu Sep 20 21:53:55 2018 +0200 4.3 @@ -11,7 +11,7 @@ 4.4 TARBALL="$SOURCE-$VERSION.tar.gz" 4.5 WGET_URL="https://files.pythonhosted.org/packages/67/84/ce0ebd0f60e1cbe040f8e065eef7063855d59d9cf5e6438b3f8439fc7e15/$TARBALL" 4.6 4.7 -DEPENDS="python-tornado" 4.8 +DEPENDS="python-tornado python-ptyprocess" 4.9 BUILD_DEPENDS="python" 4.10 4.11 # Rules to configure and make the package.
5.1 --- a/python-tornado/receipt Thu Sep 20 12:10:01 2018 -0400 5.2 +++ b/python-tornado/receipt Thu Sep 20 21:53:55 2018 +0200 5.3 @@ -10,7 +10,7 @@ 5.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.5 WGET_URL="https://github.com/tornadoweb/tornado/archive/v$VERSION.tar.gz" 5.6 5.7 -DEPENDS="python" 5.8 +DEPENDS="python-futures python-singledispatch python-backports_abc" 5.9 BUILD_DEPENDS="python-dev" 5.10 5.11 # Rules to configure and make the package.