wok-next view python-beaker/receipt @ rev 20750

consolekit2, esound, fuse-emulator, glib, gstreamer1: update bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 01 11:43:22 2018 +0300 (2018-06-01)
parents 8cad5edc1a45
children 9b3461bf373c
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-beaker"
4 VERSION="latest"
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 compile_rules() {
14 pip install --no-compile --root=$DESTDIR Beaker
15 }
17 genpkg_rules() {
18 VERSION=$(sed -n '/^Successfully installed/ s|.*Beaker-||p' $LOGS/$PACKAGE.log)
19 copy @std
20 DEPENDS="python-funcsigs"
21 }