diff --git a/srcpkgs/python-llfuse/template b/srcpkgs/python-llfuse/template deleted file mode 100644 index b453c67e91d..00000000000 --- a/srcpkgs/python-llfuse/template +++ /dev/null @@ -1,22 +0,0 @@ -# Template file for 'python-llfuse' -pkgname=python-llfuse -version=1.3.6 -revision=2 -wrksrc="llfuse-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools pkg-config" -makedepends="python-devel python3-devel fuse-devel attr-devel" -depends="python-contextlib2" -short_desc="Python2 bindings for the low level FUSE API" -maintainer="Leah Neukirchen " -license="LGPL-2.0-or-later" -homepage="https://github.com/python-llfuse/python-llfuse" -distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2" -checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9 - -python3-llfuse_package() { - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-llfuse b/srcpkgs/python3-llfuse deleted file mode 120000 index 5751629a3c0..00000000000 --- a/srcpkgs/python3-llfuse +++ /dev/null @@ -1 +0,0 @@ -python-llfuse \ No newline at end of file diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template new file mode 100644 index 00000000000..305924d199a --- /dev/null +++ b/srcpkgs/python3-llfuse/template @@ -0,0 +1,15 @@ +# Template file for 'python3-llfuse' +pkgname=python3-llfuse +version=1.3.6 +revision=2 +wrksrc="llfuse-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools pkg-config" +makedepends="python3-devel fuse-devel attr-devel" +depends="python3" +short_desc="Python3 bindings for the low level FUSE API" +maintainer="Leah Neukirchen " +license="LGPL-2.0-or-later" +homepage="https://github.com/python-llfuse/python-llfuse" +distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2" +checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9