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

Jonathan Steel jsteel at archlinux.org
Tue Oct 4 09:20:38 UTC 2016


    Date: Tuesday, October 4, 2016 @ 09:20:38
  Author: jsteel
Revision: 191297

archrelease: copy trunk to community-testing-any

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

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

Copied: python-botocore/repos/community-testing-any/PKGBUILD (from rev 191296, python-botocore/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-10-04 09:20:38 UTC (rev 191297)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.4.58
+pkgrel=1
+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-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('8fd1c3cc403be4935d69423c047118e3')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$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