wok-next annotate python-beaker/receipt @ rev 20219

memtest: shrink
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 05 13:03:25 2017 +0100 (2017-11-05)
parents 16df76e1fc6a
children 542df2bfb7b5
rev   line source
al@19763 1 # SliTaz package receipt v2.
taziden@3777 2
taziden@3777 3 PACKAGE="python-beaker"
al@19763 4 VERSION="1.8.1"
taziden@3777 5 CATEGORY="development"
taziden@3777 6 SHORT_DESC="Cache and Session Library"
taziden@3777 7 MAINTAINER="taziden@slitaz.org"
pascal@15378 8 LICENSE="BSD"
al@19763 9 WEB_SITE="https://pypi.python.org/pypi/Beaker"
taziden@3777 10
al@19763 11 BUILD_DEPENDS="python-funcsigs"
pascal@15378 12
taziden@3777 13 # Rules to configure and make the package.
taziden@3777 14 compile_rules()
taziden@3777 15 {
al@19763 16 pip install --no-compile --root=$DESTDIR Beaker
taziden@3777 17 }
taziden@3777 18
taziden@3777 19 # Rules to gen a SliTaz package suitable for Tazpkg.
taziden@3777 20 genpkg_rules()
taziden@3777 21 {
al@19763 22 copy @std
al@19763 23 DEPENDS="python-funcsigs"
taziden@3777 24 }