python-paramiko: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
74e69288e8
commit
38358c6539
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'python-paramiko'
|
# Template file for 'python-paramiko'
|
||||||
pkgname=python-paramiko
|
pkgname=python-paramiko
|
||||||
version=2.0.2
|
version=2.0.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname/python-/}-${version}"
|
wrksrc="${pkgname/python-/}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
|
||||||
pycompile_module="paramiko"
|
pycompile_module="paramiko"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-cryptography python-pyasn1"
|
depends="python-cryptography python-pyasn1"
|
||||||
short_desc="Python2 module that implements the SSH2 protocol"
|
short_desc="Python2 module that implements the SSH2 protocol"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -16,13 +15,19 @@ license="LGPL-2.1"
|
||||||
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
|
||||||
checksum=411bf90fa22b078a923ff19ef9772c1115a0953702db93549a2848acefd141dc
|
checksum=411bf90fa22b078a923ff19ef9772c1115a0953702db93549a2848acefd141dc
|
||||||
|
|
||||||
python3.4-paramiko_package() {
|
python3-paramiko_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="paramiko"
|
pycompile_module="paramiko"
|
||||||
depends="python3.4-cryptography python3.4-pyasn1"
|
replaces="python3.4-paramiko>=0"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
depends="python3-cryptography python3-pyasn1"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
python3.4-paramiko_package() {
|
||||||
|
noarch=yes
|
||||||
|
build_style=meta
|
||||||
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||||
|
depends="python3-paramiko>=${version}_${revision}"
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
python-paramiko
|
Loading…
Reference in New Issue