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

David Runge dvzrv at gemini.archlinux.org
Fri Aug 12 21:35:34 UTC 2022


    Date: Friday, August 12, 2022 @ 21:35:34
  Author: dvzrv
Revision: 1265816

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-12 21:35:20 UTC (rev 1265815)
+++ PKGBUILD	2022-08-12 21:35:34 UTC (rev 1265816)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-_commit=650ce612b091c84ff7f4c7e0be124b052efb65c7 # v0.4.26.nitrokey
-pkgver=0.4.26
-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-nrfutil
-  python-pyusb
-  python-requests
-  python-spsdk
-  python-tqdm
-  python-urllib3
-)
-makedepends=(git python-build python-flit-core python-installer python-wheel)
-source=(git+https://github.com/nitrokey/pynitrokey#tag=$_commit?signed)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega (Nitrokey) <szczepan at nitrokey.com>
-
-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 1265815, python-pynitrokey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-12 21:35:34 UTC (rev 1265816)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+_commit=256c57865010644de066243e1855f2f036bb7210  # v0.4.27.nitrokey
+pkgver=0.4.27
+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-cffi
+  python-click
+  python-cryptography
+  python-dateutil
+  python-ecdsa
+  python-fido2
+  python-intelhex
+  python-nkdfu
+  python-nrfutil
+  python-pyusb
+  python-requests
+  python-spsdk
+  python-tqdm
+  python-urllib3
+)
+makedepends=(git python-build python-flit-core python-installer python-wheel)
+source=(git+https://github.com/nitrokey/pynitrokey#tag=$_commit?signed)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega (Nitrokey) <szczepan at nitrokey.com>
+
+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/"
+}



More information about the arch-commits mailing list