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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 11:59:28 UTC 2021


    Date: Thursday, December 2, 2021 @ 11:59:28
  Author: felixonmars
Revision: 1061668

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 11:59:26 UTC (rev 1061667)
+++ PKGBUILD	2021-12-02 11:59:28 UTC (rev 1061668)
@@ -1,31 +0,0 @@
-# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
-# Contributor: Storm Dragon <stormdragon2976 at gmail.com>
-
-pkgname=python-spake2
-pkgver=0.8
-pkgrel=9
-pkgdesc="Pure-python implementation of the SPAKE2 Password-Authenticated Key"
-arch=('any')
-url="https://github.com/warner/python-spake2"
-license=('MIT')
-depends=('python' 'python-hkdf')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/warner/python-spake2/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('908c377c831f4a11551973ca917b113d51a66c533d35fd19b2692fdb7e575ed2a5045d9b632bc55c37b68ad092f01dff5da191e9dfbfb5599b72844788438d68')
-
-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
-	install -vDm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-spake2/repos/community-staging-any/PKGBUILD (from rev 1061666, python-spake2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 11:59:28 UTC (rev 1061668)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
+# Contributor: Storm Dragon <stormdragon2976 at gmail.com>
+
+pkgname=python-spake2
+pkgver=0.8
+pkgrel=10
+pkgdesc="Pure-python implementation of the SPAKE2 Password-Authenticated Key"
+arch=('any')
+url="https://github.com/warner/python-spake2"
+license=('MIT')
+depends=('python' 'python-hkdf')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/warner/python-spake2/archive/refs/tags/v${pkgver}.tar.gz")
+sha512sums=('908c377c831f4a11551973ca917b113d51a66c533d35fd19b2692fdb7e575ed2a5045d9b632bc55c37b68ad092f01dff5da191e9dfbfb5599b72844788438d68')
+
+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
+	install -vDm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list