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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 23:27:49 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:27:49
  Author: foutrelis
Revision: 1063020

archrelease: copy trunk to community-staging-x86_64

Added:
  python-fastpbkdf2/repos/community-staging-x86_64/PKGBUILD
    (from rev 1063019, python-fastpbkdf2/trunk/PKGBUILD)
Deleted:
  python-fastpbkdf2/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 23:27:46 UTC (rev 1063019)
+++ PKGBUILD	2021-12-02 23:27:49 UTC (rev 1063020)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgname=python-fastpbkdf2
-pkgver=0.2
-pkgrel=7
-pkgdesc="A faster implementation of PBKDF2"
-arch=('x86_64')
-license=('Apache')
-url="https://github.com/Ayrx/python-fastpbkdf2"
-depends=('python-cffi' 'python-six')
-makedepends=('python-setuptools' 'git')
-checkdepends=('python-pytest-runner') 
-source=("git+https://github.com/Ayrx/python-fastpbkdf2.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir"/python-fastpbkdf2
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-fastpbkdf2
-  python setup.py pytest
-}
-
-package() {
-  cd python-fastpbkdf2
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-fastpbkdf2/repos/community-staging-x86_64/PKGBUILD (from rev 1063019, python-fastpbkdf2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 23:27:49 UTC (rev 1063020)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=python-fastpbkdf2
+pkgver=0.2
+pkgrel=8
+pkgdesc="A faster implementation of PBKDF2"
+arch=('x86_64')
+license=('Apache')
+url="https://github.com/Ayrx/python-fastpbkdf2"
+depends=('python-cffi' 'python-six')
+makedepends=('python-setuptools' 'git')
+checkdepends=('python-pytest-runner') 
+source=("git+https://github.com/Ayrx/python-fastpbkdf2.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/python-fastpbkdf2
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-fastpbkdf2
+  python setup.py pytest
+}
+
+package() {
+  cd python-fastpbkdf2
+  python setup.py install --root="$pkgdir/" --optimize=1
+}



More information about the arch-commits mailing list