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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 12:03:41 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:03:41
  Author: felixonmars
Revision: 1061777

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:03:40 UTC (rev 1061776)
+++ PKGBUILD	2021-12-02 12:03:41 UTC (rev 1061777)
@@ -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=8
-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 1061772, python-requestsexceptions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:03:41 UTC (rev 1061777)
@@ -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=9
+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