[arch-commits] Commit in python-botocore/repos/community-any (PKGBUILD PKGBUILD)
Jonathan Steel
jsteel at archlinux.org
Thu Apr 16 14:52:13 UTC 2020
Date: Thursday, April 16, 2020 @ 14:52:13
Author: jsteel
Revision: 615336
archrelease: copy trunk to community-any
Added:
python-botocore/repos/community-any/PKGBUILD
(from rev 615335, python-botocore/trunk/PKGBUILD)
Deleted:
python-botocore/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-16 14:52:02 UTC (rev 615335)
+++ PKGBUILD 2020-04-16 14:52:13 UTC (rev 615336)
@@ -1,27 +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.15.37
-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)
-md5sums=('2b8bf5ce320320116f24454a77d47492')
-
-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 615335, python-botocore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-16 14:52:13 UTC (rev 615336)
@@ -0,0 +1,27 @@
+# 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.15.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)
+md5sums=('8bb5d7f2988d069501827c16a50fcbb5')
+
+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