python-prctl: drop package
This commit is contained in:
parent
910ab2464e
commit
6c317f4ca1
3 changed files with 14 additions and 23 deletions
|
@ -1,22 +0,0 @@
|
|||
# Template file for 'python-prctl'
|
||||
pkgname=python-prctl
|
||||
version=1.7
|
||||
revision=4
|
||||
build_style=python-module
|
||||
pycompile_module="prctl.py"
|
||||
hostmakedepends="python-setuptools python3-setuptools libcap-devel"
|
||||
makedepends="libcap-devel python-devel python3-devel"
|
||||
short_desc="Python2 interface for the Linux prctl syscall"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/seveas/python-prctl"
|
||||
distfiles="https://github.com/seveas/python-prctl/archive/v${version}.tar.gz"
|
||||
checksum=03bb346430f5ffa707f14de5a3796936f64d627cd07c8e97135d100598bf38a5
|
||||
|
||||
python3-prctl_package() {
|
||||
pycompile_module="prctl.py"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-prctl
|
14
srcpkgs/python3-prctl/template
Normal file
14
srcpkgs/python3-prctl/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'python3-prctl'
|
||||
pkgname=python3-prctl
|
||||
version=1.7
|
||||
revision=5
|
||||
wrksrc=python-prctl-$version
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools libcap-devel"
|
||||
makedepends="libcap-devel python3-devel"
|
||||
short_desc="Python3 interface for the Linux prctl syscall"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/seveas/python-prctl"
|
||||
distfiles="https://github.com/seveas/python-prctl/archive/v${version}.tar.gz"
|
||||
checksum=03bb346430f5ffa707f14de5a3796936f64d627cd07c8e97135d100598bf38a5
|
Loading…
Add table
Add a link
Reference in a new issue