[arch-commits] Commit in python-hawkauthlib/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sat Oct 26 05:30:55 UTC 2019
Date: Saturday, October 26, 2019 @ 05:30:54
Author: felixonmars
Revision: 520105
archrelease: copy trunk to community-staging-any
Added:
python-hawkauthlib/repos/community-staging-any/
python-hawkauthlib/repos/community-staging-any/PKGBUILD
(from rev 520103, python-hawkauthlib/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: python-hawkauthlib/repos/community-staging-any/PKGBUILD (from rev 520103, python-hawkauthlib/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-10-26 05:30:54 UTC (rev 520105)
@@ -0,0 +1,24 @@
+# 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=4
+pkgdesc="Low-level library for implementing MAC Access Authentication"
+arch=('any')
+url="https://github.com/mozilla-services/hawkauthlib"
+license=('MPL2')
+depends=('python-requests' 'python-webob')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mozilla-services/$_pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('5ad32548bffdf328284c4fb56770ed7a1a39309aa8639be95759df05aec7e6d1')
+
+build() {
+ cd $_pkgname-$pkgver
+ python3 setup.py build
+}
+
+package() {
+ cd $_pkgname-$pkgver
+ python3 setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list