summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Audrius Kažukauskas2011-03-02 14:59:38 +0100
committer Niels Horn2011-03-02 14:59:38 +0100
commitc160381303ed2464a410a273693bf4b881ba47c6 (patch)
tree870b22aaa02b30fee63f940882828098345c925f
parent88ea2d178d685b4179d9cb9f5f4e06090ca9b845 (diff)
downloadslackbuilds-c160381303ed2464a410a273693bf4b881ba47c6.tar.gz
development/pip: Updated for version 0.8.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r--development/pip/README15
-rw-r--r--development/pip/pip.SlackBuild2
-rw-r--r--development/pip/pip.info8
3 files changed, 13 insertions, 12 deletions
diff --git a/development/pip/README b/development/pip/README
index e87a8a3d61..f2dbe460da 100644
--- a/development/pip/README
+++ b/development/pip/README
@@ -1,5 +1,5 @@
-pip is a replacement for easy_install (from pysetuptools). It uses mostly the
-same techniques for finding packages, so packages that were made
+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 meant to improve on easy_install. Some of the improvements:
@@ -12,12 +12,13 @@ pip is meant to improve on easy_install. Some of the improvements:
- Error messages should be useful.
- The code is relatively concise and cohesive, making it easier to use
programmatically.
-- Packages don't have to be installed as egg archives, they can be installed
- flat (while keeping the egg metadata).
-- Native support for other version control systems (Git, Mercurial and Bazaar).
+- Packages don't have to be installed as egg archives, they can be
+ installed flat (while keeping the egg metadata).
+- 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 (can be found at SBo), and it is
encouraged that you use virtualenv to isolate your installation.
diff --git a/development/pip/pip.SlackBuild b/development/pip/pip.SlackBuild
index f8ca5a0b42..c67e2a8484 100644
--- a/development/pip/pip.SlackBuild
+++ b/development/pip/pip.SlackBuild
@@ -4,7 +4,7 @@
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
PRGNAM=pip
-VERSION=${VERSION:-0.8.1}
+VERSION=${VERSION:-0.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/pip/pip.info b/development/pip/pip.info
index 3b2f108cc1..d199b7b0b1 100644
--- a/development/pip/pip.info
+++ b/development/pip/pip.info
@@ -1,10 +1,10 @@
PRGNAM="pip"
-VERSION="0.8.1"
+VERSION="0.8.2"
HOMEPAGE="http://pip.openplans.org/"
-DOWNLOAD="http://pypi.python.org/packages/source/p/pip/pip-0.8.1.tar.gz"
-MD5SUM="5d40614774781b118dd3f10c0d038cbc"
+DOWNLOAD="http://pypi.python.org/packages/source/p/pip/pip-0.8.2.tar.gz"
+MD5SUM="df1eca0abe7643d92b5222240bed15f6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"
-APPROVED="dsomero"
+APPROVED="Niels Horn"