[arch-commits] Commit in python-botocore/repos/community-any (PKGBUILD PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Fri Jan 25 12:58:55 UTC 2019


    Date: Friday, January 25, 2019 @ 12:58:54
  Author: jsteel
Revision: 427742

archrelease: copy trunk to community-any

Added:
  python-botocore/repos/community-any/PKGBUILD
    (from rev 427741, python-botocore/trunk/PKGBUILD)
Deleted:
  python-botocore/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-25 12:58:40 UTC (rev 427741)
+++ PKGBUILD	2019-01-25 12:58:54 UTC (rev 427742)
@@ -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.12.79
-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=('89a91453a8e4ecc32bc3eba0a453113e')
-
-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' 'python-urllib3')
-
-  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' 'python2-urllib3')
-
-  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-any/PKGBUILD (from rev 427741, python-botocore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-25 12:58:54 UTC (rev 427742)
@@ -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.12.85
+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=('a703e07d9bcb4cda5db3256a9a9e8a40')
+
+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' 'python-urllib3')
+
+  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' 'python2-urllib3')
+
+  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