python-Unidecode: update to 1.0.23.
This commit is contained in:
parent
25d8021c59
commit
4e497a79ea
|
@ -1,21 +1,25 @@
|
||||||
# Template file for 'python-Unidecode'
|
# Template file for 'python-Unidecode'
|
||||||
pkgname=python-Unidecode
|
pkgname=python-Unidecode
|
||||||
version=1.0.22
|
version=1.0.23
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Unidecode-${version}"
|
wrksrc="Unidecode-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="unidecode"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools"
|
depends="python-setuptools"
|
||||||
pycompile_module="unidecode"
|
|
||||||
short_desc="Python2 ASCII transliterations of Unicode text"
|
short_desc="Python2 ASCII transliterations of Unicode text"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://pypi.org/project/Unidecode/"
|
homepage="https://pypi.org/project/Unidecode/"
|
||||||
license="GPL-2"
|
|
||||||
distfiles="${PYPI_SITE}/U/Unidecode/Unidecode-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/U/Unidecode/Unidecode-${version}.tar.gz"
|
||||||
checksum=8c33dd588e0c9bc22a76eaa0c715a5434851f726131bd44a6c26471746efabf5
|
checksum=8b85354be8fd0c0e10adbf0675f6dc2310e56fda43fa8fe049123b6c475e52fb
|
||||||
alternatives="unidecode:unidecode:/usr/bin/unidecode2"
|
alternatives="unidecode:unidecode:/usr/bin/unidecode2"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 setup.py test
|
||||||
|
}
|
||||||
|
|
||||||
python3-Unidecode_package() {
|
python3-Unidecode_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
|
|
Loading…
Reference in New Issue