File python-pyaes.spec of Package failed_python-pyaes
Name: python-pyaes
Version: 1.6.1
Release: 0
Summary: Pure-Python AES implementation
License: MIT
Group: Development/Libraries
URL: https://github.com/ricmoo/pyaes
Source0: https://files.pythonhosted.org/packages/source/p/pyaes/pyaes-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python310-devel
BuildRequires: python310-pip
BuildRequires: python310-setuptools
BuildRequires: python310-wheel
BuildRequires: python310-virtualenv
BuildRequires: python310-coverage
# Add distutils so tests/imports that rely on distutils are available
BuildRequires: python310-distutils
%description
pyaes is a pure-Python implementation of the AES block-cipher algorithm.
%prep
%setup -q
%build
%pyproject_build
%install
%pyproject_install
%check
python3 -m pytest -q
%files
%license LICENSE
%doc README.rst
%{python_sitelib}/pyaes
%changelog