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

Jonathan Steel jsteel at archlinux.org
Wed Aug 3 12:05:00 UTC 2016


    Date: Wednesday, August 3, 2016 @ 12:05:00
  Author: jsteel
Revision: 184982

archrelease: copy trunk to community-testing-any

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

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

Copied: python-s3transfer/repos/community-testing-any/PKGBUILD (from rev 184981, python-s3transfer/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-08-03 12:05:00 UTC (rev 184982)
@@ -0,0 +1,28 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+
+pkgname=python-s3transfer
+pkgver=0.1.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=('4c7a75f8297bb05c6e546c4863514d20')
+
+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