Compare commits

..

No commits in common. "rawhide" and "epel9" have entirely different histories.

View file

@ -35,11 +35,13 @@ BuildArch: noarch
%package -n python3-mmtf %package -n python3-mmtf
Summary: %{summary} Summary: %{summary}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools
%if %{with check} %if %{with check}
BuildRequires: python3-msgpack BuildRequires: python3-msgpack
BuildRequires: python3-pytest BuildRequires: python3-pytest
BuildRequires: python3-numpy BuildRequires: python3-numpy
%endif %endif
%{?python_provide:%python_provide python3-mmtf}
Requires: python3-msgpack Requires: python3-msgpack
%description -n python3-mmtf %description -n python3-mmtf
@ -48,25 +50,22 @@ Requires: python3-msgpack
%prep %prep
%setup -q -n %{pname}-%{version} %setup -q -n %{pname}-%{version}
%generate_buildrequires
%pyproject_buildrequires
%build %build
%pyproject_wheel %py3_build
%install %install
%pyproject_install %py3_install
%pyproject_save_files -l mmtf
%if %{with check} %if %{with check}
%check %check
%pyproject_check_import
%pytest mmtf/tests/codec_tests.py %pytest mmtf/tests/codec_tests.py
%endif %endif
%files -n python3-mmtf -f %{pyproject_files} %files -n python3-mmtf
%license LICENSE.txt
%doc CHANGELOG.md README.md %doc CHANGELOG.md README.md
%{python3_sitelib}/mmtf_python-%{version}-py%{python3_version}.egg-info
%{python3_sitelib}/mmtf
%changelog %changelog
%autochangelog %autochangelog