[arch-commits] Commit in python-botocore/repos (2 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Mon Dec 26 09:54:18 UTC 2016
Date: Monday, December 26, 2016 @ 09:54:17
Author: bpiotrowski
Revision: 202659
archrelease: copy trunk to community-staging-any
Added:
python-botocore/repos/community-staging-any/
python-botocore/repos/community-staging-any/PKGBUILD
(from rev 202658, python-botocore/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: python-botocore/repos/community-staging-any/PKGBUILD (from rev 202658, python-botocore/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2016-12-26 09:54:17 UTC (rev 202659)
@@ -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.91
+pkgrel=2
+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=('caf4a8bde76b92cfcd97c65f5a12fda2')
+
+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