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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
Source: python-pip
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Barry Warsaw <barry@debian.org>,
Carl Chenet <chaica@debian.org>,
Jeff Licquia <licquia@debian.org>,
Homepage: https://pip.pypa.io/en/stable/
Build-Depends: debhelper (>= 9),
dh-python,
dirtbike,
python-all (>= 2.7),
python-docutils,
python-ipaddress,
python-setuptools,
python-webencodings,
python3-all,
python3-appdirs,
python3-cachecontrol,
python3-chardet,
python3-colorama,
python3-distlib,
python3-distro,
python3-html5lib,
python3-lockfile,
python3-mock,
python3-packaging,
python3-pkg-resources,
python3-progress,
python3-pyparsing,
python3-pytest,
python3-requests,
python3-retrying,
python3-scripttest,
python3-setuptools,
python3-six,
python3-urllib3,
python3-webencodings,
python3-wheel,
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Vcs-Git: http://anonscm.debian.org/git/python-modules/packages/python-pip.git
Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/python-pip.git
Package: python-pip
Architecture: all
Depends: ca-certificates,
python-pip-whl (= ${binary:Version}),
${misc:Depends},
${python:Depends},
Recommends: build-essential,
python-all-dev (>= 2.6),
python-setuptools,
python-wheel,
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.
Package: python3-pip
Architecture: all
Depends: ca-certificates,
python-pip-whl (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Recommends: build-essential,
python3-dev (>= 3.2),
python3-setuptools,
python3-wheel,
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: chardet (= 2.3.0-2),
distlib (= 0.2.4-1),
html5lib (= 0.999999999-1),
pyparsing (= 2.1.10+dfsg1-1),
appdirs (= 1.4.0-2),
python-cachecontrol (= 0.11.7-1),
python-colorama (= 0.3.7-1),
python-distro (= 1.0.1-1),
python-ipaddress (= 1.0.17-1),
python-lockfile (= 1:0.12.2-2),
python-packaging (= 16.7-2),
python-progress (= 1.2-1),
python-retrying (= 1.3.3-1),
python-setuptools (= 32.3.1-1),
python-urllib3 (= 1.16-1),
python-webencodings (= 0.5-1),
requests (= 2.11.1-1),
six (= 1.10.0-3),
Breaks: python-chardet-whl (<< 2.3.0-2),
python-colorama-whl (<< 0.3.6-1),
python-distlib-whl (<< 0.2.2-1),
python-html5lib-whl (<< 0.999-4),
python-requests-whl (<< 2.9.1-3),
python-setuptools-whl (<< 20.1.1-1),
python-six-whl (<< 1.10.0-3),
python-urllib3-whl (<< 1.13.1-2),
virtualenv (<< 14.0.5+ds-5),
Replaces: python-chardet-whl (<< 2.3.0-2),
python-colorama-whl (<< 0.3.6-1),
python-distlib-whl (<< 0.2.2-1),
python-html5lib-whl (<< 0.999-4),
python-requests-whl (<< 2.9.1-3),
python-setuptools-whl (<< 20.1.1-1),
python-six-whl (<< 1.10.0-3),
python-urllib3-whl (<< 1.13.1-2),
virtualenv (<< 14.0.5+ds-5),
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 support package for the PEP 427 wheel version of the package,
required for using pip inside a virtual environment.
|