From 7f740d30ca66336869f0cedba4a7299fbbfeb6dd Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Thu, 21 Sep 2023 13:01:24 +0200 Subject: [PATCH] Import python-pytest-isort-0.2.1 --- .gitignore | 1 + .pytest-isort.metadata | 1 + SOURCES/python-pytest-isort.spec | 62 ++++++++++++++++++++++++++++++++ SPECS/python-pytest-isort.spec | 62 ++++++++++++++++++++++++++++++++ 4 files changed, 126 insertions(+) create mode 100644 .gitignore create mode 100644 .pytest-isort.metadata create mode 100644 SOURCES/python-pytest-isort.spec create mode 100644 SPECS/python-pytest-isort.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..542260d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/pytest-isort-0.2.1.tar.gz diff --git a/.pytest-isort.metadata b/.pytest-isort.metadata new file mode 100644 index 0000000..f2f97eb --- /dev/null +++ b/.pytest-isort.metadata @@ -0,0 +1 @@ +d868f68f5735628f120828cf7407a332b6ebeaf0 SOURCES/pytest-isort-0.2.1.tar.gz diff --git a/SOURCES/python-pytest-isort.spec b/SOURCES/python-pytest-isort.spec new file mode 100644 index 0000000..99d558e --- /dev/null +++ b/SOURCES/python-pytest-isort.spec @@ -0,0 +1,62 @@ +%global pypi_name pytest-isort + +Name: python-%{pypi_name} +Version: 0.2.1 +Release: 1%{?dist} +Summary: Pytest plugin to check import ordering using isort + +License: BSD +URL: http://github.com/moccu/pytest-isort/ +Source0: http://github.com/moccu/pytest-isort/archive/%{version}/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +%description +py.test plugin to check import ordering using isort. + +%package -n python3-%{pypi_name} +Summary: %{summary} + +BuildRequires: python3-devel +BuildRequires: python3-isort +BuildRequires: python3-pytest +BuildRequires: python3-setuptools +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +py.test plugin to check import ordering using isort. + +%prep +%autosetup -n %{pypi_name}-%{version} +rm -rf %{pypi_name}.egg-info + +%build +%py3_build + +%install +%py3_install + +%check +PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v test_isort.py \ + -k "not test_file_no_ignored and not test_file_ignored and not \ + test_correctly_sorted and not test_incorrectly_sorted" +rm -rf %{buildroot}%{python3_sitelib}/__pycache__/pytest_isort.cpython-%{python3_version_nodots}-PYTEST.pyc + +%files -n python3-%{pypi_name} +%license LICENSE.rst +%doc README.rst +%{python3_sitelib}/__pycache__/* +%{python3_sitelib}/pytest_isort.py +%{python3_sitelib}/pytest_isort-%{version}-py?.?.egg-info + +%changelog +* Tue May 26 2020 Miro Hrončok - 0.3.1-4 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Jan 06 2020 Fabian Affolter - 0.3.1-2 +- Update removal of test files (rhbz#1787443) + +* Thu Jan 02 2020 Fabian Affolter - 0.3.1-1 +- Initial package for Fedora diff --git a/SPECS/python-pytest-isort.spec b/SPECS/python-pytest-isort.spec new file mode 100644 index 0000000..99d558e --- /dev/null +++ b/SPECS/python-pytest-isort.spec @@ -0,0 +1,62 @@ +%global pypi_name pytest-isort + +Name: python-%{pypi_name} +Version: 0.2.1 +Release: 1%{?dist} +Summary: Pytest plugin to check import ordering using isort + +License: BSD +URL: http://github.com/moccu/pytest-isort/ +Source0: http://github.com/moccu/pytest-isort/archive/%{version}/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +%description +py.test plugin to check import ordering using isort. + +%package -n python3-%{pypi_name} +Summary: %{summary} + +BuildRequires: python3-devel +BuildRequires: python3-isort +BuildRequires: python3-pytest +BuildRequires: python3-setuptools +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +py.test plugin to check import ordering using isort. + +%prep +%autosetup -n %{pypi_name}-%{version} +rm -rf %{pypi_name}.egg-info + +%build +%py3_build + +%install +%py3_install + +%check +PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v test_isort.py \ + -k "not test_file_no_ignored and not test_file_ignored and not \ + test_correctly_sorted and not test_incorrectly_sorted" +rm -rf %{buildroot}%{python3_sitelib}/__pycache__/pytest_isort.cpython-%{python3_version_nodots}-PYTEST.pyc + +%files -n python3-%{pypi_name} +%license LICENSE.rst +%doc README.rst +%{python3_sitelib}/__pycache__/* +%{python3_sitelib}/pytest_isort.py +%{python3_sitelib}/pytest_isort-%{version}-py?.?.egg-info + +%changelog +* Tue May 26 2020 Miro Hrončok - 0.3.1-4 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Jan 06 2020 Fabian Affolter - 0.3.1-2 +- Update removal of test files (rhbz#1787443) + +* Thu Jan 02 2020 Fabian Affolter - 0.3.1-1 +- Initial package for Fedora