[arch-commits] Commit in python-authres/repos/community-any (PKGBUILD PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Sun Aug 4 16:08:35 UTC 2019


    Date: Sunday, August 4, 2019 @ 16:08:35
  Author: polyzen
Revision: 497368

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-04 16:08:16 UTC (rev 497367)
+++ PKGBUILD	2019-08-04 16:08:35 UTC (rev 497368)
@@ -1,33 +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.1.1
-pkgrel=1
-pkgdesc='Python Authentication-Results headers generation and parsing'
-arch=('any')
-url=http://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")
-sha512sums=('61e73e85e524279d5db37375fbe7b1fcf65a24280ef61124a94e4236ce477c225637690e9d424f5ee3fef8b9cd3d26c6d512dfa3c1c8491fa4f4bf266f88ac80')
- 
-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-any/PKGBUILD (from rev 497367, python-authres/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-04 16:08:35 UTC (rev 497368)
@@ -0,0 +1,33 @@
+# 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=1
+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