void-packages/srcpkgs/python-babel/template

22 lines
591 B
Plaintext

# Template file for 'python-babel'
pkgname=python-babel
version=0.9.6
revision=2
wrksrc="Babel-${version}"
build_style=python-module
makedepends="python-devel python-distribute"
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
}
}