Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37589826
en ru br
Репозитории ALT

Группа :: Разработка/Python
Пакет: python3-module-pyaes

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and 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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin