File: control

package info (click to toggle)
python-importlib-metadata 4.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 360 kB
  • sloc: python: 1,555; sh: 7; makefile: 7
file content (35 lines) | stat: -rw-r--r-- 1,146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: python-importlib-metadata
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Ondřej Nový <onovy@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-packaging,
 python3-pyfakefs,
 python3-setuptools,
 python3-setuptools-scm,
 python3-toml,
 python3-zipp (>= 0.5),
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-importlib-metadata
Vcs-Git: https://salsa.debian.org/python-team/packages/python-importlib-metadata.git
Homepage: https://github.com/python/importlib_metadata
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-importlib-metadata
Architecture: all
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.