python-pytest/python-pytest.spec

144 lines
5.0 KiB
RPMSpec

%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pytest
Version: 8.2.0
Release: 1mamba
Summary: The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://docs.pytest.org/en/latest/
Source: https://pypi.debian.net/pytest/pytest-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(iniconfig)
BuildRequires: python3.11dist(packaging)
BuildRequires: python3.11dist(pluggy)
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n pytest-%{version}
%build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
%if "%{?with_pyver}" != "3"
# Rename any conflicting file outside of python site packages tree
for f in %{_bindir}/{py.test,pytest}; do
mv %{buildroot}${f}{,-%{?pyappend}}
done
%endif
%files %{?pyappend}
%defattr(-,root,root)
%{_bindir}/py.test*
%{_bindir}/pytest*
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitelib}/%{pkgname}
%{python_sitelib}/%{pkgname}/*
%dir %{python_sitelib}/_%{pkgname}
%{python_sitelib}/_%{pkgname}/*
%{python_sitelib}/__pycache__/py.cpython*.pyc
%{python_sitelib}/__pycache__/py.cpython*.pyc
%{python_sitelib}/py.py
%doc AUTHORS LICENSE
%changelog
* Sun Apr 28 2024 Automatic Build System <autodist@openmamba.org> 8.2.0-1mamba
- automatic version update by autodist
* Sat Apr 27 2024 Automatic Build System <autodist@openmamba.org> 8.1.2-1mamba
- automatic version update by autodist
* Sun Mar 10 2024 Automatic Build System <autodist@openmamba.org> 8.1.1-1mamba
- automatic version update by autodist
* Mon Mar 04 2024 Automatic Build System <autodist@openmamba.org> 8.1.0-1mamba
- automatic version update by autodist
* Mon Feb 26 2024 Automatic Build System <autodist@openmamba.org> 8.0.2-1mamba
- automatic version update by autodist
* Sat Feb 17 2024 Automatic Build System <autodist@openmamba.org> 8.0.1-1mamba
- automatic version update by autodist
* Thu Feb 08 2024 Automatic Build System <autodist@openmamba.org> 8.0.0-1mamba
- automatic version update by autodist
* Sun Dec 31 2023 Automatic Build System <autodist@mambasoft.it> 7.4.4-1mamba
- automatic version update by autodist
* Wed Oct 25 2023 Automatic Build System <autodist@mambasoft.it> 7.4.3-1mamba
- automatic version update by autodist
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 7.4.2-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Fri Sep 08 2023 Automatic Build System <autodist@mambasoft.it> 7.4.2-1mamba
- automatic version update by autodist
* Sun Sep 03 2023 Automatic Build System <autodist@mambasoft.it> 7.4.1-1mamba
- automatic version update by autodist
* Thu Aug 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 7.4.0-2mamba
- bump release to fix 7.2.2-2mamba changes elision
* Thu Aug 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 7.4.0-1mamba
- update to 7.4.0
* Tue Aug 15 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 7.2.2-2mamba
- rebuilt with python 3.10
* Sat Mar 04 2023 Automatic Build System <autodist@mambasoft.it> 7.2.2-1mamba
- automatic version update by autodist
* Sun Jan 15 2023 Automatic Build System <autodist@mambasoft.it> 7.2.1-1mamba
- automatic version update by autodist
* Tue Oct 25 2022 Automatic Build System <autodist@mambasoft.it> 7.2.0-1mamba
- automatic version update by autodist
* Fri Sep 02 2022 Automatic Build System <autodist@mambasoft.it> 7.1.3-1mamba
- automatic version update by autodist
* Sun Apr 24 2022 Automatic Build System <autodist@mambasoft.it> 7.1.2-1mamba
- automatic version update by autodist
* Fri Mar 18 2022 Automatic Build System <autodist@mambasoft.it> 7.1.1-1mamba
- automatic version update by autodist
* Sun Mar 13 2022 Automatic Build System <autodist@mambasoft.it> 7.1.0-1mamba
- automatic version update by autodist
* Sat Feb 12 2022 Automatic Build System <autodist@mambasoft.it> 7.0.1-1mamba
- automatic version update by autodist
* Sat Feb 05 2022 Automatic Build System <autodist@mambasoft.it> 7.0.0-1mamba
- automatic version update by autodist
* Tue Aug 31 2021 Automatic Build System <autodist@mambasoft.it> 6.2.5-1mamba
- automatic version update by autodist
* Wed May 05 2021 Automatic Build System <autodist@mambasoft.it> 6.2.4-1mamba
- automatic version update by autodist
* Sun Apr 04 2021 Automatic Build System <autodist@mambasoft.it> 6.2.3-1mamba
- automatic version update by autodist
* Wed Mar 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2.2-1mamba
- package created using the webbuild interface