python-keyutils: drop package
This commit is contained in:
parent
fc2e22e7fd
commit
8120b9d42a
|
@ -1,22 +0,0 @@
|
|||
# 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*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-keyutils
|
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'python3-keyutils'
|
||||
pkgname=python3-keyutils
|
||||
version=0.6
|
||||
revision=3
|
||||
wrksrc=python-keyutils-$version
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel keyutils-devel"
|
||||
short_desc="Python3 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
|
Loading…
Reference in New Issue