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

Jonathan Steel jsteel at archlinux.org
Wed May 18 17:06:22 UTC 2016


    Date: Wednesday, May 18, 2016 @ 19:06:21
  Author: jsteel
Revision: 175632

archrelease: copy trunk to community-testing-any

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

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

Copied: python-s3transfer/repos/community-testing-any/PKGBUILD (from rev 175631, python-s3transfer/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-05-18 17:06:21 UTC (rev 175632)
@@ -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=('d7e50c1f8fa21801334562e93246c26e')
+
+build() {
+  cd s3transfer-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd s3transfer-$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