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

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:32:17 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:32:17
  Author: foutrelis
Revision: 1060772

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:32:15 UTC (rev 1060771)
+++ PKGBUILD	2021-12-01 21:32:17 UTC (rev 1060772)
@@ -1,32 +0,0 @@
-# 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=6
-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
-}

Copied: python-authres/repos/community-staging-any/PKGBUILD (from rev 1060771, python-authres/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:32:17 UTC (rev 1060772)
@@ -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=7
+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