[arch-commits] Commit in python-boto3/repos (2 files)

Jonathan Steel jsteel at archlinux.org
Sun Nov 10 21:35:57 UTC 2019


    Date: Sunday, November 10, 2019 @ 21:35:57
  Author: jsteel
Revision: 526575

archrelease: copy trunk to community-testing-x86_64

Added:
  python-boto3/repos/community-testing-x86_64/
  python-boto3/repos/community-testing-x86_64/PKGBUILD
    (from rev 526574, python-boto3/trunk/PKGBUILD)

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

Copied: python-boto3/repos/community-testing-x86_64/PKGBUILD (from rev 526574, python-boto3/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-11-10 21:35:57 UTC (rev 526575)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-boto3
+pkgname=python-boto3
+pkgver=1.10.14
+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=('6419bdf514bc09924567d7be53acd66c6896f2410acf8f1ce8c96a6b10feb8eb8f411e0c2a2e4de0a2cebb922546c10db88ec5fce5ef5945406ace71ae03d7bd')
+
+build() {
+  cd boto3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package() {
+  cd boto3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list