New Package: python-keyutils-0.4_1
This commit is contained in:
parent
7e9ce5d665
commit
e22d677aab
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'python-keyutils'
|
||||||
|
pkgname=python-keyutils
|
||||||
|
version=0.4
|
||||||
|
revision=1
|
||||||
|
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>"
|
||||||
|
homepage="https://github.com/sassoftware/python-keyutils"
|
||||||
|
license="Apache"
|
||||||
|
distfiles="https://github.com/sassoftware/python-keyutils/archive/v$version.tar.gz"
|
||||||
|
checksum=c452b6f387443586d5737a5969d8fe044d443b98f1f1440a65610e9caf5bcd6a
|
||||||
|
|
||||||
|
python3-keyutils_package() {
|
||||||
|
pycompile_module="keyutils"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
python-keyutils
|
Loading…
Reference in New Issue