From 53a6419666b337ef5c891020348bd026a71c6a15 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Sat, 8 May 2021 15:16:37 -0700 Subject: [PATCH] python-pgpdump: fix license, other lint --- srcpkgs/python-pgpdump/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template index 4c629009edb..f43a4915637 100644 --- a/srcpkgs/python-pgpdump/template +++ b/srcpkgs/python-pgpdump/template @@ -1,21 +1,23 @@ # Template file for 'python-pgpdump' pkgname=python-pgpdump version=1.5 -revision=8 +revision=9 build_style=python-module -pycompile_module="pgpdump" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Python2 library for parsing PGP packets" maintainer="Duncaen " -license="BSD" +license="BSD-3-Clause" homepage="https://github.com/toofishes/python-pgpdump" distfiles="https://github.com/toofishes/python-pgpdump/archive/${version}.tar.gz" checksum=05383f66e467e855299d1ed51161c6038ac338d9d10bd33476b574dc3bef64ff +post_install() { + vlicense COPYRIGHT +} + python3-pgpdump_package() { depends="python3" - pycompile_module="pgpdump" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3*