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

Dan McGee dan at archlinux.org
Wed Mar 16 14:20:04 UTC 2011


    Date: Wednesday, March 16, 2011 @ 10:20:04
  Author: dan
Revision: 115039

upgpkg: python-pip 0.8.3-1
upgrade to 0.8.3

Added:
  python-pip/trunk/LICENSE.txt
Modified:
  python-pip/trunk/PKGBUILD

-------------+
 LICENSE.txt |   21 +++++++++++++++++++++
 PKGBUILD    |   14 +++++++++-----
 2 files changed, 30 insertions(+), 5 deletions(-)

Added: LICENSE.txt
===================================================================
--- LICENSE.txt	                        (rev 0)
+++ LICENSE.txt	2011-03-16 14:20:04 UTC (rev 115039)
@@ -0,0 +1,21 @@
+Copyright (c) 2008-2010 Ian Bicking and Contributors
+Copyright (c) 2011 The virtualenv developers
+
+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.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-16 11:58:25 UTC (rev 115038)
+++ PKGBUILD	2011-03-16 14:20:04 UTC (rev 115039)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet <binet at lblbox>
 
 pkgname=python-pip
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="An easy_install replacement for installing pypi python packages"
 url="http://pypi.python.org/pypi/pip"
@@ -15,9 +15,8 @@
 replaces=('python-pyinstall')
 backup=()
 install=
-source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-md5sums=('df1eca0abe7643d92b5222240bed15f6')
-sha256sums=('f80a3549c048bc3bbcb47844826e9c7c6fcd87e77b92bef0d9e66d1b397c4962')
+source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz
+        LICENSE.txt)
 
 build() {
   cd "$srcdir/pip-$pkgver"
@@ -31,6 +30,11 @@
   sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \
     ${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
   
-  install -D -m644 docs/license.txt \
+  install -D -m644 "$srcdir/LICENSE.txt" \
 	  "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
+
+md5sums=('0603337a81f83df2b1d2f1151565efac'
+         '2077e96dc6ee88d987bfb7ccb2e2bf44')
+sha256sums=('1be2e18edd38aa75b5e4ef38a99ec33ba9247177cfcb4a6d2d2b3e73430e3001'
+            'e5eaf3393dd7d6f34e1bc6de6c35654df33fa5a2d41044b5e7530c217c04421f')




More information about the arch-commits mailing list