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

Felix Yan fyan at nymeria.archlinux.org
Fri Mar 7 02:15:18 UTC 2014


    Date: Friday, March 7, 2014 @ 03:15:17
  Author: fyan
Revision: 106742

upgpkg: python-boto 2.27.0-1

- use LICENSE file in the repository instead

Modified:
  python-boto/trunk/PKGBUILD
Deleted:
  python-boto/trunk/LICENSE

----------+
 LICENSE  |   19 -------------------
 PKGBUILD |   10 ++++------
 2 files changed, 4 insertions(+), 25 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2014-03-06 21:44:30 UTC (rev 106741)
+++ LICENSE	2014-03-07 02:15:17 UTC (rev 106742)
@@ -1,19 +0,0 @@
-Copyright (c) 2007 Mitch Garnaat
-
-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	2014-03-06 21:44:30 UTC (rev 106741)
+++ PKGBUILD	2014-03-07 02:15:17 UTC (rev 106742)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=python2-boto
-pkgver=2.26.1
+pkgver=2.27.0
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')
@@ -15,8 +15,7 @@
 makedepends=('python2-setuptools' 'git')
 conflicts=('python-boto>=2.5.2-1')
 replaces=('python-boto>=2.5.2-1')
-source=("git+https://github.com/boto/boto.git#tag=$pkgver"
-        'LICENSE')
+source=("git+https://github.com/boto/boto.git#tag=$pkgver")
 
 prepare() {
   cd boto
@@ -30,8 +29,7 @@
   cd boto
 
   python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-sha512sums=('SKIP'
-            '1d7ec138faa438b8302b9d15a5b8ec80dcda4b9854408095cf01f83b6d131cf6e567e564b888fdddab087953a595d85487435bb8aca445354bd0be14676a3a8d')
+sha512sums=('SKIP')




More information about the arch-commits mailing list