mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
python3-pynitrokey: update to 0.9.0
This commit is contained in:
parent
a8df09a5dc
commit
ad7d6005ae
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python3-pynitrokey'
|
# Template file for 'python3-pynitrokey'
|
||||||
pkgname=python3-pynitrokey
|
pkgname=python3-pynitrokey
|
||||||
version=0.8.5
|
version=0.9.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"
|
||||||
hostmakedepends="python3-wheel python3-flit_core"
|
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
|
||||||
|
@ -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=74e222c7dd0408ffe8a1f1abf22cedf8a306c6f9c5b19e2fd7cb9dafa8b6d92c
|
checksum=f9752401177d8d4cfa1b59774895e6d67cec1ef2cb669bee6c4591217af740cc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSES/MIT.txt
|
vlicense LICENSES/MIT.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue