[arch-commits] Commit in python-fastpbkdf2/trunk (PKGBUILD)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 18:53:33
  Author: foutrelis
Revision: 753241

upgpkg: python-fastpbkdf2 0.2-6: Python 3.9 rebuild

Modified:
  python-fastpbkdf2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 18:53:22 UTC (rev 753240)
+++ PKGBUILD2020-11-12 18:53:33 UTC (rev 753241)
@@ -3,7 +3,7 @@
 
 pkgname=python-fastpbkdf2
 pkgver=0.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A faster implementation of PBKDF2"
 arch=('x86_64')
 license=('Apache')


[arch-commits] Commit in python-fastpbkdf2/trunk (PKGBUILD)

2019-11-08 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 01:13:07
  Author: arojas
Revision: 524770

Drop python2

Modified:
  python-fastpbkdf2/trunk/PKGBUILD

--+
 PKGBUILD |   29 +
 1 file changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-09 01:11:00 UTC (rev 524769)
+++ PKGBUILD2019-11-09 01:13:07 UTC (rev 524770)
@@ -1,8 +1,7 @@
 # Maintainer: Felix Yan 
 # Contributor: Gordian Edenhofer 
 
-pkgbase=python-fastpbkdf2
-pkgname=(python-fastpbkdf2 python2-fastpbkdf2)
+pkgname=python-fastpbkdf2
 pkgver=0.2
 pkgrel=4
 pkgdesc="A faster implementation of PBKDF2"
@@ -9,41 +8,23 @@
 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') 
+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')
 
-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')
-
+package() {
   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
-}


[arch-commits] Commit in python-fastpbkdf2/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 01:45:20
  Author: felixonmars
Revision: 522914

Python 3.8 rebuild

Modified:
  python-fastpbkdf2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 01:45:17 UTC (rev 522913)
+++ PKGBUILD2019-11-04 01:45:20 UTC (rev 522914)
@@ -4,7 +4,7 @@
 pkgbase=python-fastpbkdf2
 pkgname=(python-fastpbkdf2 python2-fastpbkdf2)
 pkgver=0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A faster implementation of PBKDF2"
 arch=('x86_64')
 license=('Apache')


[arch-commits] Commit in python-fastpbkdf2/trunk (PKGBUILD)

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 16:20:32
  Author: felixonmars
Revision: 348421

Python 3.7 rebuild

Modified:
  python-fastpbkdf2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 16:19:34 UTC (rev 348420)
+++ PKGBUILD2018-06-30 16:20:32 UTC (rev 348421)
@@ -5,7 +5,7 @@
 pkgbase=python-fastpbkdf2
 pkgname=(python-fastpbkdf2 python2-fastpbkdf2)
 pkgver=0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A faster implementation of PBKDF2"
 arch=('x86_64')
 license=('Apache')


[arch-commits] Commit in python-fastpbkdf2/trunk (PKGBUILD)

2017-10-04 Thread Felix Yan
Date: Wednesday, October 4, 2017 @ 19:08:55
  Author: felixonmars
Revision: 261561

use prefered subcommand for pytest-runner

Modified:
  python-fastpbkdf2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 19:08:34 UTC (rev 261560)
+++ PKGBUILD2017-10-04 19:08:55 UTC (rev 261561)
@@ -29,10 +29,10 @@
 
 check() {
   cd "$srcdir"/python-fastpbkdf2
-  python setup.py ptr
+  python setup.py pytest
 
   cd "$srcdir"/python-fastpbkdf2-py2
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
 
 package_python-fastpbkdf2() {


[arch-commits] Commit in python-fastpbkdf2/trunk (PKGBUILD)

2017-02-13 Thread Felix Yan
Date: Tuesday, February 14, 2017 @ 06:17:44
  Author: felixonmars
Revision: 212271

upgpkg: python-fastpbkdf2 0.2-2

OpenSSL 1.1.0 Rebuild

Modified:
  python-fastpbkdf2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-14 06:17:20 UTC (rev 212270)
+++ PKGBUILD2017-02-14 06:17:44 UTC (rev 212271)
@@ -5,7 +5,7 @@
 pkgbase=python-fastpbkdf2
 pkgname=(python-fastpbkdf2 python2-fastpbkdf2)
 pkgver=0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A faster implementation of PBKDF2"
 arch=('i686' 'x86_64')
 license=('Apache')


[arch-commits] Commit in python-fastpbkdf2/trunk (PKGBUILD)

2016-12-29 Thread Felix Yan
Date: Thursday, December 29, 2016 @ 10:37:03
  Author: felixonmars
Revision: 203269

upgpkg: python-fastpbkdf2 0.2-1

Modified:
  python-fastpbkdf2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 10:26:55 UTC (rev 203268)
+++ PKGBUILD2016-12-29 10:37:03 UTC (rev 203269)
@@ -4,8 +4,8 @@
 
 pkgbase=python-fastpbkdf2
 pkgname=(python-fastpbkdf2 python2-fastpbkdf2)
-pkgver=0.1
-pkgrel=2
+pkgver=0.2
+pkgrel=1
 pkgdesc="A faster implementation of PBKDF2"
 arch=('i686' 'x86_64')
 license=('Apache')


[arch-commits] Commit in python-fastpbkdf2/trunk (PKGBUILD)

2016-12-25 Thread Evangelos Foutras
Date: Sunday, December 25, 2016 @ 18:59:13
  Author: foutrelis
Revision: 202315

Python 3.6 rebuild

Modified:
  python-fastpbkdf2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 18:58:47 UTC (rev 202314)
+++ PKGBUILD2016-12-25 18:59:13 UTC (rev 202315)
@@ -5,7 +5,7 @@
 pkgbase=python-fastpbkdf2
 pkgname=(python-fastpbkdf2 python2-fastpbkdf2)
 pkgver=0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A faster implementation of PBKDF2"
 arch=('i686' 'x86_64')
 license=('Apache')