New package: python-babel-0.9.6.
This commit is contained in:
parent
a25914c711
commit
0426578017
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python-babel/template
Normal file
21
srcpkgs/python-babel/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'python-babel'
|
||||
pkgname=python-babel
|
||||
version=0.9.6
|
||||
revision=1
|
||||
wrksrc="Babel-${version}"
|
||||
build_style=python-module
|
||||
makedepends="python-devel"
|
||||
short_desc="A collection of tools for internationalizing Python applications"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://babel.edgewall.org/"
|
||||
license="BSD"
|
||||
distfiles="http://ftp.edgewall.com/pub/babel/Babel-${version}.tar.gz"
|
||||
checksum=4a3a085ecf1fcd2736573538ffa114f1f4331b3bbbdd69381e6e172c49c9750f
|
||||
|
||||
python-babel_package() {
|
||||
noarch=yes
|
||||
pycompile_module="babel"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue