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

Dan McGee dan at archlinux.org
Wed Dec 24 16:29:49 UTC 2014


    Date: Wednesday, December 24, 2014 @ 17:29:49
  Author: dan
Revision: 228019

upgpkg: python-pip 6.0.3-1

Let's go through testing first with this relatively major upgrade.

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-24 14:44:26 UTC (rev 228018)
+++ PKGBUILD	2014-12-24 16:29:49 UTC (rev 228019)
@@ -3,14 +3,16 @@
 # Contributor: Sebastien Binet <binet at lblbox>
 
 pkgname=('python-pip' 'python2-pip')
-pkgver=1.5.6
-pkgrel=2
-pkgdesc="An easy_install replacement for installing pypi python packages"
+pkgver=6.0.3
+pkgrel=1
+pkgdesc="The PyPA recommended tool for installing Python packages"
 url="https://pip.pypa.io/"
 arch=('any')
 license=('MIT')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
+md5sums=('1ca6788e57a176abbdf6d99d69f54ae0')
+sha256sums=('b091a35f5fa0faffac0b27b97e1e1e93ffe63b463c2ea8dbde0c1fb987933614')
 
 package_python-pip() {
   depends=('python' 'python-setuptools')
@@ -40,6 +42,3 @@
   install -D -m644 LICENSE.txt \
 	  "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-md5sums=('01026f87978932060cc86c1dc527903e')
-sha256sums=('b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c')



More information about the arch-commits mailing list