mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
python-parsing: remove package
This commit is contained in:
parent
89bef1f0e1
commit
f98c3b7e5b
3 changed files with 7 additions and 17 deletions
|
@ -1 +0,0 @@
|
||||||
python-parsing
|
|
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue