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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 11:18:32 UTC 2021


    Date: Wednesday, December 1, 2021 @ 11:18:32
  Author: felixonmars
Revision: 1059168

archrelease: copy trunk to community-staging-any

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

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

Copied: python-boto3/repos/community-staging-any/PKGBUILD (from rev 1059167, python-boto3/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-01 11:18:32 UTC (rev 1059168)
@@ -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.20.7
+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=('85493a85789caa5453a4dafa1472c8ecd75c05a819227909092ae03690243eb103c1588cb10e5e5277ab9df49673b9b54fda064a412bdcf6b9e11238b277f450')
+
+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