Date: Thursday, November 28, 2013 @ 03:36:00 Author: fyan Revision: 101576
archrelease: copy trunk to community-any Added: python-boto/repos/community-any/LICENSE (from rev 101575, python-boto/trunk/LICENSE) python-boto/repos/community-any/PKGBUILD (from rev 101575, python-boto/trunk/PKGBUILD) Deleted: python-boto/repos/community-any/LICENSE python-boto/repos/community-any/PKGBUILD ----------+ LICENSE | 38 +++++++++++++++---------------- PKGBUILD | 74 ++++++++++++++++++++++++++++++------------------------------- 2 files changed, 56 insertions(+), 56 deletions(-) Deleted: LICENSE =================================================================== --- LICENSE 2013-11-28 02:35:14 UTC (rev 101575) +++ LICENSE 2013-11-28 02:36:00 UTC (rev 101576) @@ -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. Copied: python-boto/repos/community-any/LICENSE (from rev 101575, python-boto/trunk/LICENSE) =================================================================== --- LICENSE (rev 0) +++ LICENSE 2013-11-28 02:36:00 UTC (rev 101576) @@ -0,0 +1,19 @@ +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. Deleted: PKGBUILD =================================================================== --- PKGBUILD 2013-11-28 02:35:14 UTC (rev 101575) +++ PKGBUILD 2013-11-28 02:36:00 UTC (rev 101576) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@gmail.com> -# Maintainer: Kaiting Chen <kaitocr...@gmail.com> -# Maintainer: Aaron Schaefer <aa...@elasticdog.com> - -pkgbase=python-boto -pkgname=python2-boto -pkgver=2.18.0 -pkgrel=1 -pkgdesc='A Python interface to Amazon Web Services (AWS)' -arch=('any') -url='https://github.com/boto/boto' -license=('MIT') -depends=('python2') -makedepends=('python2-setuptools') -conflicts=('python-boto>=2.5.2-1') -replaces=('python-boto>=2.5.2-1') -source=("http://github.com/boto/boto/archive/${pkgver}.tar.gz" - 'LICENSE') - -prepare() { - cd boto-$pkgver - - # python2 fix - find . -name '*.py' -type f -print0 | xargs -0 \ - sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' -} - -package_python2-boto() { - cd boto-$pkgver - - python2 setup.py install --root="$pkgdir" - install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -sha512sums=('a8ac914eef7c6a70a2faed54896f01490e607455baa9e6cc59d88046046ef7c5953845d020724d1865874165a437ab8a09592dd787040cc84bd6a5fbb0474ed3' - '1d7ec138faa438b8302b9d15a5b8ec80dcda4b9854408095cf01f83b6d131cf6e567e564b888fdddab087953a595d85487435bb8aca445354bd0be14676a3a8d') Copied: python-boto/repos/community-any/PKGBUILD (from rev 101575, python-boto/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2013-11-28 02:36:00 UTC (rev 101576) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@gmail.com> +# Maintainer: Kaiting Chen <kaitocr...@gmail.com> +# Maintainer: Aaron Schaefer <aa...@elasticdog.com> + +pkgbase=python-boto +pkgname=python2-boto +pkgver=2.19.0 +pkgrel=1 +pkgdesc='A Python interface to Amazon Web Services (AWS)' +arch=('any') +url='https://github.com/boto/boto' +license=('MIT') +depends=('python2') +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') + +prepare() { + cd boto + + # python2 fix + find . -name '*.py' -type f -print0 | xargs -0 \ + sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' +} + +package_python2-boto() { + cd boto + + python2 setup.py install --root="$pkgdir" + install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +sha512sums=('SKIP' + '1d7ec138faa438b8302b9d15a5b8ec80dcda4b9854408095cf01f83b6d131cf6e567e564b888fdddab087953a595d85487435bb8aca445354bd0be14676a3a8d')