wok annotate python-beaker/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents 5d50a02468c7
children 5ea0ce1cecc0
rev   line source
taziden@3777 1 # SliTaz package receipt.
taziden@3777 2
taziden@3777 3 PACKAGE="python-beaker"
Hans-G?nter@23466 4 VERSION="1.11.0"
taziden@3777 5 CATEGORY="development"
Hans-G?nter@23466 6 TAGS="python"
Hans-G?nter@23466 7 SHORT_DESC="Cache and Session Library."
taziden@3777 8 MAINTAINER="taziden@slitaz.org"
pascal@15378 9 LICENSE="BSD"
pascal@20778 10 WEB_SITE="https://pypi.org/project/Beaker"
Hans-G?nter@23466 11
Hans-G?nter@23466 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@23466 13 WGET_URL="https://github.com/bbangert/beaker/archive/$VERSION.tar.gz"
taziden@3777 14
pascal@15378 15 DEPENDS="python"
pascal@21581 16 BUILD_DEPENDS="python python-dev python-setuptools"
pascal@15378 17
taziden@3777 18 # Rules to configure and make the package.
taziden@3777 19 compile_rules()
taziden@3777 20 {
pascal@15378 21 python setup.py install --root=$DESTDIR
taziden@3777 22 }
taziden@3777 23
taziden@3777 24 # Rules to gen a SliTaz package suitable for Tazpkg.
taziden@3777 25 genpkg_rules()
taziden@3777 26 {
Hans-G?nter@23466 27 cp -a $install/usr/ $fs
taziden@3777 28 }