notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-nitrokey Python SDK for Nitrokey devices
0.3.2 securitynew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: monwarez@mailoo.org search for ports maintained by this maintainer
Port Added: 2025-08-26 19:18:06
Last Update: 2025-08-26 19:13:40
Commit Hash: 65de4bf
Also Listed In: devel python
License: MIT
WWW:
https://pypi.org/project/nitrokey/
Description:
The Nitrokey Python SDK can be used to use and configure Nitrokey devices. The SDK supports these devices and features: * Nitrokey 3 - device and bootloader management (nitrokey.nk3) - admin app (nitrokey.trussed.admin_app) - provisioner app (nitrokey.trussed.provisioner_app) - secrets app (nitrokey.nk3.secrets_app) * Nitrokey Passkey - device and bootloader management (nitrokey.nkpk) - admin app (nitrokey.trussed.admin_app) - provisioner app (nitrokey.trussed.provisioner_app)
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}nitrokey>0:security/py-nitrokey@${PY_FLAVOR}
To install the port:
cd /usr/ports/security/py-nitrokey/ && make install clean
To add the package, run one of these commands:
  • pkg install security/py-nitrokey
  • pkg install py311-nitrokey
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-nitrokey listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-nitrokey
Package flavors (<flavor>: <package>)
  • py311: py311-nitrokey
distinfo:
TIMESTAMP = 1754636999 SHA256 (nitrokey-0.3.2.tar.gz) = 240828ac0d95f961e0aadc24f1f10f8ddc28a20ed0df193ddda2922749b11e44 SIZE (nitrokey-0.3.2.tar.gz) = 117590

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-fido2>=1.1.2,<3 : security/py-fido2@py311
  2. py311-pyusb>=0 : devel/py-pyusb@py311
  3. py311-requests>=0 : www/py-requests@py311
  4. py311-semver>=0 : devel/py-semver@py311
  5. py311-tlv8>=0 : converters/py-tlv8@py311
  6. py311-poetry>=0 : devel/py-poetry@py311
  7. python3.11 : lang/python311
  8. py311-build>=0 : devel/py-build@py311
  9. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-fido2>=1.1.2,<3 : security/py-fido2@py311
  2. py311-pyusb>=0 : devel/py-pyusb@py311
  3. py311-requests>=0 : www/py-requests@py311
  4. py311-pyserial>=0 : comms/py-pyserial@py311
  5. py311-semver>=0 : devel/py-semver@py311
  6. py311-tlv8>=0 : converters/py-tlv8@py311
  7. py311-cryptography>=44.0.3,1 : security/py-cryptography@py311
  8. python3.11 : lang/python311
This port is required by:
for Build
  1. comms/py-pynitrokey
for Run
  1. comms/py-pynitrokey

Configuration Options:
No options to configure
Options name:
security_py-nitrokey
USES:
python shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/n/nitrokey/
  2. https://pypi.org/packages/source/n/nitrokey/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3.2
26 Aug 2025 19:13:40
commit hash: 65de4bf2abedbe161f7986951931f28298b3b2bccommit hash: 65de4bf2abedbe161f7986951931f28298b3b2bccommit hash: 65de4bf2abedbe161f7986951931f28298b3b2bccommit hash: 65de4bf2abedbe161f7986951931f28298b3b2bc files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Thibault Payet
security/py-nitrokey: New port: Python SDK for Nitrokey devices

The Nitrokey Python SDK can be used to use and configure Nitrokey devices.

The SDK supports these devices and features:
 * Nitrokey 3
   - device and bootloader management (nitrokey.nk3)
   - admin app (nitrokey.trussed.admin_app)
   - provisioner app (nitrokey.trussed.provisioner_app)
   - secrets app (nitrokey.nk3.secrets_app)
 * Nitrokey Passkey
   - device and bootloader management (nitrokey.nkpk)
   - admin app (nitrokey.trussed.admin_app)
   - provisioner app (nitrokey.trussed.provisioner_app)

https://github.com/Nitrokey/nitrokey-sdk-py/
https://pypi.org/project/nitrokey/

PR:	288823

Number of commits found: 1