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