24 lines
767 B
Bash
24 lines
767 B
Bash
# Template file for 'python3-charset-normalizer'
|
|
pkgname=python3-charset-normalizer
|
|
version=3.3.2
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=9948e5c17831916ef192cf3f26c744d539eb6f4e9e3b02eea649552c52b10d91
|
|
|
|
pre_check() {
|
|
vsed -i "s/--cov=charset_normalizer --cov-report=term-missing//" setup.cfg
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|