blob: e325d516c199460c215fec593ff552dd37611c7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-ssh2
pkgdesc = Python bindings for libssh2
pkgver = 0.25.0
pkgrel = 1
url = https://github.com/ParallelSSH/ssh2-python/
arch = x86_64
license = GPL
checkdepends = python-pytest
makedepends = python-setuptools
makedepends = cython
depends = libssh2
source = python-ssh2-0.25.0.tar.gz::https://github.com/ParallelSSH/ssh2-python/archive/0.25.0.tar.gz
sha256sums = 2fad2e2149ff14f17e1c2e18993624aa573f0ead8db4cb9491e0671448ccb677
pkgname = python-ssh2
|