[arch-commits] Commit in python-botocore/repos/community-testing-any (2 files)
Jonathan Steel
jsteel at archlinux.org
Wed Aug 1 07:26:36 UTC 2018
Date: Wednesday, August 1, 2018 @ 07:26:35
Author: jsteel
Revision: 366202
archrelease: copy trunk to community-testing-any
Added:
python-botocore/repos/community-testing-any/PKGBUILD
(from rev 366201, python-botocore/trunk/PKGBUILD)
Deleted:
python-botocore/repos/community-testing-any/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-01 07:26:27 UTC (rev 366201)
+++ PKGBUILD 2018-08-01 07:26:35 UTC (rev 366202)
@@ -1,51 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgbase=python-botocore
-pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.10.50
-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')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('a5503ae30fd3b8356d34f126ef9935cb')
-
-prepare() {
- cp -r "botocore-$pkgver" "python-botocore-$pkgver"
- cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
-}
-
-build_python-botocore() {
- cd "python-botocore-$pkgver"
-
- python setup.py build
-}
-
-build_python2-botocore() {
- cd "python2-botocore-$pkgver"
-
- python2 setup.py build
-}
-
-package_python-botocore() {
- depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-
- cd "python-botocore-$pkgver"
-
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-botocore() {
- depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils')
-
- cd "python2-botocore-$pkgver"
-
- python2 setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-botocore/repos/community-testing-any/PKGBUILD (from rev 366201, python-botocore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-01 07:26:35 UTC (rev 366202)
@@ -0,0 +1,51 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgbase=python-botocore
+pkgname=('python-botocore' 'python2-botocore')
+pkgver=1.10.67
+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')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('51917f80a15a14dce1ec84ab73db95e6')
+
+prepare() {
+ cp -r "botocore-$pkgver" "python-botocore-$pkgver"
+ cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
+}
+
+build_python-botocore() {
+ cd "python-botocore-$pkgver"
+
+ python setup.py build
+}
+
+build_python2-botocore() {
+ cd "python2-botocore-$pkgver"
+
+ python2 setup.py build
+}
+
+package_python-botocore() {
+ depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+
+ cd "python-botocore-$pkgver"
+
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-botocore() {
+ depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils')
+
+ cd "python2-botocore-$pkgver"
+
+ python2 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