vp-build/srcpkgs/python3-charset-normalizer/template

24 lines
770 B
Bash

# Template file for 'python3-charset-normalizer'
pkgname=python3-charset-normalizer
version=2.1.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Encoding and language detection"
maintainer="Michal Vasilek <michal@vasilek.cz>"
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=6a6a202ec93ccde145ebf40e9dda7b1cd246d576533e12b8dfeaf1202e5eb912
pre_check() {
vsed -i "s/--cov=charset_normalizer --cov-report=term-missing//" setup.cfg
}
post_install() {
vlicense LICENSE
}