mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-charset-normalizer: update to 2.0.7.
This commit is contained in:
parent
6c8dbed980
commit
a5d12d56b8
1 changed files with 8 additions and 3 deletions
|
@ -1,16 +1,21 @@
|
|||
# Template file for 'python3-charset-normalizer'
|
||||
pkgname=python3-charset-normalizer
|
||||
version=2.0.4
|
||||
revision=2
|
||||
version=2.0.7
|
||||
revision=1
|
||||
wrksrc="charset_normalizer-$version"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
checkdepends="python3-pytest"
|
||||
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
|
||||
checksum=6473e80f73f5918254953073798a367f120cc5717e70c917359e155901c0e2d0
|
||||
|
||||
pre_check() {
|
||||
vsed -i "s/--cov=charset_normalizer --cov-report=term-missing//" setup.cfg
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue