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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 18:42:26 UTC 2021


    Date: Thursday, December 2, 2021 @ 18:42:26
  Author: felixonmars
Revision: 1062171

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 18:42:18 UTC (rev 1062170)
+++ PKGBUILD	2021-12-02 18:42:26 UTC (rev 1062171)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: twa022 <twa022 at gmail dot com>
-
-_pkgname=hawkauthlib
-pkgname=python-hawkauthlib
-pkgver=2.0.0
-pkgrel=9
-pkgdesc='Low-level python library for implementing MAC Access Authentication'
-arch=('any')
-url='https://github.com/mozilla-services/hawkauthlib'
-license=('MPL2')
-depends=('python-webob')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-requests')
-source=("https://github.com/mozilla-services/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('5ad32548bffdf328284c4fb56770ed7a1a39309aa8639be95759df05aec7e6d1')
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver 
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-hawkauthlib/repos/community-staging-any/PKGBUILD (from rev 1062170, python-hawkauthlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 18:42:26 UTC (rev 1062171)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: twa022 <twa022 at gmail dot com>
+
+_pkgname=hawkauthlib
+pkgname=python-hawkauthlib
+pkgver=2.0.0
+pkgrel=10
+pkgdesc='Low-level python library for implementing MAC Access Authentication'
+arch=('any')
+url='https://github.com/mozilla-services/hawkauthlib'
+license=('MPL2')
+depends=('python-webob')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-requests')
+source=("https://github.com/mozilla-services/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('5ad32548bffdf328284c4fb56770ed7a1a39309aa8639be95759df05aec7e6d1')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver 
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list