python-chardet: fix license, other lint
This commit is contained in:
parent
fc0f5dae38
commit
7c562f39ac
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-chardet'
|
||||
pkgname=python-chardet
|
||||
version=4.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="chardet-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
|
@ -9,8 +9,8 @@ depends="python-setuptools"
|
|||
checkdepends="python3-pytest python-pytest"
|
||||
short_desc="Universal encoding detector for Python 2 and 3 (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="LGPL-2.1-only"
|
||||
homepage="https://github.com/chardet/chardet"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${PYPI_SITE}/c/chardet/chardet-${version}.tar.gz"
|
||||
checksum=0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa
|
||||
alternatives="chardet:chardetect:/usr/bin/chardetect2"
|
||||
|
|
Loading…
Reference in a new issue