2024-01-06 11:28:01 +01:00
|
|
|
Name: python-mock
|
2024-01-06 11:28:01 +01:00
|
|
|
Version: 5.0.0
|
2024-01-06 11:28:01 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 11:28:01 +01:00
|
|
|
Summary: Rolling backport of unittest.mock for all Pythons
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/testing-cabal/mock
|
2024-01-06 11:28:01 +01:00
|
|
|
Source: https://pypi.debian.net/mock/mock-%{version}.tar.gz
|
2024-01-06 11:28:01 +01:00
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:28:01 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-06 11:28:01 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: python >= %python_version
|
|
|
|
Requires: python-pbr
|
|
|
|
Requires: python-funcsigs
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2024-01-06 11:28:01 +01:00
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-06 11:28:01 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n mock-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-06 11:28:01 +01:00
|
|
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-06 11:28:01 +01:00
|
|
|
|
2024-01-06 11:28:01 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-06 11:28:01 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:28:01 +01:00
|
|
|
* Wed Dec 28 2022 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:28:01 +01:00
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 4.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:28:01 +01:00
|
|
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.5-2mamba
|
|
|
|
- rebuilt with py3* packages
|
|
|
|
|
2024-01-06 11:28:01 +01:00
|
|
|
* Wed Jun 12 2019 Automatic Build System <autodist@mambasoft.it> 3.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:28:01 +01:00
|
|
|
* Thu May 26 2016 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:28:01 +01:00
|
|
|
* Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
|
|
|
|
- package created using the webbuild interface
|