mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 20:12:59 +02:00
python3-nitrokey: update to 0.4.0
This commit is contained in:
parent
17bca59df2
commit
3813365646
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-nitrokey'
|
# Template file for 'python3-nitrokey'
|
||||||
pkgname=python3-nitrokey
|
pkgname=python3-nitrokey
|
||||||
version=0.3.2
|
version=0.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel python3-poetry-core"
|
hostmakedepends="python3-poetry-core"
|
||||||
depends="python3-fido2 python3-requests python3-semver python3-tlv8
|
depends="python3-fido2 python3-requests python3-semver python3-tlv8
|
||||||
python3-crcmod python3-cryptography python3-hidapi
|
python3-crcmod python3-cryptography python3-hidapi
|
||||||
python3-protobuf python3-pyserial python3-typing_extensions"
|
python3-protobuf python3-pyserial python3-typing_extensions"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0, MIT"
|
||||||
homepage="https://github.com/Nitrokey/nitrokey-sdk-py"
|
homepage="https://github.com/Nitrokey/nitrokey-sdk-py"
|
||||||
distfiles="${PYPI_SITE}/n/nitrokey/nitrokey-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/nitrokey/nitrokey-${version}.tar.gz"
|
||||||
checksum=240828ac0d95f961e0aadc24f1f10f8ddc28a20ed0df193ddda2922749b11e44
|
checksum=b99dca17ef0f530563c1fef76ee169abfe85bbe7ea91f21e70fdc0df7166b4a9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSES/MIT.txt
|
vlicense LICENSES/MIT.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue