From 8120b9d42a000249cd5fea47efb2dc88a10c0ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 30 Sep 2020 22:11:05 +0700 Subject: [PATCH] python-keyutils: drop package --- srcpkgs/python-keyutils/template | 22 ---------------------- srcpkgs/python3-keyutils | 1 - srcpkgs/python3-keyutils/template | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 23 deletions(-) delete mode 100644 srcpkgs/python-keyutils/template delete mode 120000 srcpkgs/python3-keyutils create mode 100644 srcpkgs/python3-keyutils/template diff --git a/srcpkgs/python-keyutils/template b/srcpkgs/python-keyutils/template deleted file mode 100644 index a72819e963a..00000000000 --- a/srcpkgs/python-keyutils/template +++ /dev/null @@ -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 " -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* - } -} diff --git a/srcpkgs/python3-keyutils b/srcpkgs/python3-keyutils deleted file mode 120000 index 0b8009d923a..00000000000 --- a/srcpkgs/python3-keyutils +++ /dev/null @@ -1 +0,0 @@ -python-keyutils \ No newline at end of file diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template new file mode 100644 index 00000000000..20f5a6b8e21 --- /dev/null +++ b/srcpkgs/python3-keyutils/template @@ -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 " +license="Apache-2.0" +homepage="https://github.com/sassoftware/python-keyutils" +distfiles="https://github.com/sassoftware/python-keyutils/archive/${version}.tar.gz" +checksum=f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b