void-packages/srcpkgs/python-Unidecode/template
2016-05-01 01:26:26 +02:00

32 lines
978 B
Bash

# Template file for 'python-Unidecode'
pkgname=python-Unidecode
version=0.04.19
revision=2
noarch=yes
wrksrc="Unidecode-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python-setuptools"
pycompile_module="unidecode"
short_desc="Python2 ASCII transliterations of Unicode text"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://pypi.python.org/pypi/Unidecode/"
license="GPL-2"
distfiles="${PYPI_SITE}/U/Unidecode/Unidecode-${version}.tar.gz"
checksum=51477646a9169469e37e791b13ae65fcc75b7f7f570d0d3e514d077805c02e1e
alternatives="unidecode:unidecode:/usr/bin/unidecode2.7"
python3.4-Unidecode_package() {
noarch=yes
depends="python3.4-setuptools"
pycompile_version="3.4"
pycompile_module="unidecode"
short_desc="${short_desc/Python2/Python3.4}"
alternatives="unidecode:unidecode:/usr/bin/unidecode3.4"
pkg_install() {
vmove usr/bin/unidecode3.4
vmove usr/lib/python3.4
}
}