wok-next view python-babel/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 6c73b944e8dd
children 4e6503d7a19f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-babel"
4 VERSION="latest"
5 CATEGORY="python"
6 SHORT_DESC="A collection of tools for internationalizing Python applications"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://pypi.python.org/pypi/Babel"
11 BUILD_DEPENDS="python-pytz"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR Babel
15 }
17 genpkg_rules() {
18 VERSION=$(sed -n '/^Successfully installed/ s|.*Babel-||p' $LOGS/$PACKAGE.log)
19 copy @std
20 DEPENDS="python-pytz"
21 }