python3-chardet: update to 5.1.0.
This commit is contained in:
parent
52c1e03ef0
commit
6353208f9d
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'python3-chardet'
|
||||
pkgname=python3-chardet
|
||||
version=5.0.0
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=5.1.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Universal encoding detector"
|
||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
license="LGPL-2.1-only"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/chardet/chardet"
|
||||
changelog="https://github.com/chardet/chardet/releases"
|
||||
distfiles="${PYPI_SITE}/c/chardet/chardet-${version}.tar.gz"
|
||||
checksum=0368df2bfd78b5fc20572bb4e9bb7fb53e2c094f60ae9993339e8671d0afb8aa
|
||||
checksum=0d62712b956bc154f85fb0a266e2a3c5913c2967e00348701b32411d6def31e5
|
||||
conflicts="python-chardet"
|
||||
|
|
Loading…
Reference in New Issue