mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
New package: python3-nitrokey-0.3.1
This commit is contained in:
parent
27fb98cdd2
commit
6c59b1c51a
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-nitrokey/template
Normal file
19
srcpkgs/python3-nitrokey/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-nitrokey'
|
||||||
|
pkgname=python3-nitrokey
|
||||||
|
version=0.3.1
|
||||||
|
revision=1
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="python3-setuptools python3-wheel python3-poetry-core"
|
||||||
|
depends="python3-fido2 python3-requests python3-semver python3-tlv8
|
||||||
|
python3-crcmod python3-cryptography python3-hidapi
|
||||||
|
python3-protobuf python3-pyserial python3-typing_extensions"
|
||||||
|
short_desc="Python SDK to use and configure Nitrokey devices"
|
||||||
|
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
|
||||||
|
license="Apache-2.0, MIT"
|
||||||
|
homepage="https://github.com/Nitrokey/nitrokey-sdk-py"
|
||||||
|
distfiles="${PYPI_SITE}/n/nitrokey/nitrokey-${version}.tar.gz"
|
||||||
|
checksum=2dfdb476ef830f032b1eb0bec025f114d1bc4e10676e89f1e30abb0dab47e17e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSES/MIT.txt
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue