forked from pool/python-importlib-metadata
Accepting request 976032 from home:bnavigator:branches:devel:languages:python
- Prevent build for Python 3.6 which is not supported anymore - Remove override to use deprecated setuptools usage OBS-URL: https://build.opensuse.org/request/show/976032 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=22
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:20:19 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Prevent build for Python 3.6 which is not supported anymore
|
||||||
|
- Remove override to use deprecated setuptools usage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 9 10:53:20 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Mon May 9 10:53:20 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,6 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define skip_python36 1
|
|
||||||
Name: python-importlib-metadata%{psuffix}
|
Name: python-importlib-metadata%{psuffix}
|
||||||
Version: 4.11.3
|
Version: 4.11.3
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -34,10 +33,12 @@ Summary: Read metadata from Python packages
|
|||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: http://importlib-metadata.readthedocs.io/
|
URL: http://importlib-metadata.readthedocs.io/
|
||||||
Source: https://files.pythonhosted.org/packages/source/i/importlib_metadata/importlib_metadata-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/i/importlib_metadata/importlib_metadata-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.6}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module toml}
|
BuildRequires: %{python_module tomli}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: %{python_module zipp >= 0.5}
|
BuildRequires: %{python_module zipp >= 0.5}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -51,12 +52,10 @@ BuildArch: noarch
|
|||||||
BuildRequires: %{python_module importlib_resources >= 1.3 if %python-base < 3.9}
|
BuildRequires: %{python_module importlib_resources >= 1.3 if %python-base < 3.9}
|
||||||
BuildRequires: %{python_module packaging}
|
BuildRequires: %{python_module packaging}
|
||||||
BuildRequires: %{python_module pep517}
|
BuildRequires: %{python_module pep517}
|
||||||
BuildRequires: %{python_module pip}
|
|
||||||
BuildRequires: %{python_module pyfakefs}
|
BuildRequires: %{python_module pyfakefs}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module testsuite}
|
BuildRequires: %{python_module testsuite}
|
||||||
BuildRequires: %{python_module typing_extensions >= 3.6.4 if %python-base < 3.8}
|
BuildRequires: %{python_module typing_extensions >= 3.6.4 if %python-base < 3.8}
|
||||||
BuildRequires: %{python_module wheel}
|
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -66,14 +65,13 @@ importlib.metadata including improvements added to subsequent Python versions.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n importlib_metadata-%{version}
|
%autosetup -p1 -n importlib_metadata-%{version}
|
||||||
echo "import setuptools; setuptools.setup()" > setup.py
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user