Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37852685
en ru br
ALT Linux repos
S:0.5-alt1

Group :: Development/Python3
RPM: python3-module-openssh-wrapper-ArcticaProject

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: python3-module-openssh-wrapper-ArcticaProject
Version: 0.5
Release: alt1

Summary: OpenSSH python wrapper
License: BSD
Group: Development/Python3
Url: https://github.com/ArcticaProject/openssh-wrapper
BuildArch: noarch

Conflicts: python3-module-openssh-wrapper
Provides: python3(openssh_wrapper) = %EVR

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: python3(setuptools)
BuildRequires: python3(wheel)

%description
Under some circumstances simple wrapper around OpenSSH `ssh' command-line
utility seems more preferable than paramiko machinery.

This project proposes yet another hopefully thin wrapper around `ssh' to
execute commands on remote servers.

This is a fork of https://github.com/NetAngels/openssh-wrapper

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%files
%doc AUTHORS README.rst
%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