wok annotate python-futures/receipt @ rev 21800

guvcview: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 14:24:44 2019 +0200 (2019-08-10)
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 }