python-pycparser: remove

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

View File

@ -1,19 +0,0 @@
# Template file for 'python-pycparser'
pkgname=python-pycparser
version=2.21
revision=1
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python-ply"
short_desc="Complete C99 parser in pure Python (Python2)"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="https://github.com/eliben/pycparser"
license="BSD-3-Clause"
distfiles="${PYPI_SITE}/p/pycparser/pycparser-${version}.tar.gz"
checksum=e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206
post_install() {
rm -rf ${DESTDIR}/${py2_sitelib}/pycparser/ply
ln -sf ../ply ${DESTDIR}/${py2_sitelib}/pycparser/ply
vlicense LICENSE
}