wok annotate python-pastescript/receipt @ rev 23896
lftp: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 26 14:28:44 2020 +0000 (2020-07-26) |
parents | 814362194a8d |
children | 1df6fa555414 |
rev | line source |
---|---|
pankso@3379 | 1 # SliTaz package receipt. |
pankso@3379 | 2 |
pankso@3379 | 3 PACKAGE="python-pastescript" |
Hans-G?nter@23525 | 4 VERSION="3.2.0" |
pankso@3379 | 5 CATEGORY="development" |
Hans-G?nter@23525 | 6 TAGS="python" |
pankso@3379 | 7 SHORT_DESC="A pluggable command-line frontend, including commands to setup package file layouts." |
pankso@3379 | 8 MAINTAINER="pankso@slitaz.org" |
pascal@15378 | 9 LICENSE="MIT" |
Hans-G?nter@23525 | 10 WEB_SITE="https://pypi.org/project/PasteScript/" |
Hans-G?nter@23525 | 11 |
pankso@3379 | 12 SOURCE="PasteScript" |
pankso@3379 | 13 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23525 | 14 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" |
pascal@15378 | 15 |
pankso@3379 | 16 DEPENDS="python python-paste python-pastedeploy" |
Hans-G?nter@23525 | 17 BUILD_DEPENDS="python python-setuptools" |
pankso@3379 | 18 |
pankso@3379 | 19 # Rules to configure and make the package. |
pankso@3379 | 20 compile_rules() |
pankso@3379 | 21 { |
gokhlayeh@8691 | 22 python setup.py install --root=$DESTDIR |
pankso@3379 | 23 } |
pankso@3379 | 24 |
pankso@3379 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3379 | 26 genpkg_rules() |
pankso@3379 | 27 { |
Hans-G?nter@23525 | 28 cp -a $install/usr $fs |
pankso@3379 | 29 } |