Date: Saturday, March 11, 2023 @ 06:31:42
  Author: yan12125
Revision: 1418520

archrelease: copy trunk to community-testing-any

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

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

Copied: python-boto3/repos/community-testing-any/PKGBUILD (from rev 1418519, 
python-boto3/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2023-03-11 06:31:42 UTC (rev 1418520)
@@ -0,0 +1,33 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Felix Yan <[email protected]>
+
+pkgname=python-boto3
+# UPDATE_BLOCKED: blocked as python-botocore is blocked
+pkgver=1.26.89
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+depends=('python' 'python-botocore' 'python-jmespath' 'python-s3transfer')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-xdist')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
+sha512sums=('02ee02b05023e9184f779ab8ff21afa6f7e56f7d2e883d021b2567676c5fc57cad6b475d55316a2017c2a837c41d2f5604824f440060e2f96804c5a61ccdd143')
+
+build() {
+  cd boto3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd boto3-$pkgver
+  # Many integration tests need real credentials
+  pytest tests -n auto --ignore=tests/integration
+}
+
+package() {
+  cd boto3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Reply via email to