# Template file for 'python3-charset-normalizer'
pkgname=python3-charset-normalizer
version=3.4.4
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm"
depends="python3"
checkdepends="python3-pytest"
short_desc="Encoding and language detection"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://charset-normalizer.readthedocs.io/"
changelog="https://raw.githubusercontent.com/Ousret/charset_normalizer/master/CHANGELOG.md"
distfiles="https://github.com/Ousret/charset_normalizer/archive/refs/tags/$version.tar.gz"
checksum=3f949268d6364d4bda47823e05ef44cc29b6102bde58818eea87d5fdda091ef2

post_install() {
	vlicense LICENSE
}
