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

Felix Yan felixonmars at archlinux.org
Tue Dec 27 06:50:57 UTC 2016


    Date: Tuesday, December 27, 2016 @ 06:50:56
  Author: felixonmars
Revision: 202980

archrelease: copy trunk to community-staging-any

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

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

Copied: python-s3transfer/repos/community-staging-any/PKGBUILD (from rev 202979, python-s3transfer/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-27 06:50:56 UTC (rev 202980)
@@ -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.10
+pkgrel=2
+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=('25d8d4d134d9b820b58e139803330e8a')
+
+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