[arch-commits] Commit in (6 files)

Jonathan Steel jsteel at archlinux.org
Wed May 18 17:01:39 UTC 2016


    Date: Wednesday, May 18, 2016 @ 19:01:39
  Author: jsteel
Revision: 175630

Update deps for aws-cli/python-botocore

Added:
  python-s3transfer/
  python-s3transfer/repos/
  python-s3transfer/trunk/
  python-s3transfer/trunk/PKGBUILD
Modified:
  aws-cli/trunk/PKGBUILD
  python-botocore/trunk/PKGBUILD

----------------------------------+
 aws-cli/trunk/PKGBUILD           |    5 +++--
 python-botocore/trunk/PKGBUILD   |    4 ++--
 python-s3transfer/trunk/PKGBUILD |   28 ++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+), 4 deletions(-)

Modified: aws-cli/trunk/PKGBUILD
===================================================================
--- aws-cli/trunk/PKGBUILD	2016-05-18 16:34:47 UTC (rev 175629)
+++ aws-cli/trunk/PKGBUILD	2016-05-18 17:01:39 UTC (rev 175630)
@@ -4,13 +4,14 @@
 
 pkgname=aws-cli
 pkgver=1.10.30
-pkgrel=1
+pkgrel=2
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
 url="https://github.com/aws/aws-cli"
 license=('Apache')
 depends=('python-botocore' 'python-dateutil' 'python-jmespath'
-         'python-colorama' 'python-docutils' 'python-rsa')
+         'python-colorama' 'python-docutils' 'python-rsa'
+         'python-s3transfer')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
 md5sums=('133b2501fccbbb1c6080115e9bbbd805')

Modified: python-botocore/trunk/PKGBUILD
===================================================================
--- python-botocore/trunk/PKGBUILD	2016-05-18 16:34:47 UTC (rev 175629)
+++ python-botocore/trunk/PKGBUILD	2016-05-18 17:01:39 UTC (rev 175630)
@@ -5,12 +5,12 @@
 
 pkgname=python-botocore
 pkgver=1.4.20
-pkgrel=1
+pkgrel=2
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
 url="https://github.com/boto/botocore"
 license=('Apache')
-depends=('python')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
 md5sums=('558d123fb987265d5537570f93653b76')

Added: python-s3transfer/trunk/PKGBUILD
===================================================================
--- python-s3transfer/trunk/PKGBUILD	                        (rev 0)
+++ python-s3transfer/trunk/PKGBUILD	2016-05-18 17:01:39 UTC (rev 175630)
@@ -0,0 +1,28 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+
+pkgname=python-s3transfer
+pkgver=0.0.1
+pkgrel=1
+pkgdesc='Amazon S3 Transfer Manager for Python'
+arch=('any')
+url="https://github.com/boto/s3transfer"
+license=('Apache')
+depends=('python-botocore')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('133b2501fccbbb1c6080115e9bbbd805')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list