[arch-commits] Commit in python-pip/trunk (PKGBUILD python-pip.install)

Dan McGee dan at archlinux.org
Sat Oct 13 17:06:10 UTC 2012


    Date: Saturday, October 13, 2012 @ 13:06:10
  Author: dan
Revision: 168638

upgpkg: python-pip 1.2.1-2

Modified:
  python-pip/trunk/PKGBUILD
Deleted:
  python-pip/trunk/python-pip.install

--------------------+
 PKGBUILD           |    3 +--
 python-pip.install |    5 -----
 2 files changed, 1 insertion(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-13 17:05:15 UTC (rev 168637)
+++ PKGBUILD	2012-10-13 17:06:10 UTC (rev 168638)
@@ -4,7 +4,7 @@
 
 pkgname=('python-pip' 'python2-pip')
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An easy_install replacement for installing pypi python packages"
 url="http://www.pip-installer.org/"
 arch=('any')
@@ -14,7 +14,6 @@
 
 package_python-pip() {
   depends=('python' 'python-distribute')
-  install=python-pip.install
 
   cd "$srcdir/pip-$pkgver"
   python setup.py build

Deleted: python-pip.install
===================================================================
--- python-pip.install	2012-10-13 17:05:15 UTC (rev 168637)
+++ python-pip.install	2012-10-13 17:06:10 UTC (rev 168638)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [ $(vercmp $2 1.0.1) -lt 0 ]; then
-    echo "Note: Install python2-pip for continued python2 support."
-  fi
-}




More information about the arch-commits mailing list