[arch-commits] Commit in python-boto/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Sat May 31 03:30:56 UTC 2014


    Date: Saturday, May 31, 2014 @ 05:30:56
  Author: fyan
Revision: 112296

archrelease: copy trunk to community-any

Added:
  python-boto/repos/community-any/PKGBUILD
    (from rev 112295, python-boto/trunk/PKGBUILD)
Deleted:
  python-boto/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-31 03:30:00 UTC (rev 112295)
+++ PKGBUILD	2014-05-31 03:30:56 UTC (rev 112296)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Aaron Schaefer <aaron at elasticdog.com>
-
-pkgbase=python-boto
-pkgname=python2-boto
-pkgver=2.29.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')
-checkdepends=('python2-nose' 'python2-mock' 'python2-requests' 'python2-httpretty')
-conflicts=('python-boto>=2.5.2-1')
-replaces=('python-boto>=2.5.2-1')
-source=("git+https://github.com/boto/boto.git#tag=$pkgver")
-
-prepare() {
-  cd boto
-
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-    sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-check() {
-  cd boto
-  python2 tests/test.py tests/unit
-}
-
-package_python2-boto() {
-  cd boto
-
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-sha512sums=('SKIP')

Copied: python-boto/repos/community-any/PKGBUILD (from rev 112295, python-boto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-31 03:30:56 UTC (rev 112296)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgbase=python-boto
+pkgname=python2-boto
+pkgver=2.29.1
+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')
+checkdepends=('python2-nose' 'python2-mock' 'python2-requests' 'python2-httpretty')
+conflicts=('python-boto>=2.5.2-1')
+replaces=('python-boto>=2.5.2-1')
+source=("git+https://github.com/boto/boto.git#tag=$pkgver")
+
+prepare() {
+  cd boto
+
+  # python2 fix
+  find . -name '*.py' -type f -print0 | xargs -0 \
+    sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
+}
+
+check() {
+  cd boto
+  python2 tests/test.py tests/unit
+}
+
+package_python2-boto() {
+  cd boto
+
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+sha512sums=('SKIP')




More information about the arch-commits mailing list