From 00fd14ae45342b08618161beac16d6b64bbac7d8 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Sat, 8 May 2021 14:19:20 -0700 Subject: [PATCH] python-distutils-extra: fix license, other lint --- srcpkgs/python-distutils-extra/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template index 61648d80ced..47d4c8cf11f 100644 --- a/srcpkgs/python-distutils-extra/template +++ b/srcpkgs/python-distutils-extra/template @@ -1,21 +1,19 @@ # Template file for 'python-distutils-extra' pkgname=python-distutils-extra version=2.39 -revision=6 +revision=7 build_style=python-module -pycompile_module="DistUtilsExtra" hostmakedepends="intltool python-setuptools python3-setuptools" depends="python" short_desc="Enhancements to the Python2 build system" maintainer="Orphaned " +license="GPL-2.0-or-later" homepage="https://launchpad.net/python-distutils-extra" -license="GPL-2" distfiles="http://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz" checksum=723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af python3-distutils-extra_package() { depends="python3" - pycompile_module="DistUtilsExtra" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3*