Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37571857
en ru br
ALT Linux repos
S:1.17.0-alt2

Group :: Development/Python3
RPM: python3-module-asyncssh

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname asyncssh

%def_disable check

Name: python3-module-%oname
Version: 1.17.0
Release: alt2

Summary: AsyncSSH: Asynchronous SSHv2 client and server library

License: Eclipse Public License v1.0
Group: Development/Python3
Url: https://pypi.python.org/pypi/asyncssh/

# https://github.com/ronf/asyncssh.git

# Source-url: https://pypi.io/packages/source/a/%oname/%oname-%version.tar.gz
Source: %name-%version.tar
BuildArch: noarch

BuildRequires(pre): rpm-build-intro

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-pytest

%py3_provides %oname
%py3_requires asyncio
%py3_use Crypto curve25519
%py3_use cryptography >= 2.7

%description
AsyncSSH is a Python package which provides an asynchronous client and
server implementation of the SSHv2 protocol on top of the Python asyncio
framework.

%prep
%setup

%build
%python3_build_debug

%install
%python3_install

rm -f %buildroot%python3_sitelibdir/%oname/*_win32*

%check
python3 setup.py test

%files
%doc COPYRIGHT LICENSE README* examples
%python3_sitelibdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin