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
|
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 (= 13),
pybuild-plugin-pyproject,
python3,
python3-docutils <!nodoc>,
python3-setuptools (>= 44.0.0),
Standards-Version: 4.6.2
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,
${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: python3-pip-whl
Architecture: all
Depends: ca-certificates,
${misc:Depends},
Multi-Arch: foreign
Breaks: python-pip-whl (<< 21.3.1+dfsg-2~)
Replaces: python-pip-whl (<< 21.3.1+dfsg-2~)
Description: Python package installer (pip wheel)
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.
|