New package: python3-charset-normalizer-2.0.4

This commit is contained in:
Michal Vasilek 2021-08-20 00:33:38 +02:00
parent 93384d5062
commit a49bf41689

View file

@ -0,0 +1,17 @@
# Template file for 'python3-charset-normalizer'
pkgname=python3-charset-normalizer
version=2.0.4
revision=1
wrksrc="charset_normalizer-$version"
build_style=python3-module
hostmakedepends="python3-setuptools"
short_desc="Encoding and language detection"
maintainer="Michal Vasilek <michal@vasilek.cz>"
license="MIT"
homepage="https://charset-normalizer.readthedocs.io/"
distfiles="https://github.com/Ousret/charset_normalizer/archive/refs/tags/$version.tar.gz"
checksum=3fcde2e1c62bb86ed8e20ce03127ffa5ac09a3e2f2c69cc273834ed6d3e94205
post_install() {
vlicense LICENSE
}