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
|
Source: python-resolvelib
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Stefano Rivera <stefanor@debian.org>,
Standards-Version: 4.6.2
Build-Depends:
debhelper-compat (= 12),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-commentjson,
python3-pytest,
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.
|