From 6b0a50ed4f04e04aae06a08eddf0154c933cc07c Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 10 Jan 2024 04:03:05 +0300 Subject: [PATCH] import python-zipp-0.5.1-1.el9 --- .gitignore | 1 + .python-zipp.metadata | 1 + SPECS/python-zipp.spec | 53 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 .gitignore create mode 100644 .python-zipp.metadata create mode 100644 SPECS/python-zipp.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e4a82e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/zipp-0.5.1.tar.gz diff --git a/.python-zipp.metadata b/.python-zipp.metadata new file mode 100644 index 0000000..ab60421 --- /dev/null +++ b/.python-zipp.metadata @@ -0,0 +1 @@ +1fddfadec07973af906e6c59cd936511f1b35b9b SOURCES/zipp-0.5.1.tar.gz diff --git a/SPECS/python-zipp.spec b/SPECS/python-zipp.spec new file mode 100644 index 0000000..c04f7ca --- /dev/null +++ b/SPECS/python-zipp.spec @@ -0,0 +1,53 @@ +%global pypi_name zipp + +Name: python-%{pypi_name} +Version: 0.5.1 +Release: 1%{?dist} +Summary: Backport of pathlib-compatible object wrapper for zip files + +License: MIT +URL: https://github.com/jaraco/zipp +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm >= 1.15.0 + +%description +A pathlib-compatible Zipfile object wrapper. A backport of the Path object. + + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +A pathlib-compatible Zipfile object wrapper. A backport of the Path object. + + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%py3_build + +%install +%py3_install + +%check +%{__python3} setup.py test + +%files -n python3-%{pypi_name} +%license LICENSE +%doc README.rst +%{python3_sitelib}/%{pypi_name}.py +%{python3_sitelib}/__pycache__/%{pypi_name}.* +%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info/ + +%changelog +* Wed Jan 10 2024 MSVSphere Packaging Team - 0.5.1-1 +- Rebuilt for MSVSphere 9.3 + +* Wed Jun 26 2019 Miro HronĨok - 0.5.1-1 +- Initial package