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

Up ghostscript (9.22) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 12:07:55 2017 +0200 (2017-10-16)
parents 16df76e1fc6a
children 0e7893ac206d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-babel"
4 VERSION="2.4.0"
5 CATEGORY="development"
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 # Rules to configure and make the package.
14 compile_rules()
15 {
16 pip install --no-compile --root=$DESTDIR Babel
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 copy @std
23 DEPENDS="python-pytz"
24 }