python-pam: added 3.4 subpkg with pycompile support.
This commit is contained in:
parent
14a4262c4c
commit
23e55dc644
2 changed files with 16 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'python-pam'
|
# Template file for 'python-pam'
|
||||||
pkgname=python-pam
|
pkgname=python-pam
|
||||||
version=0.1.4
|
version=0.1.4
|
||||||
revision=4
|
revision=5
|
||||||
|
noarch=yes
|
||||||
wrksrc="${pkgname/python-}-${version}"
|
wrksrc="${pkgname/python-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python python-distribute python3 python3-distribute"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
makedepends="python-devel python3-devel pam-devel"
|
makedepends="python-devel python3.4-devel pam-devel"
|
||||||
noarch=yes
|
python_versions="2.7 3.4"
|
||||||
pycompile_module="pam.py"
|
pycompile_module="pam.py"
|
||||||
depends="python pam"
|
depends="python pam"
|
||||||
short_desc="Python module for PAM authentication (Python2)"
|
short_desc="Python module for PAM authentication (Python2)"
|
||||||
|
@ -15,3 +16,13 @@ homepage="http://atlee.ca/software/pam/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://pypi.python.org/packages/source/p/pam/${pkgname/python-/}-${version}.tar.gz"
|
distfiles="http://pypi.python.org/packages/source/p/pam/${pkgname/python-/}-${version}.tar.gz"
|
||||||
checksum=35e88575afc37a2a5f96e20b22fa55d3e3213370d4ce640af1597c2a1dde226b
|
checksum=35e88575afc37a2a5f96e20b22fa55d3e3213370d4ce640af1597c2a1dde226b
|
||||||
|
|
||||||
|
python3.4-pam_package() {
|
||||||
|
depends="python3.4"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="pam.py"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove /usr/lib/python3.4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3.4-pam
Symbolic link
1
srcpkgs/python3.4-pam
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-pam
|
Loading…
Add table
Reference in a new issue