python-chardet: fix license, other lint

This commit is contained in:
Colin Booth 2021-05-08 13:55:30 -07:00 committed by Érico Nogueira Rolim
parent fc0f5dae38
commit 7c562f39ac
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python-chardet' # Template file for 'python-chardet'
pkgname=python-chardet pkgname=python-chardet
version=4.0.0 version=4.0.0
revision=1 revision=2
wrksrc="chardet-${version}" wrksrc="chardet-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
@ -9,8 +9,8 @@ depends="python-setuptools"
checkdepends="python3-pytest python-pytest" checkdepends="python3-pytest python-pytest"
short_desc="Universal encoding detector for Python 2 and 3 (Python2)" short_desc="Universal encoding detector for Python 2 and 3 (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
license="LGPL-2.1-only"
homepage="https://github.com/chardet/chardet" homepage="https://github.com/chardet/chardet"
license="LGPL-2.1"
distfiles="${PYPI_SITE}/c/chardet/chardet-${version}.tar.gz" distfiles="${PYPI_SITE}/c/chardet/chardet-${version}.tar.gz"
checksum=0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa checksum=0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa
alternatives="chardet:chardetect:/usr/bin/chardetect2" alternatives="chardet:chardetect:/usr/bin/chardetect2"