Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37726747
en ru br
ALT Linux repositórios
S:1.6.1-alt1

Group :: Desenvolvimento/Python
RPM: python3-module-pyaes

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define modulename pyaes

Name: python3-module-pyaes
Version: 1.6.0
Release: alt1

Summary: Pure-Python Implementation of the AES block-cipher and common modes of operation

Url: https://github.com/ricmoo/pyaes
License: MIT
Group: Development/Python

# Source-url: https://github.com/ricmoo/pyaes/archive/v%version.tar.gz

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: %modulename-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-dev python3-module-setuptools

BuildArch: noarch

%description
A pure-Python implementation of the AES (FIPS-197)
block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB,
OFB) with no dependencies beyond standard Python libraries. See README.md
for API reference and details.

%prep
%setup -n pyaes-%version

%build
%python3_build

%install
%python3_install

%files
%python3_sitelibdir/%modulename/
%python3_sitelibdir/*.egg-info/

%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