From 8e9f1225f7adb13eb8d4fda13d3f4b10f00f4330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Thu, 13 May 2010 00:25:12 +0200 Subject: development/pip: Updated for version 0.6.3 --- development/pip/README | 5 ++++- development/pip/license.txt | 20 -------------------- development/pip/pip.SlackBuild | 5 ++--- development/pip/pip.info | 14 ++++++++------ development/pip/slack-desc | 2 +- 5 files changed, 15 insertions(+), 31 deletions(-) delete mode 100644 development/pip/license.txt (limited to 'development') diff --git a/development/pip/README b/development/pip/README index 8825fbc020..e87a8a3d61 100644 --- a/development/pip/README +++ b/development/pip/README @@ -14,7 +14,10 @@ pip is meant to improve on easy_install. Some of the improvements: 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) +- 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. 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/license.txt b/development/pip/license.txt deleted file mode 100644 index a8db856f10..0000000000 --- a/development/pip/license.txt +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2008 The Open Planning Project - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/development/pip/pip.SlackBuild b/development/pip/pip.SlackBuild index 8759e8ce05..b6b36418f9 100644 --- a/development/pip/pip.SlackBuild +++ b/development/pip/pip.SlackBuild @@ -4,7 +4,7 @@ # Written by Audrius Kažukauskas PRGNAM=pip -VERSION=${VERSION:-0.4} +VERSION=${VERSION:-0.6.3} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -33,11 +33,10 @@ python setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a docs/*.txt $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/license.txt > $PKG/usr/doc/$PRGNAM-$VERSION/license.txt cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/development/pip/pip.info b/development/pip/pip.info index 9e1d4e4fbf..8fae7adc34 100644 --- a/development/pip/pip.info +++ b/development/pip/pip.info @@ -1,8 +1,10 @@ PRGNAM="pip" -VERSION="0.4" -HOMEPAGE="http://pypi.python.org/pypi/pip/" -DOWNLOAD="http://pypi.python.org/packages/source/p/pip/pip-0.4.tar.gz" -MD5SUM="b45714d04f8fd38fe8e3d4c7600b91a2" -MAINTAINER="Audrius Kazukauskas" +VERSION="0.6.3" +HOMEPAGE="http://pip.openplans.org/" +DOWNLOAD="http://pypi.python.org/packages/source/p/pip/pip-0.6.3.tar.gz" +DOWNLOAD_x86_64="" +MD5SUM="0602fa9179cfaa98e41565d4a581d98c" +MD5SUM_x86_64="" +MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" -APPROVED="dsomero" +APPROVED="Erik Hanson" diff --git a/development/pip/slack-desc b/development/pip/slack-desc index c0d8cc733f..39dfde099f 100644 --- a/development/pip/slack-desc +++ b/development/pip/slack-desc @@ -10,7 +10,7 @@ pip: pip (a better easy_install replacement) pip: pip: pip is a replacement for easy_install from pysetuptools. pip: -pip: Homepage: http://pypi.python.org/pypi/pip/ +pip: Homepage: http://pip.openplans.org/ pip: pip: pip: -- cgit v1.2.3