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

Dan McGee dan at nymeria.archlinux.org
Wed May 22 18:31:11 UTC 2013


    Date: Wednesday, May 22, 2013 @ 20:31:10
  Author: dan
Revision: 186244

upgpkg: python-pip 1.3.1-2

Clean up distribute dependency

Modified:
  python-pip/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-22 18:25:16 UTC (rev 186243)
+++ PKGBUILD	2013-05-22 18:31:10 UTC (rev 186244)
@@ -4,7 +4,7 @@
 
 pkgname=('python-pip' 'python2-pip')
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An easy_install replacement for installing pypi python packages"
 url="http://www.pip-installer.org/"
 arch=('any')
@@ -13,7 +13,7 @@
 source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
 
 package_python-pip() {
-  depends=('python' 'python-distribute')
+  depends=('python')
 
   cd "$srcdir/pip-$pkgver"
   python setup.py build
@@ -26,7 +26,7 @@
 }
 
 package_python2-pip() {
-  depends=('python2' 'python2-distribute')
+  depends=('python2')
   conflicts=('python-pyinstall')
   replaces=('python-pyinstall')
 




More information about the arch-commits mailing list