wok annotate python-futures/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents f24908c722f8
children fc917bce0480
rev   line source
pascal@20448 1 # SliTaz package receipt.
pascal@20448 2
pascal@20448 3 PACKAGE="python-futures"
pascal@20448 4 SOURCE="futures"
pascal@20448 5 VERSION="3.2.0"
pascal@20448 6 CATEGORY="development"
pascal@20448 7 SHORT_DESC="A backport of the concurrent.futures package from Python 3"
pascal@20448 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20448 9 LICENSE="MIT"
pascal@20448 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@20448 11 WEB_SITE="https://pypi.org/project/$SOURCE/"
pascal@20448 12 WGET_URL="https://files.pythonhosted.org/packages/1f/9e/7b2ff7e965fc654592269f2906ade1c7d705f1bf25b7d469fa153f7d19eb/$TARBALL"
pascal@20448 13
pascal@20448 14 DEPENDS="python"
pascal@21582 15 BUILD_DEPENDS="python python-setuptools"
pascal@20448 16
pascal@20448 17 # Rules to configure and make the package.
pascal@20448 18 compile_rules()
pascal@20448 19 {
pascal@20448 20 python setup.py install --root=$DESTDIR
pascal@20448 21 }
pascal@20448 22
pascal@20448 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20448 24 genpkg_rules()
pascal@20448 25 {
pascal@20448 26 cp -a $install/usr $fs
pascal@20448 27 }