[arch-commits] Commit in python-boto3/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jan 18 04:54:10 UTC 2018
Date: Thursday, January 18, 2018 @ 04:54:09
Author: felixonmars
Revision: 283801
archrelease: copy trunk to community-any
Added:
python-boto3/repos/community-any/PKGBUILD
(from rev 283800, python-boto3/trunk/PKGBUILD)
Deleted:
python-boto3/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-18 04:53:46 UTC (rev 283800)
+++ PKGBUILD 2018-01-18 04:54:09 UTC (rev 283801)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-boto3
-pkgver=1.5.16
-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=('76a1121d7acd124befe96ff009d89c848cda10254ae10315db7179601ac155ee573c3a1945a7b764d2fdf9077039e4f38cf81f0cefb63486ca5c1cf131f4f3de')
-
-build() {
- cd "$srcdir"/boto3-$pkgver
- python setup.py build
-}
-
-check() {
- cd "$srcdir"/boto3-$pkgver
- # scripts/ci/run-tests
-}
-
-package() {
- cd boto3-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-boto3/repos/community-any/PKGBUILD (from rev 283800, python-boto3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-01-18 04:54:09 UTC (rev 283801)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-boto3
+pkgver=1.5.18
+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=('fac6a65f43e884c1af42844a55769da6968980f9b8ce32f2bb24ef054175640f74ff539b5efd1277e198046563f439130d367b388ae2aa7fec0a703727991ed4')
+
+build() {
+ cd "$srcdir"/boto3-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd "$srcdir"/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