Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > 3b7f6513c23aaa4916a2d2d90c2e841f > files > 2

python-pytest-datadir-1.4.1-2.mga10.src.rpm

# Created by pyp2rpm-3.3.8
%global pypi_name pytest-datadir

Name:           python-%{pypi_name}
Version:        1.4.1
Release:        %mkrel 2
Summary:        pytest plugin for test data directories and files
Group:          Development/Python
License:        MIT
URL:            https://github.com/gabrielcnr/pytest-datadir
Source0:        %{pypi_source}
BuildArch:      noarch

BuildRequires:  pyproject-rpm-macros
BuildRequires:  python3-devel
BuildRequires:  python3dist(setuptools-scm)

%description
pytest plugin for manipulating test data directories and files.

%package -n     python3-%{pypi_name}
Summary:        %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}

%description -n python3-%{pypi_name}
pytest plugin for manipulating test data directories and files.

%prep
%autosetup -n %{pypi_name}-%{version}

%build
%pyproject_wheel

%install
%pyproject_install
%pyproject_save_files pytest_datadir

rm -rf %{buildroot}%{_usr}/LICENSE

%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.md


%changelog
* Fri Dec 08 2023 wally <wally> 1.4.1-2.mga10
+ Revision: 2015714
- rebuild for py3.12

* Sun Dec 04 2022 wally <wally> 1.4.1-1.mga9
+ Revision: 1917747
- new version 1.4.1

* Wed Aug 10 2022 wally <wally> 1.3.1-2.mga9
+ Revision: 1876666
- BR setuptools-scm to get correct mod version

* Wed Aug 10 2022 wally <wally> 1.3.1-1.mga9
+ Revision: 1876664
- imported package python-pytest-datadir