mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 19:12:57 +02:00
python3-pynitrokey: update to 0.10.0
This commit is contained in:
parent
3813365646
commit
cf57849486
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-pynitrokey'
|
# Template file for 'python3-pynitrokey'
|
||||||
pkgname=python3-pynitrokey
|
pkgname=python3-pynitrokey
|
||||||
version=0.9.3
|
version=0.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_build_args="--skip-dependency-check"
|
make_build_args="--skip-dependency-check"
|
||||||
|
@ -8,7 +8,7 @@ hostmakedepends="python3-poetry-core"
|
||||||
depends="python3-cffi python3-click
|
depends="python3-cffi python3-click
|
||||||
python3-click-aliases python3-semver python3-libusb1
|
python3-click-aliases python3-semver python3-libusb1
|
||||||
python3-crcmod python3-hidapi python3-pyserial
|
python3-crcmod python3-hidapi python3-pyserial
|
||||||
python3-cryptography python3-ecdsa python3-fido2
|
python3-cryptography python3-fido2
|
||||||
python3-usb python3-requests python3-intelhex
|
python3-usb python3-requests python3-intelhex
|
||||||
python3-nkdfu python3-nitrokey python3-protobuf
|
python3-nkdfu python3-nitrokey python3-protobuf
|
||||||
python3-nethsm python3-pyscard libnitrokey
|
python3-nethsm python3-pyscard libnitrokey
|
||||||
|
@ -18,7 +18,7 @@ maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
|
||||||
license="LGPL-3.0-only, GPL-3.0-or-later, Apache-2.0, MIT"
|
license="LGPL-3.0-only, GPL-3.0-or-later, Apache-2.0, MIT"
|
||||||
homepage="https://github.com/Nitrokey/pynitrokey"
|
homepage="https://github.com/Nitrokey/pynitrokey"
|
||||||
distfiles="https://github.com/Nitrokey/pynitrokey/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/Nitrokey/pynitrokey/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=7751ea5770378f59941c6563100246c0277c7f5b13789d8849e7179ddd09d819
|
checksum=231ef4f94e91f964150aa99b10b3ef385bdb0605b8d74acb51838cc21d8c511e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSES/MIT.txt
|
vlicense LICENSES/MIT.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue