diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-22 07:26:35 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-22 07:26:35 +0000 |
commit | 5577037699deb1aac07e4953297d8cb6fd726c6c (patch) | |
tree | 61dd8a629ac1bd5f6f7c71efced9ace42b67731a | |
parent | 4b7c7c346b2abda73271d38f98ff35e0ed454d0f (diff) |
automatic import of python-pytest-datadiropeneuler23.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pytest-datadir.spec | 48 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 50 insertions, 0 deletions
@@ -0,0 +1 @@ +/pytest-datadir-1.4.1.tar.gz diff --git a/python-pytest-datadir.spec b/python-pytest-datadir.spec new file mode 100644 index 0000000..1af8496 --- /dev/null +++ b/python-pytest-datadir.spec @@ -0,0 +1,48 @@ +%global _empty_manifest_terminate_build 0 +%global pypi_name pytest-datadir + +%global _description %{expand: +This package contains a pytest plugin for manipulating test data +directories and files.} + +Name: python-%{pypi_name} +Version: 1.4.1 +Release: 1 +Summary: Pytest plugin for test data directories and files +License: MIT +URL: https://github.com/gabrielcnr/pytest-datadir +Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm + +%description %_description + +%package -n python3-%{pypi_name} +Summary: Pytest plugin for test data directories and files +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} %_description + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{pypi_name} +%license LICENSE +%doc README.md +%{python3_sitelib}/pytest_datadir/ +%{python3_sitelib}/pytest_datadir-*.egg-info/ + +%changelog +* Fri Aug 18 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 1.4.1-1 +- Package init @@ -0,0 +1 @@ +d5043376db09d710e24a71b96026d728 pytest-datadir-1.4.1.tar.gz |