Name: python-pycryptodome Version: 3.22.0 Release: %autorelease Summary: Cryptographic library for Python # No license information obtained, it's up to the packager to fill it in License: BSD-2-Clause URL: https://github.com/Legrandin/pycryptodome/ Source: %{pypi_source pycryptodome} BuildRequires: python3-devel BuildRequires: gcc %global _description %{expand: Collection of cryptographic algorithms and protocols, implemented for use from Python 3.} %description %_description %package -n python3-pycryptodome Summary: %{summary} %description -n python3-pycryptodome %_description %prep %autosetup -p1 -n pycryptodome-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l Crypto %check %pyproject_check_import %files -n python3-pycryptodome -f %{pyproject_files} %license LICENSE.rst %doc README.rst %changelog %autochangelog