python-ply: remove

python 2
This commit is contained in:
classabbyamp 2023-10-11 17:31:40 -04:00 committed by classabbyamp
parent d31e092061
commit 98da17c0d8
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
# Template file for 'python-ply'
pkgname=python-ply
version=3.11
revision=7
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python"
short_desc="Lex and Yacc for Python2"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://www.dabeaz.com/ply/"
distfiles="${PYPI_SITE}/p/ply/ply-${version}.tar.gz"
checksum=00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3
post_install() {
sed -n '/Copyright/,/POSSIBILITY/p' README.md >LICENSE
vlicense LICENSE
}