void-packages/srcpkgs/python3-chardet/template

17 lines
600 B
Bash

# Template file for 'python3-chardet'
pkgname=python3-chardet
version=5.2.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
checkdepends="python3-pytest"
short_desc="Universal encoding detector"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
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=1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7
conflicts="python-chardet"