From cdb338831391a8ece1da06814ae1c9ea1b500683 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 2 May 2014 09:43:18 +0200 Subject: [PATCH] python-pam: disabling python3 build --- srcpkgs/python-pam/template | 12 +----------- srcpkgs/python3-pam | 1 - 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 120000 srcpkgs/python3-pam diff --git a/srcpkgs/python-pam/template b/srcpkgs/python-pam/template index c8e1114eb46..fe85245e9a9 100644 --- a/srcpkgs/python-pam/template +++ b/srcpkgs/python-pam/template @@ -1,13 +1,12 @@ # Template file for 'python-pam' pkgname=python-pam version=0.1.4 -revision=2 +revision=3 wrksrc="${pkgname/python-}-${version}" build_style=python-module hostmakedepends="python python-distribute python3 python3-distribute" makedepends="python-devel python3-devel pam-devel" noarch=yes -python_versions="2 3" pycompile_module="pam.py" depends="python pam" short_desc="Python module for PAM authentication (Python2)" @@ -16,12 +15,3 @@ homepage="http://atlee.ca/software/pam/" license="MIT" distfiles="http://pypi.python.org/packages/source/p/pam/${pkgname/python-/}-${version}.tar.gz" checksum=35e88575afc37a2a5f96e20b22fa55d3e3213370d4ce640af1597c2a1dde226b - -python3-pam_package() { - noarch=yes - depends="python3 pam" - short_desc="${short_desc//Python2/Python3}" - pkg_install() { - vmove /usr/lib/python3.3 - } -} diff --git a/srcpkgs/python3-pam b/srcpkgs/python3-pam deleted file mode 120000 index 8fd44a7dbee..00000000000 --- a/srcpkgs/python3-pam +++ /dev/null @@ -1 +0,0 @@ -python-pam \ No newline at end of file