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