Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37707982
en ru br
ALT Linux repositórios
5.0: 1.7.2-alt1.1
4.1: 1.7.2-alt1.1
4.0: 1.5.3-alt2.1

Group :: Desenvolvimento/Python
RPM: python-module-paramiko

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define version 1.5.3
%define release alt2
%define source_version %version
%define source_name  paramiko
%setup_python_module paramiko

Summary: SSH2 protocol for python
Name: %packagename
Version: %version
Release: %release.1
Source: %modulename-%version.zip
License: GPL
Group: Development/Python
Prefix: %_prefix
%py_requires Crypto
Url: http://www.lag.net/paramiko

# Automatically added by buildreq on Fri Mar 31 2006

BuildRequires: python-dev python-modules python-modules-compiler python-modules-encodings unzip

%description
paramiko is a module for python that implements the SSH2 protocol for secure
(encrypted and authenticated) connections to remote machines. It is written
entirely in python (no C or platform-dependent code)

This module is built for python %__python_version

%package doc
Summary: %modulename documentation and example programs
Group: Development/Python
Prefix: %_prefix
Requires: python-module-%modulename = %version
%description doc
%modulename paramiko is a module for python that implements the SSH2 protocol
for secure (encrypted and authenticated) connections to remote machines. This
package contain API documentation and examples for python-%modulename module.

%prep
%setup -q -n %source_name-%source_version

%build
%__python setup.py build

%install
CFLAGS="%optflags" %__python setup.py \
install --optimize=2 \
--root=%buildroot \
--record=INSTALLED_FILES

%files -f INSTALLED_FILES
%doc pkg-info readme license

%files doc
%doc docs demos

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009