python-parsing: remove package
This commit is contained in:
parent
89bef1f0e1
commit
f98c3b7e5b
|
@ -1 +0,0 @@
|
|||
python-parsing
|
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue