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 36 37 38 39 40 41 42 43 44
|
Source: unearth
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3,
python3-httpx,
python3-packaging,
python3-pdm-backend,
python3-pytest <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-trustme <!nocheck>,
python3-flask <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/frostming/unearth
Vcs-Git: https://salsa.debian.org/python-team/packages/unearth.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/unearth
Description: utility to fetch and download python packages
This package provides a utility to fetch and download python packages.
It exists as the last piece to complete the puzzle of a package manager,
and provide low-level functionalities that are needed to resolve
and install packages.
.
Unearth serves as a stable replacement for pip's PackageFinder API.
It will follow the conventions of Semantic Versioning so that
downstream projects can use it to develop their own package
finding and downloading.
Package: python3-unearth
Architecture: all
Depends:
python3-packaging,
python3-httpx,
${misc:Depends},
${python3:Depends},
Recommends:
python3-requests,
Description: ${source:Synopsis}
${source:Extended-Description}
|