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

Jonathan Steel jsteel at archlinux.org
Wed May 18 15:54:32 UTC 2016


    Date: Wednesday, May 18, 2016 @ 17:54:32
  Author: jsteel
Revision: 175619

archrelease: copy trunk to community-testing-any

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

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

Copied: python-botocore/repos/community-testing-any/PKGBUILD (from rev 175618, python-botocore/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-05-18 15:54:32 UTC (rev 175619)
@@ -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.20
+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')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('558d123fb987265d5537570f93653b76')
+
+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