From 7c562f39acf0c8323955e303dd7e6d0441ad1f68 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Sat, 8 May 2021 13:55:30 -0700 Subject: [PATCH] python-chardet: fix license, other lint --- srcpkgs/python-chardet/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template index 276b8e94980..4af1148333f 100644 --- a/srcpkgs/python-chardet/template +++ b/srcpkgs/python-chardet/template @@ -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 " +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"