# HG changeset patch # User Pascal Bellard # Date 1537473235 -7200 # Node ID f24908c722f8db25f93d31d8f5a73bf03c44d9b9 # Parent 616236700bc935b9d610552f94d6ab14d9369fc9 Add python-backports_abc python-ptyprocess python-futures diff -r 616236700bc9 -r f24908c722f8 python-backports_abc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-backports_abc/receipt Thu Sep 20 21:53:55 2018 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-backports_abc" +SOURCE="backports_abc" +VERSION="0.5" +CATEGORY="development" +SHORT_DESC="A backport of recent additions to the 'collections.abc' module" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="https://pypi.org/project/$SOURCE/" +WGET_URL="https://files.pythonhosted.org/packages/68/3c/1317a9113c377d1e33711ca8de1e80afbaf4a3c950dd0edfaf61f9bfe6d8/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="python setuptools" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} diff -r 616236700bc9 -r f24908c722f8 python-futures/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-futures/receipt Thu Sep 20 21:53:55 2018 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-futures" +SOURCE="futures" +VERSION="3.2.0" +CATEGORY="development" +SHORT_DESC="A backport of the concurrent.futures package from Python 3" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="https://pypi.org/project/$SOURCE/" +WGET_URL="https://files.pythonhosted.org/packages/1f/9e/7b2ff7e965fc654592269f2906ade1c7d705f1bf25b7d469fa153f7d19eb/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="python setuptools" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} diff -r 616236700bc9 -r f24908c722f8 python-ptyprocess/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-ptyprocess/receipt Thu Sep 20 21:53:55 2018 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-ptyprocess" +SOURCE="ptyprocess" +VERSION="0.6.0" +CATEGORY="development" +SHORT_DESC="Run a subprocess in a pseudo terminal" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="ISCL" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="https://pypi.org/project/$SOURCE/" +WGET_URL="https://files.pythonhosted.org/packages/7d/2d/e4b8733cf79b7309d84c9081a4ab558c89d8c89da5961bf4ddb050ca1ce0/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="python setuptools" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} diff -r 616236700bc9 -r f24908c722f8 python-terminado/receipt --- a/python-terminado/receipt Thu Sep 20 12:10:01 2018 -0400 +++ b/python-terminado/receipt Thu Sep 20 21:53:55 2018 +0200 @@ -11,7 +11,7 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://files.pythonhosted.org/packages/67/84/ce0ebd0f60e1cbe040f8e065eef7063855d59d9cf5e6438b3f8439fc7e15/$TARBALL" -DEPENDS="python-tornado" +DEPENDS="python-tornado python-ptyprocess" BUILD_DEPENDS="python" # Rules to configure and make the package. diff -r 616236700bc9 -r f24908c722f8 python-tornado/receipt --- a/python-tornado/receipt Thu Sep 20 12:10:01 2018 -0400 +++ b/python-tornado/receipt Thu Sep 20 21:53:55 2018 +0200 @@ -10,7 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/tornadoweb/tornado/archive/v$VERSION.tar.gz" -DEPENDS="python" +DEPENDS="python-futures python-singledispatch python-backports_abc" BUILD_DEPENDS="python-dev" # Rules to configure and make the package.