python-ply: fix license, other lint
This commit is contained in:
parent
53a6419666
commit
1c7873c651
1 changed files with 2 additions and 4 deletions
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'python-ply'
|
# Template file for 'python-ply'
|
||||||
pkgname=python-ply
|
pkgname=python-ply
|
||||||
version=3.11
|
version=3.11
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="ply-${version}"
|
wrksrc="ply-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="ply"
|
|
||||||
short_desc="Lex and Yacc for Python2"
|
short_desc="Lex and Yacc for Python2"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
homepage="http://www.dabeaz.com/ply/"
|
homepage="http://www.dabeaz.com/ply/"
|
||||||
license="3-clause-BSD"
|
|
||||||
distfiles="${PYPI_SITE}/p/ply/ply-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/ply/ply-${version}.tar.gz"
|
||||||
checksum=00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3
|
checksum=00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3
|
||||||
|
|
||||||
|
@ -21,7 +20,6 @@ post_install() {
|
||||||
|
|
||||||
python3-ply_package() {
|
python3-ply_package() {
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="ply"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Reference in a new issue