wok annotate python-pastedeploy/receipt @ rev 23657

updated socat (2.0.0-b8 -> 2.0.0-b9)
author Hans-G?nter Theisgen
date Wed Apr 22 07:33:31 2020 +0100 (2020-04-22)
parents 814362194a8d
children 1df6fa555414
rev   line source
pankso@3379 1 # SliTaz package receipt.
pankso@3379 2
pankso@3379 3 PACKAGE="python-pastedeploy"
Hans-G?nter@23524 4 VERSION="2.1.0"
pankso@3379 5 CATEGORY="development"
Hans-G?nter@23524 6 TAGS="python"
pankso@3379 7 SHORT_DESC="Load, configure, and compose WSGI applications and servers."
pankso@3379 8 MAINTAINER="pankso@slitaz.org"
pascal@15378 9 LICENSE="MIT"
Hans-G?nter@23524 10 WEB_SITE="https://pypi.org/project/PasteDeploy/"
Hans-G?nter@23524 11
pankso@3379 12 SOURCE="PasteDeploy"
pankso@3379 13 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23524 14 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
pascal@15378 15
pankso@3379 16 DEPENDS="python python-paste"
pascal@21582 17 BUILD_DEPENDS="$DEPENDS python-dev python-setuptools"
pankso@3379 18
pankso@3379 19 # Rules to configure and make the package.
pankso@3379 20 compile_rules()
pankso@3379 21 {
pascal@15378 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@23524 28 cp -a $install/usr $fs
pankso@3379 29 }