Blob Blame History Raw
%global python3_pkgversion 38
Name:           python-zope-event
Version:        4.2.0
Release:        0%{?dist}
Summary:        Zope Event Publication
License:        ZPLv2.1
URL:            https://pypi.python.org/pypi/zope.event/
Source0:        %{pypi_source zope.event}
BuildArch:      noarch

BuildRequires:  pyproject-rpm-macros
BuildRequires:  python%{python3_pkgversion}-devel
BuildRequires:  python%{python3_pkgversion}-setuptools
BuildRequires:  python%{python3_pkgversion}-wheel

%description
This package contains .pth files.
Building this tests that .pth files are not listed when +auto is not used
with %%pyproject_save_files.

%package -n python%{python3_pkgversion}-zope-event
Summary:       %{summary}

%description -n python%{python3_pkgversion}-zope-event
...

%prep
%setup -q -n zope.event-%{version}

%build
%pyproject_wheel

%install
%pyproject_install
%pyproject_save_files -l zope +auto

%check
# Internal check that the RECORD and REQUESTED files are
# always removed in %%pyproject_wheel
test ! $(find %{buildroot}%{python3_sitelib}/ | grep -E "\.dist-info/RECORD$")
test ! $(find %{buildroot}%{python3_sitelib}/ | grep -E "\.dist-info/REQUESTED$")

%files -n python%{python3_pkgversion}-zope-event -f %{pyproject_files}
%doc README.rst