mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-chardet: update to 5.1.0.
This commit is contained in:
parent
52c1e03ef0
commit
6353208f9d
1 changed files with 7 additions and 6 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'python3-chardet'
|
# Template file for 'python3-chardet'
|
||||||
pkgname=python3-chardet
|
pkgname=python3-chardet
|
||||||
version=5.0.0
|
version=5.1.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Universal encoding detector"
|
short_desc="Universal encoding detector"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/chardet/chardet"
|
homepage="https://github.com/chardet/chardet"
|
||||||
|
changelog="https://github.com/chardet/chardet/releases"
|
||||||
distfiles="${PYPI_SITE}/c/chardet/chardet-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/chardet/chardet-${version}.tar.gz"
|
||||||
checksum=0368df2bfd78b5fc20572bb4e9bb7fb53e2c094f60ae9993339e8671d0afb8aa
|
checksum=0d62712b956bc154f85fb0a266e2a3c5913c2967e00348701b32411d6def31e5
|
||||||
conflicts="python-chardet"
|
conflicts="python-chardet"
|
||||||
|
|
Loading…
Add table
Reference in a new issue