python3-charset-normalizer: update to 2.0.10.
This commit is contained in:
parent
e697408c5c
commit
e2987bb419
1 changed files with 3 additions and 2 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'python3-charset-normalizer'
|
||||
pkgname=python3-charset-normalizer
|
||||
version=2.0.9
|
||||
version=2.0.10
|
||||
revision=1
|
||||
wrksrc="charset_normalizer-$version"
|
||||
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/"
|
||||
distfiles="https://github.com/Ousret/charset_normalizer/archive/refs/tags/$version.tar.gz"
|
||||
checksum=d3a0e1a74c1ed5804c12ed4ae3d58062434ba7b1782fcbd202633074a8319d5c
|
||||
checksum=f6ff5af81be8e733099e5dd79bf344f3181d1b4de25a570c0398e816b173f9f1
|
||||
|
||||
pre_check() {
|
||||
vsed -i "s/--cov=charset_normalizer --cov-report=term-missing//" setup.cfg
|
||||
|
|
Loading…
Reference in a new issue