mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-text-unidecode: update to 1.3
This commit is contained in:
parent
f96d38b8c5
commit
6d4b858a43
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-text-unidecode'
|
# Template file for 'python3-text-unidecode'
|
||||||
pkgname=python3-text-unidecode
|
pkgname=python3-text-unidecode
|
||||||
version=1.2
|
version=1.3
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="text-unidecode-${version}"
|
wrksrc="text-unidecode-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="text_unidecode"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Most basic Text::Unidecode port"
|
short_desc="Most basic Text::Unidecode port"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="Artistic-1.0"
|
license="Artistic-1.0, GPL-2.0-or-later"
|
||||||
homepage="https://github.com/kmike/text-unidecode/"
|
homepage="https://github.com/kmike/text-unidecode/"
|
||||||
distfiles="${PYPI_SITE}/t/text-unidecode/text-unidecode-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/text-unidecode/text-unidecode-${version}.tar.gz"
|
||||||
checksum=5a1375bb2ba7968740508ae38d92e1f889a0832913cb1c447d5e2046061a396d
|
checksum=bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue