[arch-commits] Commit in python-authres/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Nov 9 15:59:40 UTC 2020
Date: Monday, November 9, 2020 @ 15:59:40
Author: foutrelis
Revision: 747287
archrelease: copy trunk to community-staging-any
Added:
python-authres/repos/community-staging-any/
python-authres/repos/community-staging-any/PKGBUILD
(from rev 747286, python-authres/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: python-authres/repos/community-staging-any/PKGBUILD (from rev 747286, python-authres/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-09 15:59:40 UTC (rev 747287)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Rich Li <rich at dranek com>
+# Contributor: Thomas Haider <t.haider at deprecate.de>
+# Contributor: Filip S. Adamsen <fsa [at] fsadev [dot] com>
+# Contributor: Samed Beyribey <ras0ir at eventualis.org>
+
+pkgname=python-authres
+pkgver=1.2.0
+pkgrel=4
+pkgdesc='Python Authentication-Results headers generation and parsing'
+arch=('any')
+url=https://launchpad.net/authentication-results-python
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/a/authres/authres-$pkgver.tar.gz")
+sha256sums=('93d1b995ad7ce21e62db649f361048125dd6022563a0ae8a23909465f1fd25b7')
+
+build() {
+ cd authres-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd authres-$pkgver
+ python -m authres -v
+}
+
+package() {
+ cd authres-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list