20 lines
603 B
Bash
20 lines
603 B
Bash
# Template file for 'python3-Unidecode'
|
|
pkgname=python3-Unidecode
|
|
version=1.3.2
|
|
revision=1
|
|
wrksrc="Unidecode-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools"
|
|
short_desc="Python3 ASCII transliterations of Unicode text"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://pypi.org/project/Unidecode/"
|
|
distfiles="${PYPI_SITE}/U/Unidecode/Unidecode-${version}.tar.gz"
|
|
checksum=669898c1528912bcf07f9819dc60df18d057f7528271e31f8ec28cc88ef27504
|
|
conflicts="python-Unidecode>=0"
|
|
|
|
do_check() {
|
|
python3 setup.py test
|
|
}
|