commit:     4b8bb4209307bfe111f7cc3af24b8acb708a4d5c
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Thu Jan 29 18:15:53 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 11 03:27:12 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8bb420

app-crypt/yubikey-manager: add 5.9.0

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Part-of: https://github.com/gentoo/gentoo/pull/45572
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/yubikey-manager/Manifest                 |  2 +
 .../yubikey-manager/yubikey-manager-5.9.0.ebuild   | 52 ++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/app-crypt/yubikey-manager/Manifest 
b/app-crypt/yubikey-manager/Manifest
index 618acb4cc5e9..cc958b60d058 100644
--- a/app-crypt/yubikey-manager/Manifest
+++ b/app-crypt/yubikey-manager/Manifest
@@ -2,3 +2,5 @@ DIST yubikey_manager-5.7.2.tar.gz 222299 BLAKE2B 
488b9d51135287c22ab15bf3a25d25f
 DIST yubikey_manager-5.7.2.tar.gz.sig 310 BLAKE2B 
95b1b99623808b713a15312211cd43bb96a4fb989a98250573617b02b694533bd4496a3e2f08ca194165b83ac847bc1b958421d2c3280c6b6551d5f34b2706b5
 SHA512 
941598b0e31e412f60f9ef6bbb56a64b51efd11f0a7502ce4c98033c698b1ae59d808af05a98440c1fe686d9bc06580894f55b87555903ada1774e6074063864
 DIST yubikey_manager-5.8.0.tar.gz 228631 BLAKE2B 
c5506ce2fb23c1de517a0e6464bf10f6ee1146adb4501d380f8776677fe929ec9ae2aaca57c694811a4f8357b35326f673116833434ae8b23e30fe330b8528ff
 SHA512 
8c22dd65e37d4bc78a16c62b24244f2cd180237354d4b325d2786614ef75651104eb92a0ad751f66af7812746669b397e4cab7ed41c9016cb73081f6740ca604
 DIST yubikey_manager-5.8.0.tar.gz.sig 310 BLAKE2B 
ff54dd5238d7e3dfa4025e3497c29deee212b58a806bd9c95bf37e9a09ac958db394a208b1246fab3f1b0c1133e9dea59abe502e26fbf4717e4fb7e42e1b406c
 SHA512 
5cd1611ac64203fa5127799449b4ec7194177b56307f403e03cc035a18bd0dba89bb662fd7b5eb783c6d5d35e501b43495e853f1424b6458ba28188ed0dc889d
+DIST yubikey_manager-5.9.0.tar.gz 236829 BLAKE2B 
0e81504ee75f7b898ba5899b65a193e9bca53d1e516008df251f755c9bc8cce47d4948c0b99a7048e9504f9751673a4cf8322da32edbae5395092cbf5b10d5e1
 SHA512 
5f8eba31d2a263785ceb97af86458992281c2edaeab0bd8f3ac3a42f0eb3e76606299db72516434bb285301ac3eb582bb6ef31a53ff7c24ad7eacace9ba59c90
+DIST yubikey_manager-5.9.0.tar.gz.sig 310 BLAKE2B 
6b7c5e0a57afe5ed0069e3b5a8bab4e03107c10f14d43308f6eda99e42721d325d55411e8c6257df9f1ceff0097568c22cb3e7a8a24a85c549440885f4dc42f4
 SHA512 
fc49aa3ca4d6fc58b65c1628f9a066eb804b99311de7bc4f582709ad3058f15e5ab89dca3f8a202247cad316b95e44118cc90a189e8e6e5c1e52263e8f9b1043

diff --git a/app-crypt/yubikey-manager/yubikey-manager-5.9.0.ebuild 
b/app-crypt/yubikey-manager/yubikey-manager-5.9.0.ebuild
new file mode 100644
index 000000000000..1a759b7480e1
--- /dev/null
+++ b/app-crypt/yubikey-manager/yubikey-manager-5.9.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=poetry
+
+inherit distutils-r1 verify-sig
+
+MY_PN="${PN/-/_}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Python library and command line tool for configuring a YubiKey"
+HOMEPAGE="https://developers.yubico.com/yubikey-manager/";
+# According to https://github.com/Yubico/yubikey-manager/issues/518 the release
+# tarballs on Yubico Web site and on GitHub should be identical, and at least
+# for recent releases the latter are signed as well. Only the automatically
+# generated "Source code (tar.gz)" tarballs should not be used.
+# Still, prefer the former if available.
+SRC_URI="https://developers.yubico.com/${PN}/Releases/${MY_P}.tar.gz
+       verify-sig? ( 
https://developers.yubico.com/${PN}/Releases/${MY_P}.tar.gz.sig )"
+
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/yubico.com.asc"
+
+# app-crypt/ccid required for
+# - 'ykman oath'
+# - 'ykman openpgp'
+# - 'ykman piv'
+RDEPEND="
+       app-crypt/ccid
+       >=dev-python/click-8.0[${PYTHON_USEDEP}]
+       <dev-python/cryptography-48[${PYTHON_USEDEP}]
+       >=dev-python/fido2-2.0.0:0/1.0[${PYTHON_USEDEP}]
+       dev-python/keyring[${PYTHON_USEDEP}]
+       >=dev-python/pyscard-2.0[${PYTHON_USEDEP}]
+       >=dev-python/python-pskc-1.3[${PYTHON_USEDEP}]"
+BDEPEND="
+       test? ( dev-python/makefun[${PYTHON_USEDEP}] )
+       verify-sig? ( >=sec-keys/openpgp-keys-yubico-20250604 )"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+       distutils-r1_python_install_all
+       doman man/ykman.1
+}

Reply via email to