[arch-commits] Commit in python-s3transfer/repos (2 files)
Jonathan Steel
jsteel at archlinux.org
Tue Oct 4 09:19:23 UTC 2016
Date: Tuesday, October 4, 2016 @ 09:19:23
Author: jsteel
Revision: 191295
archrelease: copy trunk to community-testing-any
Added:
python-s3transfer/repos/community-testing-any/
python-s3transfer/repos/community-testing-any/PKGBUILD
(from rev 191294, python-s3transfer/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: python-s3transfer/repos/community-testing-any/PKGBUILD (from rev 191294, python-s3transfer/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2016-10-04 09:19:23 UTC (rev 191295)
@@ -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.5
+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=('26003e4a61813f58f939b45b8906712f')
+
+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