From e22d677aab1485e7ba1d03a850459bae132d4134 Mon Sep 17 00:00:00 2001 From: Matthias Fulz Date: Sun, 19 Feb 2017 14:49:04 +0100 Subject: [PATCH] New Package: python-keyutils-0.4_1 --- srcpkgs/python-keyutils/template | 22 ++++++++++++++++++++++ srcpkgs/python3-keyutils | 1 + 2 files changed, 23 insertions(+) create mode 100644 srcpkgs/python-keyutils/template create mode 120000 srcpkgs/python3-keyutils diff --git a/srcpkgs/python-keyutils/template b/srcpkgs/python-keyutils/template new file mode 100644 index 00000000000..d9904b6b489 --- /dev/null +++ b/srcpkgs/python-keyutils/template @@ -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 " +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* + } +} diff --git a/srcpkgs/python3-keyutils b/srcpkgs/python3-keyutils new file mode 120000 index 00000000000..0b8009d923a --- /dev/null +++ b/srcpkgs/python3-keyutils @@ -0,0 +1 @@ +python-keyutils \ No newline at end of file