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

2022-06-26 Thread David Runge via arch-commits
Date: Sunday, June 26, 2022 @ 21:43:32
  Author: dvzrv
Revision: 1239588

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 1239587, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-26 21:43:23 UTC (rev 1239587)
+++ PKGBUILD2022-06-26 21:43:32 UTC (rev 1239588)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-_commit=a56ec02eb0f287da48220894f5f22105033f7d14  # v0.4.24.nitrokey^{}
-pkgver=0.4.24
-pkgrel=1
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=(any)
-url="https://github.com/Nitrokey/pynitrokey;
-license=(Apache)
-# NOTE: libnitrokey is required for udev rules
-depends=(
-  libnitrokey
-  python-cbor
-  python-cffi
-  python-click
-  python-cryptography
-  python-dateutil
-  python-ecdsa
-  python-fido2
-  python-intelhex
-  python-nkdfu
-  python-pyusb
-  python-requests
-  python-spsdk
-  python-tqdm
-  python-urllib3
-)
-makedepends=(git python-build python-flit python-installer)
-source=(git+https://github.com/nitrokey/pynitrokey#commit=$_commit?signed)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
-
-build() {
-  cd $_name
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd $_name
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1239587, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-26 21:43:32 UTC (rev 1239588)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+_commit=e59456c8c29350c2b7f03d0dccfbd6fa5c95b9bf  # v0.4.25.nitrokey^{}
+pkgver=0.4.25
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+# NOTE: libnitrokey is required for udev rules
+depends=(
+  libnitrokey
+  python-cbor
+  python-cffi
+  python-click
+  python-cryptography
+  python-dateutil
+  python-ecdsa
+  python-fido2
+  python-intelhex
+  python-nkdfu
+  python-pyusb
+  python-requests
+  python-spsdk
+  python-tqdm
+  python-urllib3
+)
+makedepends=(git python-build python-flit python-installer)
+source=(git+https://github.com/nitrokey/pynitrokey#commit=$_commit?signed)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+build() {
+  cd $_name
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd $_name
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-06-10 Thread David Runge via arch-commits
Date: Friday, June 10, 2022 @ 09:50:06
  Author: dvzrv
Revision: 1229941

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 1229940, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD

--+
 PKGBUILD |   89 ++---
 1 file changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-10 09:49:59 UTC (rev 1229940)
+++ PKGBUILD2022-06-10 09:50:06 UTC (rev 1229941)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.22
-pkgrel=1
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=(any)
-url="https://github.com/Nitrokey/pynitrokey;
-license=(Apache)
-# NOTE: libnitrokey is required for udev rules
-depends=(
-  libnitrokey
-  python-cbor
-  python-cffi
-  python-click
-  python-cryptography
-  python-dateutil
-  python-ecdsa
-  python-fido2
-  python-intelhex
-  python-nkdfu
-  python-pyusb
-  python-requests
-  python-spsdk
-  python-tqdm
-  python-urllib3
-)
-makedepends=(git python-build python-flit python-installer)
-source=(git+https://github.com/nitrokey/pynitrokey#tag=v$pkgver.nitrokey?signed)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
-
-build() {
-  cd $_name
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd $_name
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1229940, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-10 09:50:06 UTC (rev 1229941)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+_commit=a56ec02eb0f287da48220894f5f22105033f7d14  # v0.4.24.nitrokey^{}
+pkgver=0.4.24
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+# NOTE: libnitrokey is required for udev rules
+depends=(
+  libnitrokey
+  python-cbor
+  python-cffi
+  python-click
+  python-cryptography
+  python-dateutil
+  python-ecdsa
+  python-fido2
+  python-intelhex
+  python-nkdfu
+  python-pyusb
+  python-requests
+  python-spsdk
+  python-tqdm
+  python-urllib3
+)
+makedepends=(git python-build python-flit python-installer)
+source=(git+https://github.com/nitrokey/pynitrokey#commit=$_commit?signed)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+build() {
+  cd $_name
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd $_name
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-05-20 Thread David Runge via arch-commits
Date: Friday, May 20, 2022 @ 14:44:34
  Author: dvzrv
Revision: 1209403

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 1209402, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-20 14:44:26 UTC (rev 1209402)
+++ PKGBUILD2022-05-20 14:44:34 UTC (rev 1209403)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.21
-pkgrel=1
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=(any)
-url="https://github.com/Nitrokey/pynitrokey;
-license=(Apache)
-# NOTE: libnitrokey is required for udev rules
-depends=(
-  libnitrokey
-  python-cbor
-  python-cffi
-  python-click
-  python-cryptography
-  python-dateutil
-  python-ecdsa
-  python-fido2
-  python-intelhex
-  python-nkdfu
-  python-pyusb
-  python-requests
-  python-spsdk
-  python-tqdm
-  python-urllib3
-)
-makedepends=(git python-build python-flit python-installer)
-source=(git+https://github.com/nitrokey/pynitrokey#tag=v$pkgver.nitrokey?signed)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
-
-build() {
-  cd $_name
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd $_name
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1209402, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-20 14:44:34 UTC (rev 1209403)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.22
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+# NOTE: libnitrokey is required for udev rules
+depends=(
+  libnitrokey
+  python-cbor
+  python-cffi
+  python-click
+  python-cryptography
+  python-dateutil
+  python-ecdsa
+  python-fido2
+  python-intelhex
+  python-nkdfu
+  python-pyusb
+  python-requests
+  python-spsdk
+  python-tqdm
+  python-urllib3
+)
+makedepends=(git python-build python-flit python-installer)
+source=(git+https://github.com/nitrokey/pynitrokey#tag=v$pkgver.nitrokey?signed)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+build() {
+  cd $_name
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd $_name
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-04-04 Thread David Runge via arch-commits
Date: Monday, April 4, 2022 @ 13:54:25
  Author: dvzrv
Revision: 1181290

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 1181289, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-04 13:54:16 UTC (rev 1181289)
+++ PKGBUILD2022-04-04 13:54:25 UTC (rev 1181290)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.20
-pkgrel=1
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=(any)
-url="https://github.com/Nitrokey/pynitrokey;
-license=(Apache)
-# NOTE: libnitrokey is required for udev rules
-depends=(
-  libnitrokey
-  python-cbor
-  python-cffi
-  python-click
-  python-cryptography
-  python-dateutil
-  python-ecdsa
-  python-fido2
-  python-intelhex
-  python-nkdfu
-  python-pyusb
-  python-requests
-  python-spsdk
-  python-tqdm
-  python-urllib3
-)
-makedepends=(git python-build python-flit python-installer)
-source=(git+https://github.com/nitrokey/pynitrokey#tag=v$pkgver.nitrokey?signed)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
-
-build() {
-  cd $_name
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd $_name
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1181289, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-04 13:54:25 UTC (rev 1181290)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.21
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+# NOTE: libnitrokey is required for udev rules
+depends=(
+  libnitrokey
+  python-cbor
+  python-cffi
+  python-click
+  python-cryptography
+  python-dateutil
+  python-ecdsa
+  python-fido2
+  python-intelhex
+  python-nkdfu
+  python-pyusb
+  python-requests
+  python-spsdk
+  python-tqdm
+  python-urllib3
+)
+makedepends=(git python-build python-flit python-installer)
+source=(git+https://github.com/nitrokey/pynitrokey#tag=v$pkgver.nitrokey?signed)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+build() {
+  cd $_name
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd $_name
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-03-15 Thread David Runge via arch-commits
Date: Tuesday, March 15, 2022 @ 21:15:27
  Author: dvzrv
Revision: 1155181

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 1155180, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-15 21:15:23 UTC (rev 1155180)
+++ PKGBUILD2022-03-15 21:15:27 UTC (rev 1155181)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.19
-pkgrel=2
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=(any)
-url="https://github.com/Nitrokey/pynitrokey;
-license=(Apache)
-# NOTE: libnitrokey is required for udev rules
-depends=(
-  libnitrokey
-  python-cbor
-  python-cffi
-  python-click
-  python-cryptography
-  python-dateutil
-  python-ecdsa
-  python-fido2
-  python-intelhex
-  python-nkdfu
-  python-pyusb
-  python-requests
-  python-spsdk
-  python-tqdm
-  python-urllib3
-)
-makedepends=(git python-build python-flit python-installer)
-source=(git+https://github.com/nitrokey/pynitrokey#tag=v$pkgver.nitrokey?signed)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
-
-build() {
-  cd $_name
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd $_name
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1155180, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-15 21:15:27 UTC (rev 1155181)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.20
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+# NOTE: libnitrokey is required for udev rules
+depends=(
+  libnitrokey
+  python-cbor
+  python-cffi
+  python-click
+  python-cryptography
+  python-dateutil
+  python-ecdsa
+  python-fido2
+  python-intelhex
+  python-nkdfu
+  python-pyusb
+  python-requests
+  python-spsdk
+  python-tqdm
+  python-urllib3
+)
+makedepends=(git python-build python-flit python-installer)
+source=(git+https://github.com/nitrokey/pynitrokey#tag=v$pkgver.nitrokey?signed)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+build() {
+  cd $_name
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd $_name
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-03-10 Thread David Runge via arch-commits
Date: Thursday, March 10, 2022 @ 11:07:36
  Author: dvzrv
Revision: 1145928

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 1145927, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 +++--
 1 file changed, 44 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-10 11:07:28 UTC (rev 1145927)
+++ PKGBUILD2022-03-10 11:07:36 UTC (rev 1145928)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.19
-pkgrel=1
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=(any)
-url="https://github.com/Nitrokey/pynitrokey;
-license=(Apache)
-depends=(
-  python-cbor
-  python-cffi
-  python-click
-  python-cryptography
-  python-dateutil
-  python-ecdsa
-  python-fido2
-  python-intelhex
-  python-nkdfu
-  python-pyusb
-  python-requests
-  python-spsdk
-  python-tqdm
-  python-urllib3
-)
-makedepends=(git python-build python-flit python-installer)
-source=(git+https://github.com/nitrokey/pynitrokey#tag=v$pkgver.nitrokey?signed)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
-
-build() {
-  cd $_name
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd $_name
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1145927, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-10 11:07:36 UTC (rev 1145928)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.19
+pkgrel=2
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+# NOTE: libnitrokey is required for udev rules
+depends=(
+  libnitrokey
+  python-cbor
+  python-cffi
+  python-click
+  python-cryptography
+  python-dateutil
+  python-ecdsa
+  python-fido2
+  python-intelhex
+  python-nkdfu
+  python-pyusb
+  python-requests
+  python-spsdk
+  python-tqdm
+  python-urllib3
+)
+makedepends=(git python-build python-flit python-installer)
+source=(git+https://github.com/nitrokey/pynitrokey#tag=v$pkgver.nitrokey?signed)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+build() {
+  cd $_name
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd $_name
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-01-19 Thread David Runge via arch-commits
Date: Wednesday, January 19, 2022 @ 18:20:13
  Author: dvzrv
Revision: 1110514

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 1110513, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-19 18:20:05 UTC (rev 1110513)
+++ PKGBUILD2022-01-19 18:20:13 UTC (rev 1110514)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.9
-pkgrel=2
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=(any)
-url="https://github.com/Nitrokey/pynitrokey;
-license=(Apache)
-depends=(python-cbor python-cffi python-click python-cryptography
-python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
-python-pygments python-pyserial python-pyusb python-requests python-urllib3)
-makedepends=(git python-build python-flit python-install)
-source=("git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
-
-build() {
-  cd "${_name}"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd "${_name}"
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-  # https://github.com/FFY00/python-install/pull/6
-  chmod +x "$pkgdir"/usr/bin/*
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1110513, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-19 18:20:13 UTC (rev 1110514)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.10
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+depends=(python-cbor python-cffi python-click python-cryptography
+python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
+python-pygments python-pyserial python-pyusb python-requests python-urllib3)
+makedepends=(git python-build python-flit python-install)
+source=("git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+build() {
+  cd "${_name}"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd "${_name}"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-12-11 Thread David Runge via arch-commits
Date: Saturday, December 11, 2021 @ 22:50:33
  Author: dvzrv
Revision: 1068382

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 1068381, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-11 22:50:26 UTC (rev 1068381)
+++ PKGBUILD2021-12-11 22:50:33 UTC (rev 1068382)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.8
-pkgrel=1
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=(any)
-url="https://github.com/Nitrokey/pynitrokey;
-license=(Apache)
-depends=(python-cbor python-cffi python-click python-cryptography
-python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
-python-pygments python-pyserial python-pyusb python-requests python-urllib3)
-makedepends=(git python-build python-flit python-install)
-source=("git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
-
-build() {
-  cd "${_name}"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd "${_name}"
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-  # https://github.com/FFY00/python-install/pull/6
-  chmod +x "$pkgdir"/usr/bin/*
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1068381, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-11 22:50:33 UTC (rev 1068382)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.9
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+depends=(python-cbor python-cffi python-click python-cryptography
+python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
+python-pygments python-pyserial python-pyusb python-requests python-urllib3)
+makedepends=(git python-build python-flit python-install)
+source=("git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+build() {
+  cd "${_name}"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd "${_name}"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-12-09 Thread David Runge via arch-commits
Date: Thursday, December 9, 2021 @ 19:41:02
  Author: dvzrv
Revision: 1065873

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 1065872, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 19:40:55 UTC (rev 1065872)
+++ PKGBUILD2021-12-09 19:41:02 UTC (rev 1065873)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.7
-pkgrel=1
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=(any)
-url="https://github.com/Nitrokey/pynitrokey;
-license=(Apache)
-depends=(python-cbor python-cffi python-click python-cryptography
-python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
-python-pygments python-pyserial python-pyusb python-requests python-urllib3)
-makedepends=(git python-build python-flit python-install)
-source=("git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
-
-build() {
-  cd "${_name}"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd "${_name}"
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-  # https://github.com/FFY00/python-install/pull/6
-  chmod +x "$pkgdir"/usr/bin/*
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1065872, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 19:41:02 UTC (rev 1065873)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.8
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+depends=(python-cbor python-cffi python-click python-cryptography
+python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
+python-pygments python-pyserial python-pyusb python-requests python-urllib3)
+makedepends=(git python-build python-flit python-install)
+source=("git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+build() {
+  cd "${_name}"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd "${_name}"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:55:41
  Author: dvzrv
Revision: 1065337

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 1065336, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:55:33 UTC (rev 1065336)
+++ PKGBUILD2021-12-06 18:55:41 UTC (rev 1065337)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.6
-pkgrel=1
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=(any)
-url="https://github.com/Nitrokey/pynitrokey;
-license=(Apache)
-depends=(python-cbor python-cffi python-click python-cryptography
-python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
-python-pygments python-pyserial python-pyusb python-requests python-urllib3)
-makedepends=(git python-build python-flit python-install)
-source=("git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
-
-build() {
-  cd "${_name}"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd "${_name}"
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-  # https://github.com/FFY00/python-install/pull/6
-  chmod +x "$pkgdir"/usr/bin/*
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1065336, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:55:41 UTC (rev 1065337)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.7
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+depends=(python-cbor python-cffi python-click python-cryptography
+python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
+python-pygments python-pyserial python-pyusb python-requests python-urllib3)
+makedepends=(git python-build python-flit python-install)
+source=("git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+build() {
+  cd "${_name}"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd "${_name}"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-12-04 Thread David Runge via arch-commits
Date: Saturday, December 4, 2021 @ 18:40:43
  Author: dvzrv
Revision: 1065059

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 1065058, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-04 18:40:35 UTC (rev 1065058)
+++ PKGBUILD2021-12-04 18:40:43 UTC (rev 1065059)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.5
-pkgrel=1
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=('any')
-url="https://github.com/Nitrokey/pynitrokey/releases;
-license=('Apache')
-depends=('python-cbor' 'python-cffi' 'python-click' 'python-cryptography'
-'python-dateutil' 'python-ecdsa' 'python-fido2' 'python-intelhex'
-'python-nkdfu' 'python-pygments' 'python-pyserial' 'python-pyusb'
-'python-requests' 'python-urllib3')
-makedepends=('python-build' 'python-flit' 'python-install')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('8a3f5ad1f13fb9e9e43ee639b0c87839b938efc32fb7bc9574610a0b5e510d4a822a1e93dc9b3c048ff5a56e304714c7c91de3e4e2dfa1802b44c18c6b9c35ba')
-b2sums=('f53c047fe2a582284e3abe465c075e85fc7f0e1a488b83be0ea151b47c7eb01ea8523198ce01e39de980488fa0ad8328d0fe8429e0da82cf6f8cd6f1f857e4e7')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-  # https://github.com/FFY00/python-install/pull/6
-  chmod +x "$pkgdir"/usr/bin/*
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1065058, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-04 18:40:43 UTC (rev 1065059)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.6
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+depends=(python-cbor python-cffi python-click python-cryptography
+python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
+python-pygments python-pyserial python-pyusb python-requests python-urllib3)
+makedepends=(git python-build python-flit python-install)
+source=("git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+build() {
+  cd "${_name}"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd "${_name}"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-09-30 Thread David Runge via arch-commits
Date: Thursday, September 30, 2021 @ 15:36:28
  Author: dvzrv
Revision: 1026184

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 1026183, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 15:36:20 UTC (rev 1026183)
+++ PKGBUILD2021-09-30 15:36:28 UTC (rev 1026184)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.4
-pkgrel=1
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=('any')
-url="https://github.com/Nitrokey/pynitrokey/releases;
-license=('Apache')
-depends=('python-cbor' 'python-cffi' 'python-click' 'python-cryptography'
-'python-dateutil' 'python-ecdsa' 'python-fido2' 'python-intelhex'
-'python-nkdfu' 'python-pygments' 'python-pyserial' 'python-pyusb'
-'python-requests' 'python-urllib3')
-makedepends=('python-build' 'python-flit' 'python-install')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('ac2c07382287361cd35d3f7b1315ce2356cd1da186a3b40ab2165648a9054e94ece23a56b8b606339c620aac7174ab5f20ff86599215fc4ca8038e7d2e0e4abd')
-b2sums=('322c4d6975acfa6a3ed062fd62dbe6de2189e990bd7321b3aaf6229286773e8744e0a49355028a6d7062504849f7fca393645c5688b67eabf29f19364b5d39de')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-  # https://github.com/FFY00/python-install/pull/6
-  chmod +x "$pkgdir"/usr/bin/*
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1026183, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 15:36:28 UTC (rev 1026184)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.5
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=('any')
+url="https://github.com/Nitrokey/pynitrokey/releases;
+license=('Apache')
+depends=('python-cbor' 'python-cffi' 'python-click' 'python-cryptography'
+'python-dateutil' 'python-ecdsa' 'python-fido2' 'python-intelhex'
+'python-nkdfu' 'python-pygments' 'python-pyserial' 'python-pyusb'
+'python-requests' 'python-urllib3')
+makedepends=('python-build' 'python-flit' 'python-install')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('8a3f5ad1f13fb9e9e43ee639b0c87839b938efc32fb7bc9574610a0b5e510d4a822a1e93dc9b3c048ff5a56e304714c7c91de3e4e2dfa1802b44c18c6b9c35ba')
+b2sums=('f53c047fe2a582284e3abe465c075e85fc7f0e1a488b83be0ea151b47c7eb01ea8523198ce01e39de980488fa0ad8328d0fe8429e0da82cf6f8cd6f1f857e4e7')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-09-19 Thread David Runge via arch-commits
Date: Sunday, September 19, 2021 @ 20:25:39
  Author: dvzrv
Revision: 1017770

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 1017769, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD

--+
 PKGBUILD |   77 +++--
 1 file changed, 35 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-19 20:25:30 UTC (rev 1017769)
+++ PKGBUILD2021-09-19 20:25:39 UTC (rev 1017770)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.3.1
-pkgrel=1
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=('any')
-url="https://github.com/Nitrokey/pynitrokey/releases;
-license=('Apache')
-depends=('python-cbor' 'python-cffi' 'python-click' 'python-cryptography'
-'python-dateutil' 'python-ecdsa' 'python-fido2' 'python-intelhex'
-'python-pygments' 'python-pyserial' 'python-pyusb' 'python-requests'
-'python-urllib3')
-makedepends=('python-dephell' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('14972c367aa938f11ae928e3353688f7fa819b3ef82f0d5c95c9e75a4fa33db0c973009f11ff079c42eee301e7c510556a257ed30b7e41df44cee43d72d9f449')
-b2sums=('aa4c9cf81e6965b9662ed82d5fc369cda3e261460bb66a1ed1ef7b9820942c7d91dd5fdaa5a8b1293943d6bf4599f43fcce759e83a030486a7d27f6a10dd052c')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # flit creates a weird setup.py, so we use dephell to create one:
-  # https://github.com/Nitrokey/pynitrokey/issues/88
-  dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  # when using dephell to create the setup.py, it doesn't install the VERSION 
file, because reasons
-  install -vDm 644 "${_name}/VERSION" "${pkgdir}/${_site_packages}/${_name}/"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1017769, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-19 20:25:39 UTC (rev 1017770)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=('any')
+url="https://github.com/Nitrokey/pynitrokey/releases;
+license=('Apache')
+depends=('python-cbor' 'python-cffi' 'python-click' 'python-cryptography'
+'python-dateutil' 'python-ecdsa' 'python-fido2' 'python-intelhex'
+'python-nkdfu' 'python-pygments' 'python-pyserial' 'python-pyusb'
+'python-requests' 'python-urllib3')
+makedepends=('python-build' 'python-flit' 'python-install')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('ac2c07382287361cd35d3f7b1315ce2356cd1da186a3b40ab2165648a9054e94ece23a56b8b606339c620aac7174ab5f20ff86599215fc4ca8038e7d2e0e4abd')
+b2sums=('322c4d6975acfa6a3ed062fd62dbe6de2189e990bd7321b3aaf6229286773e8744e0a49355028a6d7062504849f7fca393645c5688b67eabf29f19364b5d39de')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-06-08 Thread David Runge via arch-commits
Date: Tuesday, June 8, 2021 @ 13:27:24
  Author: dvzrv
Revision: 959657

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 959656, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 13:27:15 UTC (rev 959656)
+++ PKGBUILD2021-06-08 13:27:24 UTC (rev 959657)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.2
-pkgrel=1
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=('any')
-url="https://github.com/Nitrokey/pynitrokey/releases;
-license=('Apache')
-depends=('python-cbor' 'python-cffi' 'python-click' 'python-cryptography'
-'python-ecdsa' 'python-fido2' 'python-intelhex' 'python-pygments' 
'python-pyserial'
-'python-pyusb' 'python-requests')
-makedepends=('python-dephell' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('4abd5e660aa63aef2a74449bef6de3388bc299b6645581bb8534046e89659fcbada59c30ffca4b9f922f37eb3bf35624ad78496abe5783be914d349ae34a657d')
-b2sums=('497875071c583c3dfbc7689b08d461f48f07e888fc8925074111736b92b05b2a3243fbd3af1b2601a0e7ced1de5dcb7251acad7bc5cae50a778f12e0ecad5bc7')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # we don't deal with such strict version constraints
-  sed -e 's/ == 0.8.1//' -i pyproject.toml
-  dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 "${_name}/VERSION" "${pkgdir}/${_site_packages}/${_name}/"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 959656, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 13:27:24 UTC (rev 959657)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.3.1
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=('any')
+url="https://github.com/Nitrokey/pynitrokey/releases;
+license=('Apache')
+depends=('python-cbor' 'python-cffi' 'python-click' 'python-cryptography'
+'python-dateutil' 'python-ecdsa' 'python-fido2' 'python-intelhex'
+'python-pygments' 'python-pyserial' 'python-pyusb' 'python-requests'
+'python-urllib3')
+makedepends=('python-dephell' 'python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('14972c367aa938f11ae928e3353688f7fa819b3ef82f0d5c95c9e75a4fa33db0c973009f11ff079c42eee301e7c510556a257ed30b7e41df44cee43d72d9f449')
+b2sums=('aa4c9cf81e6965b9662ed82d5fc369cda3e261460bb66a1ed1ef7b9820942c7d91dd5fdaa5a8b1293943d6bf4599f43fcce759e83a030486a7d27f6a10dd052c')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # flit creates a weird setup.py, so we use dephell to create one:
+  # https://github.com/Nitrokey/pynitrokey/issues/88
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  # when using dephell to create the setup.py, it doesn't install the VERSION 
file, because reasons
+  install -vDm 644 "${_name}/VERSION" "${pkgdir}/${_site_packages}/${_name}/"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2021-03-01 Thread David Runge via arch-commits
Date: Monday, March 1, 2021 @ 19:32:00
  Author: dvzrv
Revision: 876642

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 876641, python-pynitrokey/trunk/PKGBUILD)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD

--+
 PKGBUILD |   78 +++--
 1 file changed, 40 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-01 19:30:58 UTC (rev 876641)
+++ PKGBUILD2021-03-01 19:32:00 UTC (rev 876642)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.1
-pkgrel=3
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=('any')
-url="https://github.com/Nitrokey/pynitrokey/releases;
-license=('Apache')
-depends=('python-cbor' 'python-cffi' 'python-click' 'python-cryptography'
-'python-ecdsa' 'python-fido2' 'python-intelhex' 'python-pyserial'
-'python-pyusb' 'python-requests' 'python-pygments')
-makedepends=('python-dephell' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('37084fca7281079bd211212f1b4ddae2c3262f100afa923991113f0d8fb3347fe566ec2c4d104f29e9d5440b1a52a9d862159b3f6fc23c6a5f6d47a3f24ac661')
-b2sums=('bc5e6244eda668b36767a759d4185cfaa86d9dc08943694ba77c12a546c468178ce63a83fabf0d995c7a0b3b0496c4711050adee3e162458c35005aa4ffd3e3e')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 "${_name}/VERSION" "${pkgdir}/${_site_packages}/${_name}/"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 876641, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-01 19:32:00 UTC (rev 876642)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=('any')
+url="https://github.com/Nitrokey/pynitrokey/releases;
+license=('Apache')
+depends=('python-cbor' 'python-cffi' 'python-click' 'python-cryptography'
+'python-ecdsa' 'python-fido2' 'python-intelhex' 'python-pygments' 
'python-pyserial'
+'python-pyusb' 'python-requests')
+makedepends=('python-dephell' 'python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('4abd5e660aa63aef2a74449bef6de3388bc299b6645581bb8534046e89659fcbada59c30ffca4b9f922f37eb3bf35624ad78496abe5783be914d349ae34a657d')
+b2sums=('497875071c583c3dfbc7689b08d461f48f07e888fc8925074111736b92b05b2a3243fbd3af1b2601a0e7ced1de5dcb7251acad7bc5cae50a778f12e0ecad5bc7')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # we don't deal with such strict version constraints
+  sed -e 's/ == 0.8.1//' -i pyproject.toml
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 "${_name}/VERSION" "${pkgdir}/${_site_packages}/${_name}/"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}