[arch-commits] Commit in python-requestsexceptions/repos/community-any (2 files)

Felix Yan felixonmars at archlinux.org
Fri Feb 2 13:41:15 UTC 2018


    Date: Friday, February 2, 2018 @ 13:41:13
  Author: felixonmars
Revision: 288558

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-02 13:40:43 UTC (rev 288557)
+++ PKGBUILD	2018-02-02 13:41:13 UTC (rev 288558)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgbase=python-requestsexceptions
-pkgname=(python-requestsexceptions python2-requestsexceptions)
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Import exceptions from potentially bundled packages in requests."
-arch=('any')
-url="https://github.com/openstack-infra/requestsexceptions"
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-requests'
-             'python2-requests')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-infra/requestsexceptions/archive/$pkgver.tar.gz")
-sha512sums=('acae76c2dca030db0eb89f6fc45bf14d61646610551c7694cd406c7fc466bcd9c229631f324dccfb06475aa1c7100bd909d2e38a2b7eb91755a814bd8e216f97')
-
-prepare() {
-  cp -a requestsexceptions-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/requestsexceptions-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/requestsexceptions-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-requestsexceptions() {
-  depends=('python-requests')
-
-  cd "$srcdir"/requestsexceptions-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-requestsexceptions() {
-  depends=('python2-requests')
-
-  cd "$srcdir"/requestsexceptions-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-requestsexceptions/repos/community-any/PKGBUILD (from rev 288557, python-requestsexceptions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-02 13:41:13 UTC (rev 288558)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgbase=python-requestsexceptions
+pkgname=(python-requestsexceptions python2-requestsexceptions)
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Import exceptions from potentially bundled packages in requests."
+arch=('any')
+url="https://github.com/openstack-infra/requestsexceptions"
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-requests'
+             'python2-requests')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-infra/requestsexceptions/archive/$pkgver.tar.gz")
+sha512sums=('fb7cf432584963eee659b7294a11b4d0a1d1dd850bfccdac7a1d7014b6e97a5330553436df58c034088c8a2096b14bfe40ded7e128a5d8741114265c935cd02f')
+
+prepare() {
+  cp -a requestsexceptions-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/requestsexceptions-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/requestsexceptions-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-requestsexceptions() {
+  depends=('python-requests')
+
+  cd "$srcdir"/requestsexceptions-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-requestsexceptions() {
+  depends=('python2-requests')
+
+  cd "$srcdir"/requestsexceptions-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list