diff --git a/srcpkgs/python-pam/template b/srcpkgs/python-pam/template index ca7d52a3f84..b7113a8f5d5 100644 --- a/srcpkgs/python-pam/template +++ b/srcpkgs/python-pam/template @@ -1,7 +1,7 @@ # Template file for 'python-pam' pkgname=python-pam version=0.1.4 -revision=1 +revision=2 wrksrc="${pkgname/python-}-${version}" build_style=python-module hostmakedepends="python python-distribute" @@ -9,9 +9,18 @@ makedepends="python-devel pam-devel" noarch=yes pycompile_module="pam.py" depends="python pam" -short_desc="Python module for PAM authentication" +short_desc="Python module for PAM authentication (Python2)" maintainer="Juan RP " 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" + short_desc="${short_desc//Python2/Python3}" + pkg_install() { + vmove /usr/lib/python3.3 + } +} diff --git a/srcpkgs/python3-pam b/srcpkgs/python3-pam new file mode 120000 index 00000000000..8fd44a7dbee --- /dev/null +++ b/srcpkgs/python3-pam @@ -0,0 +1 @@ +python-pam \ No newline at end of file