wok annotate python-click/receipt @ rev 23492
python-bcrypt: added build dependencies
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 06:26:59 2020 +0100 (2020-04-06) |
parents | 5d50a02468c7 |
children | 1df6fa555414 |
rev | line source |
---|---|
pascal@20451 | 1 # SliTaz package receipt. |
pascal@20451 | 2 |
pascal@20451 | 3 PACKAGE="python-click" |
Hans-G?nter@23472 | 4 VERSION="7.1.1" |
pascal@20451 | 5 CATEGORY="development" |
Hans-G?nter@23472 | 6 SHORT_DESC="Composable command line interface toolkit." |
pascal@20451 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20451 | 8 LICENSE="BSD" |
pascal@20451 | 9 WEB_SITE="https://pypi.org/project/click/" |
Hans-G?nter@23472 | 10 |
Hans-G?nter@23472 | 11 SOURCE="click" |
pascal@20451 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23472 | 13 WGET_URL="https://files.pythonhosted.org/packages/source/c/$SOURCE/$TARBALL" |
pascal@20451 | 14 |
pascal@20451 | 15 DEPENDS="python" |
Hans-G?nter@23472 | 16 BUILD_DEPENDS="python python-setuptools" |
pascal@20451 | 17 |
pascal@20451 | 18 # Rules to configure and make the package. |
pascal@20451 | 19 compile_rules() |
pascal@20451 | 20 { |
pascal@20451 | 21 python setup.py install --prefix=/usr --root=$DESTDIR |
pascal@20451 | 22 } |
pascal@20451 | 23 |
pascal@20451 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20451 | 25 genpkg_rules() |
pascal@20451 | 26 { |
Hans-G?nter@23472 | 27 cp -a $install/usr $fs |
pascal@20451 | 28 } |