From 4a56e373c65f7184bde22e595639d1bd4b77689b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 28 Aug 2017 18:35:14 +0200 Subject: [PATCH] python-llfuse: drop pycompile_module, there is no source. Cleanup. Also drop python3.4-llfuse. --- srcpkgs/python-llfuse/template | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python-llfuse/template b/srcpkgs/python-llfuse/template index 998e5611199..84f8dae3a7a 100644 --- a/srcpkgs/python-llfuse/template +++ b/srcpkgs/python-llfuse/template @@ -1,15 +1,14 @@ # Template file for 'python-llfuse' pkgname=python-llfuse version=1.1.1 -revision=4 +revision=5 wrksrc="llfuse-${version}" build_style=python-module -pycompile_module="llfuse" hostmakedepends="python-setuptools python3-setuptools pkg-config" makedepends="python-devel python3-devel fuse-devel attr-devel" depends="python" short_desc="Python2 bindings for the low level FUSE API" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " license="LGPL-2" homepage="https://bitbucket.org/nikratio/python-llfuse/" distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2" @@ -24,8 +23,3 @@ python3-llfuse_package() { vmove usr/lib/python3* } } -python3.4-llfuse_package() { - build_style=meta - short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)" - depends="python3-llfuse>=${version}_${revision}" -}