16 lines
609 B
Bash
16 lines
609 B
Bash
# Template file for 'python3-paramiko'
|
|
pkgname=python3-paramiko
|
|
version=3.4.1
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-bcrypt python3-cryptography python3-pynacl"
|
|
short_desc="Python3 SSH2 protocol library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://www.paramiko.org/"
|
|
changelog="https://www.paramiko.org/changelog.html"
|
|
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
|
|
checksum=8b15302870af7f6652f2e038975c1d2973f06046cb5d7d65355668b3ecbece0c
|
|
make_check=no # tests require unpackaged dependencies
|