From 01adff929109ed0c699327f613f979a73393a3bf Mon Sep 17 00:00:00 2001 From: Audrius Kažukauskas Date: Fri, 9 Dec 2016 20:13:04 +0200 Subject: python/pip: Updated for version 9.0.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Audrius Kažukauskas --- python/pip/README | 14 +++++++------- python/pip/pip.SlackBuild | 2 +- python/pip/pip.info | 6 +++--- python/pip/slack-desc | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/python/pip/README b/python/pip/README index 76955d3e9c..6c75c7eea5 100644 --- a/python/pip/README +++ b/python/pip/README @@ -1,14 +1,14 @@ -pip is a replacement for easy_install (from pysetuptools). It uses mostly -the same techniques for finding packages, so packages that were made -easy_installable should be pip-installable as well. +pip is a replacement for easy_install (from python-setuptools). It uses +mostly the same techniques for finding packages, so packages that were +made easy_installable should be pip-installable as well. pip is meant to improve on easy_install. Some of the improvements: - All packages are downloaded before installation. Partially-completed installation doesn't occur as a result. - Care is taken to present useful output on the console. -- The reasons for actions are kept track of. For instance, if a package is - being installed, pip keeps track of why that package was required. +- The reasons for actions are kept track of. For instance, if a package + is being installed, pip keeps track of why that package was required. - Error messages should be useful. - The code is relatively concise and cohesive, making it easier to use programmatically. @@ -17,8 +17,8 @@ pip is meant to improve on easy_install. Some of the improvements: - Native support for other version control systems (Git, Mercurial and Bazaar). - Uninstallation of packages. -- Simple to define fixed sets of requirements and reliably reproduce a set - of packages. +- Simple to define fixed sets of requirements and reliably reproduce a + set of packages. pip is complementary with virtualenv, and it is encouraged that you use virtualenv to isolate your installation. diff --git a/python/pip/pip.SlackBuild b/python/pip/pip.SlackBuild index ed4e06c735..efc2d67607 100644 --- a/python/pip/pip.SlackBuild +++ b/python/pip/pip.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pip -VERSION=${VERSION:-8.1.2} +VERSION=${VERSION:-9.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pip/pip.info b/python/pip/pip.info index 7b7544de4c..f8d6af3cd1 100644 --- a/python/pip/pip.info +++ b/python/pip/pip.info @@ -1,8 +1,8 @@ PRGNAM="pip" -VERSION="8.1.2" +VERSION="9.0.1" HOMEPAGE="https://pip.pypa.io/" -DOWNLOAD="https://pypi.python.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz" -MD5SUM="87083c0b9867963b29f7aba3613e8f4a" +DOWNLOAD="https://pypi.python.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz" +MD5SUM="35f01da33009719497f01a4ba69d63c9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/python/pip/slack-desc b/python/pip/slack-desc index bec9dbde7b..443b5a0291 100644 --- a/python/pip/slack-desc +++ b/python/pip/slack-desc @@ -8,7 +8,7 @@ |-----handy-ruler------------------------------------------------------| pip: pip (a better easy_install replacement) pip: -pip: pip is a replacement for easy_install from pysetuptools. +pip: pip is a replacement for easy_install from python-setuptools. pip: pip: Homepage: https://pip.pypa.io/ pip: -- cgit v1.2.3-80-g2a13