New package: python3-text-unidecode-1.2
This commit is contained in:
parent
d953a9190a
commit
1b37f19da4
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python3-text-unidecode'
|
||||
pkgname=python3-text-unidecode
|
||||
version=1.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="text-unidecode-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="text_unidecode"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Most basic Text::Unidecode port"
|
||||
maintainer="Rasmus Thomsen <oss@cogitri.dev>"
|
||||
license="Artistic-1.0"
|
||||
homepage="https://github.com/kmike/text-unidecode/"
|
||||
distfiles="${PYPI_SITE}/t/text-unidecode/text-unidecode-${version}.tar.gz"
|
||||
checksum=5a1375bb2ba7968740508ae38d92e1f889a0832913cb1c447d5e2046061a396d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue