Date: Thursday, April 27, 2023 @ 11:09:18
  Author: dvzrv
Revision: 1448931

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |  137 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 71 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-27 11:09:06 UTC (rev 1448930)
+++ PKGBUILD    2023-04-27 11:09:18 UTC (rev 1448931)
@@ -1,66 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-_commit=e19f476f68cba5d34b88eec9904ee47ff791ce70  # v0.4.35.nitrokey
-pkgver=0.4.35
-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
-  python-certifi
-  python-cffi
-  python-click
-  python-cryptography
-  python-dateutil
-  python-ecdsa
-  python-fido2
-  python-frozendict
-  python-intelhex
-  python-nkdfu
-  python-pyserial
-  python-pyusb
-  python-requests
-  python-spsdk
-  python-tlv8
-  python-tqdm
-  python-typing-extensions
-  python-urllib3
-)
-makedepends=(
-  git
-  python-build
-  python-flit-core
-  python-installer
-  python-wheel
-)
-checkdepends=(python-pytest)
-optdepends=(
-  'python-libusb1: for pro and storage subcommands'
-)
-source=(git+$url#tag=$_commit?signed)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) <[email protected]>
-
-build() {
-  cd $_name
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-# tests seem all to be integration tests currently: 
https://github.com/Nitrokey/pynitrokey/issues/294
-# check() {
-#   cd $_name
-#   pytest -vv
-# }
-
-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-staging-any/PKGBUILD (from rev 
1448930, python-pynitrokey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-27 11:09:18 UTC (rev 1448931)
@@ -0,0 +1,71 @@
+# Maintainer: David Runge <[email protected]>
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+_commit=0bab4e9f6711a450775089b8d148495c0a36d9b0  # v0.4.36
+pkgver=0.4.36
+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
+  python-certifi
+  python-cffi
+  python-click
+  python-cryptography
+  python-dateutil
+  python-ecdsa
+  python-fido2
+  python-frozendict
+  python-intelhex
+  python-nkdfu
+  python-protobuf
+  python-pyserial
+  python-pyusb
+  python-requests
+  python-spsdk
+  python-tlv8
+  python-tqdm
+  python-typing-extensions
+  python-urllib3
+)
+makedepends=(
+  git
+  python-build
+  python-flit-core
+  python-installer
+  python-wheel
+)
+checkdepends=(python-pytest)
+optdepends=(
+  'python-libusb1: for pro and storage subcommands'
+  'python-pyscard: for pcsclite integration'
+)
+source=(git+$url#tag=$_commit?signed)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(
+  868184069239FF65DE0BCD7DD9BAE35991DE5B22  # Szczepan Zalega (Nitrokey) 
<[email protected]>
+  719EA31C3F1814DA787C8FD434F47D2F044B8F17  # Robin Krahl <[email protected]>
+)
+
+build() {
+  cd $_name
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+# tests seem all to be integration tests currently: 
https://github.com/Nitrokey/pynitrokey/issues/294
+# check() {
+#   cd $_name
+#   pytest -vv
+# }
+
+package() {
+  cd $_name
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}

Reply via email to