2fe9909
%global srcname  Cerberus
2fe9909
%global slugname cerberus
2fe9909
%global pkgname  python-cerberus
2fe9909
%global forgeurl https://github.com/pyeve/cerberus
2848091
2fe9909
%global common_description %{expand:
2fe9909
Cerberus is a lightweight and extensible data validation library for Python.
Igor Gnatenko 82ed3a3
2fe9909
Cerberus provides type checking and other base functionality out of the box
2fe9909
and is designed to be non-blocking and easily extensible, allowing for custom
2fe9909
validation. It has no dependancies and is thoroughly tested.
2fe9909
}
Igor Gnatenko 82ed3a3
2fe9909
%bcond_without tests
Igor Gnatenko 82ed3a3
2fe9909
Name:           %{pkgname}
8862a04
Version:        1.3.2
2fe9909
%forgemeta
2fe9909
Release:        %autorelease
2fe9909
Summary:        Lightweight, extensible data validation library for Python
2fe9909
License:        ISC
2fe9909
URL:            %{forgeurl}
2fe9909
Source0:        %{pypi_source}
Igor Gnatenko 82ed3a3
BuildArch:      noarch
Igor Gnatenko 82ed3a3
Igor Gnatenko 82ed3a3
BuildRequires:  python3-devel
2fe9909
BuildRequires:  pyproject-rpm-macros
2fe9909
2848091
%if %{with tests}
2fe9909
BuildRequires:  python3dist(pytest)
2848091
%endif
Igor Gnatenko 82ed3a3
2fe9909
%description %{common_description}
2fe9909
2fe9909
%package -n python3-%{slugname}
2fe9909
Summary: %{summary}
2fe9909
2fe9909
%description -n python3-%{slugname} %{common_description}
Igor Gnatenko 82ed3a3
Igor Gnatenko 82ed3a3
%prep
2fe9909
%autosetup -n %{srcname}-%{version} -p1
2fe9909
2fe9909
%generate_buildrequires
2fe9909
%pyproject_buildrequires -r %{?with_tests:-x test}
Igor Gnatenko 82ed3a3
Igor Gnatenko 82ed3a3
%build
2fe9909
%pyproject_wheel
Igor Gnatenko 82ed3a3
Igor Gnatenko 82ed3a3
%install
2fe9909
%pyproject_install
2fe9909
%pyproject_save_files %{slugname}
Igor Gnatenko 82ed3a3
2848091
%if %{with tests}
Igor Gnatenko 82ed3a3
%check
2fe9909
%pytest -vv %{slugname}/tests
2848091
%endif
Igor Gnatenko 82ed3a3
2fe9909
%files -n python3-%{slugname}
Igor Gnatenko 82ed3a3
%license LICENSE
8862a04
%doc README.rst AUTHORS
2fe9909
%{python3_sitelib}/%{srcname}-%{version}.dist-info
2fe9909
%{python3_sitelib}/%{slugname}/
Igor Gnatenko 82ed3a3
Igor Gnatenko 82ed3a3
%changelog
2fe9909
%autochangelog