15 lines
552 B
Bash
15 lines
552 B
Bash
# Template file for 'python3-paramiko'
|
|
pkgname=python3-paramiko
|
|
version=2.7.2
|
|
revision=1
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl"
|
|
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=7f36f4ba2c0d81d219f4595e35f70d56cc94f9ac40a6acdf51d6ca210ce65035
|