[Python-modules-commits] [python-pip] 01/01: d/control: Update descriptions since pip really isn't the "alternative" any more and nobody still uses easy_install.

Barry Warsaw barry at moszumanska.debian.org
Mon May 23 16:18:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository python-pip.

commit 4c4859d773eb3c6946fbead611ca2b50d55dd88f
Author: Barry Warsaw <barry at python.org>
Date:   Mon May 23 12:18:43 2016 -0400

    d/control: Update descriptions since pip really isn't the "alternative" any more and nobody still uses easy_install.
---
 debian/changelog |  2 ++
 debian/control   | 27 ++++++++++++---------------
 2 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3c69f67..6d8f673 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 python-pip (8.1.2-2) UNRELEASED; urgency=medium
 
+  * d/control: Update descriptions since pip really isn't the
+    "alternative" any more and nobody still uses easy_install.
   * d/tests/*.sh: export PIP_DISABLE_PIP_VERSION_CHECK=1 to prevent
     stderr warnings (and thus test failures) for when we get behind
     new upstream releases.
diff --git a/debian/control b/debian/control
index 26caf6a..7666e4d 100644
--- a/debian/control
+++ b/debian/control
@@ -49,11 +49,10 @@ Recommends: build-essential,
             python-all-dev (>= 2.6),
             python-setuptools,
             python-wheel,
-Description: alternative Python package installer
- pip is a replacement for easy_install, and is intended to be an improved
- 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.
+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
@@ -65,11 +64,10 @@ Recommends: build-essential,
             python3-dev (>= 3.2),
             python3-setuptools,
             python3-wheel,
-Description: alternative Python package installer - Python 3 version of the package
- pip is a replacement for easy_install, and is intended to be an improved
- 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.
+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.
 
@@ -104,11 +102,10 @@ Replaces: python-chardet-whl (<< 2.3.0-2),
           python-six-whl (<< 1.10.0-3),
           python-urllib3-whl (<< 1.13.1-2),
           virtualenv (<< 14.0.5+ds-5),
-Description: alternative Python package installer
- pip is a replacement for easy_install, and is intended to be an improved
- 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.
+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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pip.git



More information about the Python-modules-commits mailing list