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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname rsa

Name: python3-module-rsa
Version: 4.9
Release: alt1

Summary: Pure-Python RSA implementation

License: ASLv2
Group: Development/Python3
Url: https://pypi.python.org/pypi/rsa/

# Source-url: %__pypi_url %oname

Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-intro >= 2.2.4
BuildRequires(pre): rpm-build-python3

BuildRequires: python3-module-pytest

# generated by epm --restore --dry-run from rsa/setup.py install_requires

%py3_use pyasn1 >= 0.1.3

# for tests

%py3_buildrequires mypy

%description
Python-RSA is a pure-Python RSA implementation. It supports encryption
and decryption, signing and verifying signatures, and key generation
according to PKCS#1 version 1.5. It can be used as a Python library as
well as on the commandline. The code was mostly written by Sybren A.
Stuvel.

%prep
%setup

%build
%python3_build_debug

%install
%python3_install
%python3_prune

%check
%python3_test

%files
%doc LICENSE README.md
%_bindir/*
%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