File: control

package info (click to toggle)
python-resolvelib 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,436 kB
  • sloc: python: 1,756; javascript: 102; sh: 9; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 949 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
Source: python-resolvelib
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Standards-Version: 4.5.0
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-setuptools,
Homepage: https://github.com/sarugaku/resolvelib
Vcs-Git: https://salsa.debian.org/python-team/packages/python-resolvelib.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-resolvelib
Rules-Requires-Root: no

Package: python3-resolvelib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: module to resolve abstract dependencies into concrete ones
 python3-resolvelib provides a `Resolver` class that includes dependency
 resolution logic. You give it some things, and a little information on how it
 should interact with them, and it will spit out a resolution result.
 .
 This is the Python 3 version of the package.