python-rencode: drop package
This commit is contained in:
parent
f916c797f5
commit
405eea0816
|
@ -1,23 +0,0 @@
|
|||
# Template file for 'python-rencode'
|
||||
pkgname=python-rencode
|
||||
version=1.0.6
|
||||
revision=3
|
||||
wrksrc="rencode-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
|
||||
makedepends="python-devel python3-devel"
|
||||
pycompile_module="rencode"
|
||||
short_desc="Python2 module for fast (basic) object serialization"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/aresch/rencode"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=0ed61111f053ea37511da86ca7aed2a3cfda6bdaa1f54a237c4b86eea52f0733
|
||||
|
||||
python3-rencode_package() {
|
||||
pycompile_module="rencode"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-rencode
|
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'python3-rencode'
|
||||
pkgname=python3-rencode
|
||||
version=1.0.6
|
||||
revision=4
|
||||
wrksrc="rencode-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-Cython"
|
||||
makedepends="python3-devel"
|
||||
short_desc="Python3 module for fast (basic) object serialization"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/aresch/rencode"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=0ed61111f053ea37511da86ca7aed2a3cfda6bdaa1f54a237c4b86eea52f0733
|
Loading…
Reference in New Issue