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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 15:15:56 UTC 2020


    Date: Wednesday, November 11, 2020 @ 15:15:55
  Author: foutrelis
Revision: 751035

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 15:15:54 UTC (rev 751034)
+++ PKGBUILD	2020-11-11 15:15:55 UTC (rev 751035)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-requestsexceptions
-pkgver=1.4.0
-pkgrel=6
-pkgdesc="Import exceptions from potentially bundled packages in requests."
-arch=('any')
-url="https://github.com/openstack-infra/requestsexceptions"
-license=('Apache')
-depends=('python-requests')
-makedepends=('python-pbr')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack-infra/requestsexceptions/archive/$pkgver.tar.gz")
-sha512sums=('fb7cf432584963eee659b7294a11b4d0a1d1dd850bfccdac7a1d7014b6e97a5330553436df58c034088c8a2096b14bfe40ded7e128a5d8741114265c935cd02f')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd requestsexceptions-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd requestsexceptions-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-requestsexceptions/repos/community-staging-any/PKGBUILD (from rev 751034, python-requestsexceptions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 15:15:55 UTC (rev 751035)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-requestsexceptions
+pkgver=1.4.0
+pkgrel=7
+pkgdesc="Import exceptions from potentially bundled packages in requests."
+arch=('any')
+url="https://github.com/openstack-infra/requestsexceptions"
+license=('Apache')
+depends=('python-requests')
+makedepends=('python-pbr')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack-infra/requestsexceptions/archive/$pkgver.tar.gz")
+sha512sums=('fb7cf432584963eee659b7294a11b4d0a1d1dd850bfccdac7a1d7014b6e97a5330553436df58c034088c8a2096b14bfe40ded7e128a5d8741114265c935cd02f')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd requestsexceptions-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd requestsexceptions-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list