Compare commits
No commits in common. "840b49a1fa7d20225f9cc55ca641be635a68ada2" and "77668757133c598449140804ba25ad5dcca70f57" have entirely different histories.
840b49a1fa
...
7766875713
BIN
importlib_metadata-4.8.3.tar.gz
Normal file
BIN
importlib_metadata-4.8.3.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,87 +1,47 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
|
||||||
Name: python-importlib-metadata
|
Name: python-importlib-metadata
|
||||||
Version: 7.0.1
|
Version: 4.8.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Read metadata from Python packages
|
Summary: Read metadata from Python packages
|
||||||
License: Apache-2.0
|
License: Apache v2.0
|
||||||
URL: https://github.com/python/importlib_metadata
|
URL: https://pypi.org/project/importlib-metadata/
|
||||||
Source0: https://files.pythonhosted.org/packages/90/b4/206081fca69171b4dc1939e77b378a7b87021b0f43ce07439d49d8ac5c84/importlib_metadata-7.0.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/85/ed/e65128cc5cb1580f22ee3009d9187ecdfcc43ffb3b581fe854b24e87d8e7/importlib_metadata-4.8.3.tar.gz
|
||||||
BuildArch: noarch
|
|
||||||
BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel
|
|
||||||
|
|
||||||
Requires: python3-zipp >= 0.5
|
BuildArch: noarch
|
||||||
Requires: python3-typing-extensions
|
|
||||||
Requires: python3-sphinx
|
|
||||||
Requires: python3-ipython
|
|
||||||
Requires: python3-pytest
|
|
||||||
Requires: python3-pytest-checkdocs
|
|
||||||
Requires: python3-pytest-flake8
|
|
||||||
Requires: python3-pytest-cov
|
|
||||||
Requires: python3-pytest-enabler
|
|
||||||
Requires: python3-pytest-perf
|
|
||||||
Requires: python3-pytest-black
|
|
||||||
Requires: python3-pytest-mypy
|
|
||||||
Requires: python3-packaging
|
|
||||||
Requires: python3-pyfakefs
|
|
||||||
Requires: python3-importlib-resources
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
importlib_metadata is a library which provides an API for accessing an installed package’s metadata (see PEP 566), such as its entry points or its top-level name.
|
importlib_metadata is a library which provides an API for accessing an installed package’s metadata (see PEP 566), such as its entry points or its top-level name.
|
||||||
|
|
||||||
%package -n python3-importlib-metadata
|
%package -n python3-importlib_metadata
|
||||||
Summary: Read metadata from Python packages
|
Summary: Read metadata from Python packages
|
||||||
BuildRequires: python3-devel
|
provides: python3-importlib-metadata
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm python3-toml
|
||||||
BuildRequires: python3-setuptools_scm
|
BuildRequires: python3-packaging python3-pbr python3-pip python3-zipp >= 0.5
|
||||||
BuildRequires: python3-toml
|
Requires: python3-zipp >= 0.5
|
||||||
BuildRequires: python3-packaging
|
%description -n python3-importlib_metadata
|
||||||
BuildRequires: python3-pbr
|
|
||||||
BuildRequires: python3-pip
|
|
||||||
BuildRequires: python3-zipp >= 0.5
|
|
||||||
|
|
||||||
%description -n python3-importlib-metadata
|
|
||||||
importlib_metadata is a library which provides an API for accessing an installed package’s metadata (see PEP 566), such as its entry points or its top-level name.
|
importlib_metadata is a library which provides an API for accessing an installed package’s metadata (see PEP 566), such as its entry points or its top-level name.
|
||||||
|
|
||||||
%package help
|
%package_help
|
||||||
Summary: Development documents and examples for importlib-metadata
|
|
||||||
%description help
|
|
||||||
importlib_metadata is a library which provides an API for accessing an installed package’s metadata (see PEP 566), such as its entry points or its top-level name.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n importlib_metadata-%{version} -p1
|
%setup -q -n importlib_metadata-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_build
|
%_bindir/python3 setup.py build '--executable=%_bindir/python3 -s'
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%_bindir/python3 setup.py install -O1 --skip-build --root %buildroot
|
||||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
|
||||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
|
||||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
|
||||||
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
|
||||||
|
|
||||||
%files -n python3-importlib-metadata
|
|
||||||
%{python3_sitelib}/*
|
%files -n python3-importlib_metadata
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%license LICENSE
|
||||||
|
%_prefix/lib/python%{python3_version}/site-packages/importlib_metadata*
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_docdir}/*
|
%defattr(-,root,root)
|
||||||
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 20 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 7.0.1-1
|
|
||||||
- Update package to version 7.0.1
|
|
||||||
|
|
||||||
* Wed Apr 26 2023 xu_ping <707078654@qq.com> - 6.1.0-2
|
|
||||||
- Adapting to the pyproject.toml compilation mode
|
|
||||||
|
|
||||||
* Fri Apr 07 2023 xu_ping <707078654@qq.com> - 6.1.0-1
|
|
||||||
- Upgrade 6.1.0
|
|
||||||
|
|
||||||
* Mon Feb 27 2023 wangkai <wangkai385@h-partners.com> - 4.12.0-2
|
|
||||||
- Modify the patching method
|
|
||||||
|
|
||||||
* Sat Sep 24 2022 guozhengxin <guozhengxin@kylinos.cn> - 4.12.0-1
|
|
||||||
- Upgrade package to version 4.12.0
|
|
||||||
|
|
||||||
* Mon Jul 25 2022 renliang16 <renliang@uniontech.com> - 4.8.3-1
|
* Mon Jul 25 2022 renliang16 <renliang@uniontech.com> - 4.8.3-1
|
||||||
- Upgrade package python3-importlib-metadata to version 4.8.3
|
- Upgrade package python3-importlib-metadata to version 4.8.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user