python-pyPEG2: drop package
This commit is contained in:
parent
80258e25ce
commit
07a9b604a3
3 changed files with 15 additions and 28 deletions
|
@ -1,27 +0,0 @@
|
|||
# Template file for 'python-pyPEG2'
|
||||
pkgname=python-pyPEG2
|
||||
version=2.15.2
|
||||
revision=5
|
||||
archs=noarch
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel"
|
||||
depends="python-lxml"
|
||||
pycompile_module="pypeg2"
|
||||
short_desc="An intrinsic PEG Parser-Interpreter for Python2"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://fdik.org/pyPEG/"
|
||||
distfiles="${PYPI_SITE}/p/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
|
||||
checksum=2b2d4f80d8e1a9370b2a91f4a25f4abf7f69b85c8da84cd23ec36451958a1f6d
|
||||
|
||||
python3-pyPEG2_package() {
|
||||
archs=noarch
|
||||
depends="python3-lxml"
|
||||
pycompile_module="pypeg2"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-pyPEG2
|
15
srcpkgs/python3-pyPEG2/template
Normal file
15
srcpkgs/python3-pyPEG2/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'python3-pyPEG2'
|
||||
pkgname=python3-pyPEG2
|
||||
version=2.15.2
|
||||
revision=6
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3-lxml"
|
||||
short_desc="Intrinsic PEG Parser-Interpreter for Python3"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://fdik.org/pyPEG/"
|
||||
distfiles="${PYPI_SITE}/p/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
|
||||
checksum=2b2d4f80d8e1a9370b2a91f4a25f4abf7f69b85c8da84cd23ec36451958a1f6d
|
Loading…
Reference in a new issue