[arch-commits] Commit in python-botocore/repos/community-any (PKGBUILD PKGBUILD)
Jonathan Steel
jsteel at archlinux.org
Sat Dec 14 08:49:30 UTC 2019
Date: Saturday, December 14, 2019 @ 08:49:29
Author: jsteel
Revision: 537621
archrelease: copy trunk to community-any
Added:
python-botocore/repos/community-any/PKGBUILD
(from rev 537620, python-botocore/trunk/PKGBUILD)
Deleted:
python-botocore/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-14 08:49:21 UTC (rev 537620)
+++ PKGBUILD 2019-12-14 08:49:29 UTC (rev 537621)
@@ -1,34 +0,0 @@
-# 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.13.34
-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' 'python-urllib3')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
- $pkgname-cap-dateutil-version.patch::https://github.com/boto/botocore/commit/e87e7a745f.patch)
-md5sums=('8f5c3f2991e3ba57718b0e0b8df14ce9'
- '11307e5c6eddd77cc5ea4be17550a4a7')
-
-prepare() {
- cd botocore-$pkgver
- patch -Rp1 -i ../$pkgname-cap-dateutil-version.patch
-}
-
-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
-}
Copied: python-botocore/repos/community-any/PKGBUILD (from rev 537620, python-botocore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-14 08:49:29 UTC (rev 537621)
@@ -0,0 +1,34 @@
+# 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.13.39
+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' 'python-urllib3')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
+ $pkgname-cap-dateutil-version.patch::https://github.com/boto/botocore/commit/e87e7a745f.patch)
+md5sums=('5d41b0a0ce8aba26f6c1c5b66e9494d9'
+ '11307e5c6eddd77cc5ea4be17550a4a7')
+
+prepare() {
+ cd botocore-$pkgver
+ patch -Rp1 -i ../$pkgname-cap-dateutil-version.patch
+}
+
+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