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

Ángel Velásquez angvp at nymeria.archlinux.org
Sat Aug 17 10:47:41 UTC 2013


    Date: Saturday, August 17, 2013 @ 12:47:41
  Author: angvp
Revision: 193162

upgpkg: python-pip 1.4.1-2

Changed dependencies to setuptools instead distribute

Modified:
  python-pip/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-17 10:47:25 UTC (rev 193161)
+++ PKGBUILD	2013-08-17 10:47:41 UTC (rev 193162)
@@ -4,16 +4,16 @@
 
 pkgname=('python-pip' 'python2-pip')
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An easy_install replacement for installing pypi python packages"
 url="http://www.pip-installer.org/"
 arch=('any')
 license=('MIT')
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
 
 package_python-pip() {
-  depends=('python' 'python-distribute')
+  depends=('python' 'python-setuptools')
 
   cd "$srcdir/pip-$pkgver"
   python setup.py build
@@ -26,7 +26,7 @@
 }
 
 package_python2-pip() {
-  depends=('python2' 'python2-distribute')
+  depends=('python2' 'python2-setuptools')
   conflicts=('python-pyinstall')
   replaces=('python-pyinstall')
 




More information about the arch-commits mailing list