19 lines
613 B
Plaintext
19 lines
613 B
Plaintext
# Template file for 'python-polib'
|
|
pkgname=python-polib
|
|
version=1.0.4
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python-module
|
|
pycompile_module="polib.py"
|
|
hostmakedepends="python-devel"
|
|
makedepends="python-devel"
|
|
depends="python"
|
|
short_desc="A python2 library to manipulate gettext files"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://polib.readthedocs.org/en/latest/index.html"
|
|
license="MIT"
|
|
update_pkgname="${pkgname#*-}"
|
|
distfiles="https://bitbucket.org/izi/polib/downloads/polib-${version}.tar.gz"
|
|
checksum=8b3276f75ce2fce9442e27db3ae63d842416e17f0e2095f39ff52dc735e5749a
|