[arch-commits] Commit in python-pynitrokey/repos/community-any (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Fri Jun 10 09:50:06 UTC 2022
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
===================================================================
--- PKGBUILD 2022-06-10 09:49:59 UTC (rev 1229940)
+++ PKGBUILD 2022-06-10 09:50:06 UTC (rev 1229941)
@@ -1,44 +0,0 @@
-# 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/"
-}
Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1229940, python-pynitrokey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-10 09:50:06 UTC (rev 1229941)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_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) <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