[arch-commits] Commit in python-argon2_cffi/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed May 27 17:26:53 UTC 2020


    Date: Wednesday, May 27, 2020 @ 17:26:53
  Author: bgyorgy
Revision: 635961

archrelease: copy trunk to community-x86_64

Added:
  python-argon2_cffi/repos/community-x86_64/PKGBUILD
    (from rev 635960, python-argon2_cffi/trunk/PKGBUILD)
Deleted:
  python-argon2_cffi/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-27 17:26:49 UTC (rev 635960)
+++ PKGBUILD	2020-05-27 17:26:53 UTC (rev 635961)
@@ -1,41 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgname=argon2_cffi
-pkgname=python-argon2_cffi
-pkgver=19.2.0
-pkgrel=1
-pkgdesc="CFFI-based Argon2 Bindings for Python"
-arch=('x86_64')
-url="https://github.com/hynek/argon2_cffi"
-license=('MIT')
-depends=(argon2 python-cffi python-six)
-makedepends=(git python-setuptools)
-_commit=4cb8fa34433da506b4f39e78cbf0c090ec025cc1  # tags/19.2.0^0
-source=("git+https://github.com/hynek/argon2_cffi#commit=$_commit"
-        "git+https://github.com/p-h-c/phc-winner-argon2")
-sha256sums=('SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $_pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $_pkgname
-  git submodule init
-  git config --local submodule.extras/libargon2.url "$srcdir/phc-winner-argon2"
-  git submodule update
-  cd ..
-}
-
-build() {
-  cd $_pkgname
-  python3 setup.py build
-}
-
-package() {
-  cd $_pkgname
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-argon2_cffi/repos/community-x86_64/PKGBUILD (from rev 635960, python-argon2_cffi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-27 17:26:53 UTC (rev 635961)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgname=argon2_cffi
+pkgname=python-argon2_cffi
+pkgver=20.1.0
+pkgrel=1
+pkgdesc="CFFI-based Argon2 Bindings for Python"
+arch=('x86_64')
+url="https://github.com/hynek/argon2_cffi"
+license=('MIT')
+depends=(argon2 python-cffi python-six)
+makedepends=(git python-setuptools)
+_commit=b4a022c86db8acb06c789a39fad1c66c2428279e  # tags/20.1.0^0
+source=("git+https://github.com/hynek/argon2_cffi#commit=$_commit"
+        "git+https://github.com/p-h-c/phc-winner-argon2")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $_pkgname
+  git submodule init
+  git config --local submodule.extras/libargon2.url "$srcdir/phc-winner-argon2"
+  git submodule update
+  cd ..
+}
+
+build() {
+  cd $_pkgname
+  python3 setup.py build
+}
+
+package() {
+  cd $_pkgname
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list