wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-beaker"
4 VERSION="1.8.1"
5 CATEGORY="development"
6 SHORT_DESC="Cache and Session Library"
7 MAINTAINER="taziden@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://pypi.python.org/pypi/Beaker"
11 BUILD_DEPENDS="python-funcsigs"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 pip install --no-compile --root=$DESTDIR Beaker
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 copy @std
23 DEPENDS="python-funcsigs"
24 }