35 lines
982 B
Bash
35 lines
982 B
Bash
# Template file for 'python-Unidecode'
|
|
pkgname=python-Unidecode
|
|
version=0.04.19
|
|
revision=1
|
|
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
|
|
|
|
post_install() {
|
|
cp -f ${DESTDIR}/usr/bin/unidecode{,3.4}
|
|
replace_interpreter python ${DESTDIR}/usr/bin/unidecode
|
|
}
|
|
|
|
python3.4-Unidecode_package() {
|
|
noarch=yes
|
|
depends="python3.4-setuptools"
|
|
pycompile_version="3.4"
|
|
pycompile_module="unidecode"
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
pkg_install() {
|
|
vmove usr/bin/unidecode3.4
|
|
vmove usr/lib/python3.4
|
|
}
|
|
}
|