void-packages/srcpkgs/python-polib/template

28 lines
756 B
Plaintext

# Template file for 'python-polib'
pkgname=python-polib
version=1.0.6
revision=1
noarch=yes
wrksrc="polib-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python"
pycompile_module="polib.py"
short_desc="Python2 library to manipulate gettext files"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://bitbucket.org/izi/polib/"
license="MIT"
distfiles="${PYPI_SITE}/p/polib/polib-${version}.tar.gz"
checksum=20d2a0d589a692c11df549bd7cda83c665eef2a83e017b843fecdf956edbad74
python3.4-polib_package() {
depends="python3.4"
pycompile_version="3.4"
pycompile_module="polib.py"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}