mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
python-paramiko: update to 2.1.0
This commit is contained in:
parent
ea971e2cd5
commit
959e9bcf1a
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-paramiko'
|
# Template file for 'python-paramiko'
|
||||||
pkgname=python-paramiko
|
pkgname=python-paramiko
|
||||||
version=2.0.2
|
version=2.1.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
|
||||||
pycompile_module="paramiko"
|
pycompile_module="paramiko"
|
||||||
hostmakedepends="python-setuptools python3-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 SSH2 protocol library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/paramiko/paramiko"
|
homepage="http://www.paramiko.org/"
|
||||||
license="LGPL-2.1"
|
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=6dd166fd72413b43d24c0578e8a8bac39752501a7745da36282cff850d37c7a6
|
||||||
|
|
||||||
python3-paramiko_package() {
|
python3-paramiko_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue