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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: python-pip
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Carl Chenet <chaica@debian.org>,
Scott Kitterman <scott@kitterman.com>,
Stefano Rivera <stefanor@debian.org>
Homepage: https://pip.pypa.io/en/stable/
Build-Depends: debhelper-compat (= 11),
dh-python,
dirtbike (>= 0.3-7~),
python3,
python3-appdirs (>= 1.4.3),
python3-cachecontrol (>= 0.12.6),
python3-certifi (>= 2020.4.5.1),
python3-chardet (>= 3.0.4),
python3-colorama (>= 0.4.3),
python3-contextlib2 (>= 0.6.0),
python3-debian,
python3-docutils,
python3-distlib (>= 0.3.0),
python3-distro (>= 1.5.0),
python3-html5lib (>= 1.0.1),
python3-idna (>= 2.9),
python3-ipaddr,
python3-mock,
python3-msgpack (>= 0.6.2),
python3-packaging (>= 20.3),
python3-pep517 (>= 0.8.2),
python-pkg-resources,
python3-progress (>= 1.5),
python3-pyparsing (>= 2.4.7),
python3-pytest,
python3-resolvelib (>= 0.5.4),
python3-toml (>= 0.10.0),
python3-requests (>= 2.23.0),
python3-retrying (>= 1.3.3),
python3-scripttest,
python-setuptools (>= 44.0.0),
python3-setuptools (>= 44.0.0),
python3-six (>= 1.14.0),
python3-urllib3 (>= 1.25.8),
python3-webencodings (>= 0.5.1),
python3-wheel,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pip.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pip
Rules-Requires-Root: no
Package: python3-pip
Architecture: all
Depends: ca-certificates,
python3-distutils,
python3-setuptools,
python3-wheel,
python-pip-whl (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Recommends: build-essential,
python3-dev (>= 3.2),
Breaks: python-pip
Replaces: python-pip
Provides: pip
Description: Python package installer
pip is the Python package installer. It integrates with virtualenv, doesn't
do partial installs, can save package state for replaying, can install from
non-egg sources, and can install from version control repositories.
.
This is the Python 3 version of the package.
Package: python-pip-whl
Architecture: all
Depends: ca-certificates,
${misc:Depends},
Built-Using: ${pip:Built-Using}
Multi-Arch: foreign
Description: Python package installer (pip wheels)
pip is the Python package installer. It integrates with virtualenv, doesn't
do partial installs, can save package state for replaying, can install from
non-egg sources, and can install from version control repositories.
.
This is the support package for the PEP 427 wheel version of the package,
required for using pip inside a virtual environment.
|