From 1c7873c65146407cb2fad1431d6ef3e93527f753 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Sat, 8 May 2021 15:21:37 -0700 Subject: [PATCH] python-ply: fix license, other lint --- srcpkgs/python-ply/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template index 37282837f2..55a017a9b6 100644 --- a/srcpkgs/python-ply/template +++ b/srcpkgs/python-ply/template @@ -1,16 +1,15 @@ # Template file for 'python-ply' pkgname=python-ply version=3.11 -revision=4 +revision=5 wrksrc="ply-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" depends="python" -pycompile_module="ply" short_desc="Lex and Yacc for Python2" maintainer="Alessio Sergi " +license="BSD-3-Clause" homepage="http://www.dabeaz.com/ply/" -license="3-clause-BSD" distfiles="${PYPI_SITE}/p/ply/ply-${version}.tar.gz" checksum=00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3 @@ -21,7 +20,6 @@ post_install() { python3-ply_package() { depends="python3" - pycompile_module="ply" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3*