wok-next annotate 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
rev   line source
al@19763 1 # SliTaz package receipt v2.
al@19763 2
pascal@9668 3 PACKAGE="python-babel"
al@19763 4 VERSION="2.4.0"
pascal@9668 5 CATEGORY="development"
al@19763 6 SHORT_DESC="A collection of tools for internationalizing Python applications"
pascal@9668 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15378 8 LICENSE="BSD"
al@19763 9 WEB_SITE="https://pypi.python.org/pypi/Babel"
pascal@15378 10
al@19763 11 BUILD_DEPENDS="python-pytz"
pascal@9668 12
pascal@9668 13 # Rules to configure and make the package.
pascal@9668 14 compile_rules()
pascal@9668 15 {
al@19763 16 pip install --no-compile --root=$DESTDIR Babel
pascal@9668 17 }
pascal@9668 18
pascal@9668 19 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@9668 20 genpkg_rules()
pascal@9668 21 {
al@19763 22 copy @std
al@19763 23 DEPENDS="python-pytz"
pascal@9668 24 }