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

Felix Yan felixonmars at archlinux.org
Sun Jun 11 07:55:20 UTC 2017


    Date: Sunday, June 11, 2017 @ 07:55:19
  Author: felixonmars
Revision: 236155

archrelease: copy trunk to community-any

Added:
  python-boto3/repos/community-any/
  python-boto3/repos/community-any/PKGBUILD
    (from rev 236154, python-boto3/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 236154, python-boto3/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2017-06-11 07:55:19 UTC (rev 236155)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-boto3
+pkgver=1.4.4
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+makedepends=('python-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz")
+sha512sums=('948d753809e41bad39fdf3da9646b62ff2fbc9d23966cdd0e46b2df18b07ff8c8af11bb777aa0cd1fea5bcdbc2d43f3f3d06012e30327e3c55b36f7bba815a61')
+
+build() {
+  cd "$srcdir"/boto3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package() {
+  depends=('python-botocore')
+
+  cd boto3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
\ No newline at end of file



More information about the arch-commits mailing list