Merge pull request #5768 from mfulz/python-keyutils
New Package: python-keyutils-0.4_1
This commit is contained in:
commit
4842e0f590
2 changed files with 23 additions and 0 deletions
22
srcpkgs/python-keyutils/template
Normal file
22
srcpkgs/python-keyutils/template
Normal file
|
@ -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*
|
||||
}
|
||||
}
|
1
srcpkgs/python3-keyutils
Symbolic link
1
srcpkgs/python3-keyutils
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-keyutils
|
Loading…
Reference in a new issue