mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
python-paramiko: update to 1.14.0; add python3.4 subpkg
Fix license.
This commit is contained in:
parent
1ec6effb81
commit
feea68d080
2 changed files with 24 additions and 10 deletions
|
@ -1,17 +1,30 @@
|
||||||
# Template file for 'python-paramiko'
|
# Template file for 'python-paramiko'
|
||||||
pkgname=python-paramiko
|
pkgname=python-paramiko
|
||||||
version=1.12.0
|
version=1.14.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch="yes"
|
noarch=yes
|
||||||
wrksrc="${pkgname/python-/}-${version}"
|
wrksrc="${pkgname/python-/}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel python-ecdsa python-crypto"
|
python_versions="2.7 3.4"
|
||||||
makedepends="${hostmakedepends}"
|
hostmakedepends="python-devel python3.4-devel"
|
||||||
depends="${makedepends/python-devel/}"
|
makedepends="${hostmakedepends} python-crypto python3.4-crypto python-ecdsa
|
||||||
|
python3.4-ecdsa"
|
||||||
|
depends="python python-crypto python-ecdsa"
|
||||||
pycompile_module="paramiko"
|
pycompile_module="paramiko"
|
||||||
short_desc="Python module that implements the SSH2 protocol"
|
short_desc="Python2 module that implements the SSH2 protocol"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://github.com/paramiko/paramiko"
|
homepage="https://github.com/paramiko/paramiko"
|
||||||
license="MIT"
|
license="LGPL-2.1"
|
||||||
distfiles="http://pypi.python.org/packages/source/p/paramiko/paramiko-$version.tar.gz"
|
distfiles="https://pypi.python.org/packages/source/p/paramiko/paramiko-${version}.tar.gz"
|
||||||
checksum=cc0c0549f611ccc1358a0e1c760e00074990adba723d4d647a2637a1fadbdd71
|
checksum=6e606b4623fad4bf02c1aa5ade4c480b4514be90dbf2e096c643e56d1ead63e9
|
||||||
|
|
||||||
|
python3.4-paramiko_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3.4 python3.4-crypto python3.4-ecdsa"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="paramiko"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3.4-paramiko
Symbolic link
1
srcpkgs/python3.4-paramiko
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-paramiko
|
Loading…
Add table
Reference in a new issue