package created using the webbuild interface [release 3.0.0-1mamba;Sun Aug 04 2024]
This commit is contained in:
parent
f6b641aeb3
commit
c7b6df2736
@ -1,2 +1,4 @@
|
|||||||
# python-pytest-datafiles
|
# python-pytest-datafiles
|
||||||
|
|
||||||
|
py.test plugin to create a 'tmp_path' containing predefined files/directories.
|
||||||
|
|
||||||
|
52
python-pytest-datafiles.spec
Normal file
52
python-pytest-datafiles.spec
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
|
Name: python-pytest-datafiles
|
||||||
|
Version: 3.0.0
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: py.test plugin to create a 'tmp_path' containing predefined files/directories
|
||||||
|
Group: System/Libraries
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://github.com/omarkohl/pytest-datafiles
|
||||||
|
Source: https://pypi.debian.net/pytest-datafiles/pytest-datafiles-%{version}.tar.gz
|
||||||
|
License: MIT
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython311-devel
|
||||||
|
BuildRequires: python3.11dist(pytest)
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n pytest-datafiles-%{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}/pdm; do
|
||||||
|
# mv %{buildroot}${f}{,-%{?pyappend}}
|
||||||
|
#done
|
||||||
|
#%endif
|
||||||
|
|
||||||
|
%files %{?pyappend}
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
||||||
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||||
|
%{python3_sitelib}/__pycache__/pytest_datafiles.cpython-*.pyc
|
||||||
|
%{python3_sitelib}/pytest_datafiles.py
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Aug 04 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.0-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user