16 lines
569 B
Bash
16 lines
569 B
Bash
# Template file for 'python3-paramiko'
|
|
pkgname=python3-paramiko
|
|
version=2.11.0
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl
|
|
python3-six"
|
|
short_desc="Python3 SSH2 protocol library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://www.paramiko.org/"
|
|
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
|
|
checksum=003e6bee7c034c21fbb051bf83dc0a9ee4106204dd3c53054c71452cc4ec3938
|
|
make_check=no # needs pytest-relaxed
|