From 57ccf38ef635fbbb8f67d4ffb8405398fb7bda62 Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Tue, 13 Aug 2024 13:12:37 +0300 Subject: [PATCH] import python-click-plugins-1.1.1-13.el9 --- .gitignore | 1 + .python-click-plugins.metadata | 1 + SPECS/python-click-plugins.spec | 125 ++++++++++++++++++++++++++++++++ 3 files changed, 127 insertions(+) create mode 100644 .gitignore create mode 100644 .python-click-plugins.metadata create mode 100644 SPECS/python-click-plugins.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..390b8d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/click-plugins-1.1.1.tar.gz diff --git a/.python-click-plugins.metadata b/.python-click-plugins.metadata new file mode 100644 index 0000000..1f45851 --- /dev/null +++ b/.python-click-plugins.metadata @@ -0,0 +1 @@ +9a74efe5f23e1e1a7ce1534c5c7956b7eec322be SOURCES/click-plugins-1.1.1.tar.gz diff --git a/SPECS/python-click-plugins.spec b/SPECS/python-click-plugins.spec new file mode 100644 index 0000000..dc9a04a --- /dev/null +++ b/SPECS/python-click-plugins.spec @@ -0,0 +1,125 @@ +%global srcname click-plugins +%global srcname_no_dash click_plugins + +Name: python-%{srcname} +Version: 1.1.1 +Release: 13%{?dist} +Summary: Click extension to register CLI commands via setuptools +%global _description \ +An extension module for click to register external CLI commands via setuptools \ +entry-points. + +License: MIT +URL: https://pypi.python.org/pypi/%{srcname} +Source0: %pypi_source + +BuildArch: noarch + +%description %{_description} + + +%package -n python3-%{srcname} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{srcname}} + +BuildRequires: python3-devel +BuildRequires: python3dist(setuptools) +BuildRequires: python3dist(click) >= 4.0 +BuildRequires: python3dist(pytest) + +%description -n python3-%{srcname} %{_description} + + +%prep +%autosetup -n %{srcname}-%{version} + + +%build +%py3_build + + +%install +%py3_install + + +%check +export LANG=C.UTF-8 +%{pytest} -ra + + +%files -n python3-%{srcname} +%license LICENSE.txt +%doc README.rst +%{python3_sitelib}/%{srcname_no_dash} +%{python3_sitelib}/%{srcname_no_dash}-%{version}-py%{python3_version}.egg-info + + +%changelog +* Tue Aug 13 2024 Sergey Cherevko - 1.1.1-13 +- Rebuilt for MSVSphere 9.4 + +* Fri Jul 22 2022 Fedora Release Engineering - 1.1.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 1.1.1-12 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 1.1.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.1.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 1.1.1-9 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.1.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.1.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 1.1.1-6 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 1.1.1-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 1.1.1-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Apr 08 2019 Elliott Sales de Andrade - 1.1.1-1 +- Update to latest version + +* Sat Feb 02 2019 Fedora Release Engineering - 1.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Oct 01 2018 Elliott Sales de Andrade 1.0.4-2 +- Drop Python 2 subpackage + +* Fri Sep 21 2018 Elliott Sales de Andrade 1.0.4-1 +- Update to latest version + +* Fri Jul 13 2018 Fedora Release Engineering - 1.0.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 1.0.3-5 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 1.0.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sat Aug 12 2017 Elliott Sales de Andrade 1.0.3-3 +- Simplify spec with more macros. + +* Sun Jul 09 2017 Elliott Sales de Andrade 1.0.3-2 +- Simplify spec a bit. + +* Sat Mar 04 2017 Elliott Sales de Andrade 1.0.3-1 +- Initial package release.