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

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 9 18:30:14 UTC 2020


    Date: Monday, November 9, 2020 @ 18:30:13
  Author: foutrelis
Revision: 748022

archrelease: copy trunk to community-staging-any

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

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

Copied: python-boto3/repos/community-staging-any/PKGBUILD (from rev 748021, python-boto3/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-09 18:30:13 UTC (rev 748022)
@@ -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.16.13
+pkgrel=2
+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=('ed7f58fe7529e6ec34f1a3d8d173fce532fe4ee7185657b1dc41186eb42a506d55f2803f69ea0b6ae216a6590f33ad15fff0c31975a6002566b54d7b187d5edc')
+
+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