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

Evangelos Foutras foutrelis at archlinux.org
Sun Nov 10 10:30:45 UTC 2019


    Date: Sunday, November 10, 2019 @ 10:30:44
  Author: foutrelis
Revision: 524968

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-10 10:30:40 UTC (rev 524967)
+++ PKGBUILD	2019-11-10 10:30:44 UTC (rev 524968)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgbase=python-fastpbkdf2
-pkgname=(python-fastpbkdf2 python2-fastpbkdf2)
-pkgver=0.2
-pkgrel=4
-pkgdesc="A faster implementation of PBKDF2"
-arch=('x86_64')
-license=('Apache')
-url="https://github.com/Ayrx/python-fastpbkdf2"
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 'python2-cffi' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner') 
-source=("git+https://github.com/Ayrx/python-fastpbkdf2.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cp -a python-fastpbkdf2{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-fastpbkdf2
-  python setup.py build
-
-  cd "$srcdir"/python-fastpbkdf2-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-fastpbkdf2
-  python setup.py pytest
-
-  cd "$srcdir"/python-fastpbkdf2-py2
-  python2 setup.py pytest
-}
-
-package_python-fastpbkdf2() {
-  depends=('python-cffi' 'python-six')
-
-  cd python-fastpbkdf2
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-fastpbkdf2() {
-  depends=('python2-cffi' 'python2-six')
-
-  cd python-fastpbkdf2-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-fastpbkdf2/repos/community-staging-x86_64/PKGBUILD (from rev 524967, python-fastpbkdf2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-10 10:30:44 UTC (rev 524968)
@@ -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=4
+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