python-parsing: remove package

This commit is contained in:
Michal Vasilek 2022-09-25 15:15:17 +02:00 committed by classabbyamp
parent 89bef1f0e1
commit f98c3b7e5b
3 changed files with 7 additions and 17 deletions

View File

@ -1 +0,0 @@
python-parsing

View File

@ -1,12 +1,12 @@
# Template file for 'python-parsing'
pkgname=python-parsing
# Template file for 'python3-parsing'
pkgname=python3-parsing
version=2.4.7
revision=2
revision=3
wrksrc="pyparsing-pyparsing_${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Python parsing module (Python2)"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python parsing module"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="MIT"
homepage="https://github.com/pyparsing/pyparsing"
@ -17,12 +17,3 @@ checksum=6deecf4b95a49a5a9c89b4a4b1fcb73c1cba0e3265ec7b858adffcced229ba05
post_install() {
vlicense LICENSE
}
python3-parsing_package() {
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}