void-packages/srcpkgs/python-prctl/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

22 lines
735 B
Bash

# Template file for 'python-prctl'
pkgname=python-prctl
version=1.7
revision=3
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*
}
}