void-packages/srcpkgs/python-keyutils/template
2019-12-23 18:05:11 +01:00

22 lines
726 B
Bash

# Template file for 'python-keyutils'
pkgname=python-keyutils
version=0.6
revision=2
build_style=python-module
pycompile_module="keyutils"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel keyutils-devel"
short_desc="Python2 bindings for keyutils"
maintainer="Matthias Fulz <mfulz@olznet.de>"
license="Apache-2.0"
homepage="https://github.com/sassoftware/python-keyutils"
distfiles="https://github.com/sassoftware/python-keyutils/archive/${version}.tar.gz"
checksum=f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b
python3-keyutils_package() {
pycompile_module="keyutils"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}