Name:           python-pycryptodome
Version:        3.21.0
Release:        %autorelease
Summary:        Cryptographic library for Python

License:        BSD-2-Clause
URL:            https://www.pycryptodome.org
Source:         %{pypi_source pycryptodome}

BuildRequires:  python3-devel
BuildRequires:  gcc


%global _description %{expand:
This is package 'pycryptodome' generated automatically by pyp2spec.}

%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 Crypto


%check
%pyproject_check_import


%files -n python3-pycryptodome -f %{pyproject_files}


%changelog
%autochangelog
