From e88fa72e6bdc2604ccc107afe5395324fad62d9b Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 09 2021 00:02:40 +0000 Subject: Import python-entrypoints-0.3-8.el9 in CloudSIG xena --- diff --git a/.python-entrypoints.metadata b/.python-entrypoints.metadata new file mode 100644 index 0000000..479dbd7 --- /dev/null +++ b/.python-entrypoints.metadata @@ -0,0 +1 @@ +3924d9a259ca1a7596777e7af94d4dd3c3e4104b SOURCES/entrypoints-0.3.tar.gz diff --git a/SPECS/python-entrypoints.spec b/SPECS/python-entrypoints.spec new file mode 100644 index 0000000..0045a1f --- /dev/null +++ b/SPECS/python-entrypoints.spec @@ -0,0 +1,160 @@ +%global srcname entrypoints +%global sum Discover and load entry points from installed packages + +%global python3_wheelname %{srcname}-%{version}-py2.py3-none-any.whl + +Name: python-%{srcname} + +# WARNING: Check if an update does not break flake8! +Version: 0.3 + +Release: 8%{?dist} +Summary: %{sum} + +# license clarification issue opened upstream +# https://github.com/takluyver/entrypoints/issues/10 + +License: MIT + +URL: https://entrypoints.readthedocs.io/ +Source0: https://github.com/takluyver/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz + +BuildArch: noarch +BuildRequires: make +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-flit +BuildRequires: python3-sphinx + +%description +Entry points are a way for Python packages to advertise objects with some +common interface. The most common examples are console_scripts entry points, +which define shell commands by identifying a Python function to run. + +The entrypoints module contains functions to find and load entry points. + +%package -n python3-%{srcname} +Summary: %{sum} +%{?python_provide:%python_provide python3-%{srcname}} + +%description -n python3-%{srcname} +Entry points are a way for Python packages to advertise objects with some +common interface. The most common examples are console_scripts entry points, +which define shell commands by identifying a Python function to run. + +The entrypoints module contains functions to find and load entry points. + +%package -n python-%{srcname}-doc +Summary: Documentation for python-entrypoints + +%description -n python-%{srcname}-doc +Documentation files for python-entrypoints + +%prep +%autosetup -n %{srcname}-%{version} + + +%build +XDG_CACHE_HOME=$PWD/.cache FLIT_NO_NETWORK=1 flit build --format wheel + +pushd doc +make html PYTHON="%{__python3}" SPHINXBUILD=sphinx-build-%{python3_version} +rm _build/html/.buildinfo +popd + + +%install +%py3_install_wheel %python3_wheelname + +%files -n python3-%{srcname} +%doc doc/_build/html +%license LICENSE +%{python3_sitelib}/__pycache__/* +%{python3_sitelib}/*.py +%{python3_sitelib}/%{srcname}-%{version}.dist-info + +%files -n python-%{srcname}-doc +%doc doc/_build/html +%license LICENSE + +%changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.3-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun May 24 2020 Miro Hrončok - 0.3-6 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.3-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Sat Aug 17 2019 Miro Hrončok - 0.3-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Feb 26 2019 Miro Hrončok - 0.3-1 +- Update to 0.3 + +* Sat Feb 02 2019 Fedora Release Engineering - 0.2.3-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Nov 28 2018 Mukundan Ragavan - 0.2.3-10 +- Drop py2 sub-packages + +* Sat Jul 14 2018 Fedora Release Engineering - 0.2.3-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sat Jul 07 2018 Miro Hrončok - 0.2.3-8 +- Add missing dependency on python2-configparser (#1598998) + +* Tue Jun 19 2018 Miro Hrončok - 0.2.3-7 +- Fix flit invocation + +* Tue Jun 19 2018 Miro Hrončok - 0.2.3-6 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.2.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Tue Jan 16 2018 Iryna Shcherbina - 0.2.3-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Wed Jan 03 2018 Elliott Sales de Andrade - 0.2.3-3 +- Restore dist-info information (#1530098). + +* Thu Jul 27 2017 Fedora Release Engineering - 0.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue Jun 13 2017 Mukundan Ragavan - 0.2.3-1 +- Update to 0.2.3 + +* Sat Feb 11 2017 Fedora Release Engineering - 0.2.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Tue Jan 31 2017 Michal Cyprian - 0.2.2-6 +- Use python install wheel macros + +* Mon Dec 19 2016 Miro Hrončok - 0.2.2-5 +- Rebuild for Python 3.6 + +* Sun Nov 06 2016 Mukundan Ragavan - 0.2.2-4 +- Do not own pycache dir + +* Mon Oct 03 2016 Mukundan Ragavan - 0.2.2-3 +- Consolidate two doc subpackages into one + +* Sun Oct 02 2016 Mukundan Ragavan - 0.2.2-2 +- Add -doc subpackages +- Fix source url +- Add license clarification issue URL for reference + +* Sat Jul 2 2016 Elliott Sales de Andrade 0.2.2-1 +- Initial RPM release