[arch-commits] Commit in python-pynitrokey/repos/community-any (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Fri May 20 14:44:35 UTC 2022
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
===================================================================
--- PKGBUILD 2022-05-20 14:44:26 UTC (rev 1209402)
+++ PKGBUILD 2022-05-20 14:44:34 UTC (rev 1209403)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_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) <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 1209402, python-pynitrokey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-20 14:44:34 UTC (rev 1209403)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_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) <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