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