[arch-commits] Commit in python-botocore/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 10:07:41 UTC 2020
Date: Thursday, November 12, 2020 @ 10:07:41
Author: felixonmars
Revision: 751415
archrelease: copy trunk to community-staging-any
Added:
python-botocore/repos/community-staging-any/PKGBUILD
(from rev 751410, python-botocore/trunk/PKGBUILD)
Deleted:
python-botocore/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 10:07:39 UTC (rev 751414)
+++ PKGBUILD 2020-11-12 10:07:41 UTC (rev 751415)
@@ -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.19.13
-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' 'python-urllib3')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('463e88d9bc36e0b295b5331fb420248a')
-
-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-staging-any/PKGBUILD (from rev 751410, python-botocore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 10:07:41 UTC (rev 751415)
@@ -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.19.13
+pkgrel=3
+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=('463e88d9bc36e0b295b5331fb420248a')
+
+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