Source: python-importlib-metadata
Section: python
Priority: optional
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (= 13), 
 dh-python, 
 python3-all,
 pybuild-plugin-pyproject,
 python3-packaging,
 python3-setuptools
Standards-Version: 4.1.4
Vcs-Browser: https://gitee.com/openkylin/python-importlib-metadata
Vcs-Git: https://gitee.com/openkylin/python-importlib-metadata.git
Homepage: https://github.com/python/importlib_metadata
X-Python3-Version: >= 3.8

Package: python3-importlib-metadata
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}
Description: library to access the metadata for a Python package - Python 3.x
 Provides an API for accessing an installed package’s metadata, such as its
 entry points or its top-level name. This functionality intends to replace
 most uses of pkg_resources entry point API and metadata API.
 .
 This package contains Python 3.x module.
