From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager/
Date: Mon, 14 Aug 2023 10:16:15 +0000 (UTC) [thread overview]
Message-ID: <1692007712.d69d365e6c7e8c148933de79b41afd09ddad42fe.marecki@gentoo> (raw)
commit: d69d365e6c7e8c148933de79b41afd09ddad42fe
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 10:08:32 2023 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 10:08:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69d365e
app-crypt/yubikey-manager: drop 5.0.1
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-crypt/yubikey-manager/Manifest | 2 -
.../yubikey-manager/yubikey-manager-5.0.1.ebuild | 53 ----------------------
2 files changed, 55 deletions(-)
diff --git a/app-crypt/yubikey-manager/Manifest b/app-crypt/yubikey-manager/Manifest
index d254833d0e20..aa5231e444e9 100644
--- a/app-crypt/yubikey-manager/Manifest
+++ b/app-crypt/yubikey-manager/Manifest
@@ -1,4 +1,2 @@
-DIST yubikey_manager-5.0.1.tar.gz 158829 BLAKE2B 082b7405a6b8049c0086126c8287ab66f5028b121da4aeae81939683ed65cef1a7c59bf545b5e768b18643bd6c0ee759b2897673870344d8f7ab5217413c1a0d SHA512 2e798f8475e52c9091f5cd6ebbd5937eb3f14c49e9c2c9c7eda09c095ac3a1c80065e14f8e9c827c1eee8914ce3c3e21dbb2820a6ac8cefed1306d409cc6a0fc
-DIST yubikey_manager-5.0.1.tar.gz.sig 310 BLAKE2B c12b2c6f09be26a3df394cc296fbe28db560f31864a5b46d18021d672947c0d929b56be5cd10fd0347e4bcdeb988a242780b58565eb64163b125752756e5dda1 SHA512 876c47c2b22efd58f801f3bf7110c1896f425090d2454db4eb8214442b5a909b75f6fcf8e581c97806e488bfc6fb306e92274ce1b29be9e3240813944155478f
DIST yubikey_manager-5.1.1.tar.gz 167947 BLAKE2B 4f0b7a3ba3f083112c0a43c9b9304e7f79526d7a31991959dc8a30e86f41b0ec616c9ed7790a551d998dc481bd18a89e87598c2534b8390a831572a77a36c32d SHA512 9da9588bb311594d2b4d2d8b234b64f333dfc7dc57145e250965bd9d058cfda43a9c9a32991081ac069819812bebaf0c10a24afab4ac444891ab21d2cff81c06
DIST yubikey_manager-5.1.1.tar.gz.sig 310 BLAKE2B 4f636b5eab0602ec203c8d3d5b6d1de85c7341559b09fc131a994c75b15cb141706ccc65a8efb39e33d5a3704496e85c08a67d105d45f5264644b993c2585f20 SHA512 e964e39a995de7bd24a3e417d5e98cf68cdcd6412b7c95b552545468bbb434105fad97bbf82d758c9320bf9917d32312e6e286e9259d004899af2cde540cc731
diff --git a/app-crypt/yubikey-manager/yubikey-manager-5.0.1.ebuild b/app-crypt/yubikey-manager/yubikey-manager-5.0.1.ebuild
deleted file mode 100644
index 424b0cfe8505..000000000000
--- a/app-crypt/yubikey-manager/yubikey-manager-5.0.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-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 )"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-IUSE="ssl"
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/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[${PYTHON_USEDEP}]
- <dev-python/cryptography-42[${PYTHON_USEDEP}]
- dev-python/fido2:0/1.0[${PYTHON_USEDEP}]
- dev-python/keyring[${PYTHON_USEDEP}]
- dev-python/pyscard[${PYTHON_USEDEP}]
- ssl? ( >=dev-python/pyopenssl-0.15.1[${PYTHON_USEDEP}] )"
-BDEPEND="
- test? ( dev-python/makefun[${PYTHON_USEDEP}] )
- verify-sig? ( >=sec-keys/openpgp-keys-yubico-20220824 )"
-
-S="${WORKDIR}"/${MY_P}
-
-distutils_enable_tests pytest
-
-python_install_all() {
- distutils-r1_python_install_all
- doman man/ykman.1
-}
next reply other threads:[~2023-08-14 10:16 UTC|newest]
Thread overview: 101+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-14 10:16 Marek Szuba [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-26 1:56 [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager/ Sam James
2025-04-24 18:23 Sam James
2025-03-28 15:22 Sam James
2024-08-22 1:26 Eli Schwartz
2024-08-04 8:49 Sam James
2024-08-04 8:49 Sam James
2024-07-04 14:44 Sam James
2024-07-04 14:44 Sam James
2024-07-04 1:15 Sam James
2024-07-04 1:15 Sam James
2024-05-02 13:53 Marek Szuba
2024-04-24 14:43 Marek Szuba
2024-03-29 13:41 Marek Szuba
2024-03-05 13:27 Marek Szuba
2023-11-21 10:05 Marek Szuba
2023-10-25 1:32 Sam James
2023-10-25 1:32 Sam James
2023-10-24 23:16 Marek Szuba
2023-08-23 23:37 Marek Szuba
2023-07-15 8:19 Arthur Zamarin
2023-07-15 8:19 Arthur Zamarin
2023-05-11 12:03 Marek Szuba
2023-04-15 9:29 David Seifert
2023-03-22 23:43 Marek Szuba
2023-03-22 22:47 Sam James
2023-03-22 22:47 Sam James
2023-02-27 12:45 Marek Szuba
2023-02-21 23:41 Marek Szuba
2023-02-07 17:51 Sam James
2023-02-07 17:51 Sam James
2023-01-20 10:43 Marek Szuba
2022-11-10 22:40 Marek Szuba
2022-11-10 0:42 Marek Szuba
2022-08-24 14:29 Marek Szuba
2022-08-24 14:29 Marek Szuba
2022-08-16 22:52 Marek Szuba
2022-08-07 15:39 David Seifert
2022-04-11 11:16 Marek Szuba
2022-04-11 6:35 Jakov Smolić
2022-04-10 9:05 Agostino Sarubbo
2022-02-28 16:56 Marek Szuba
2022-02-21 15:40 Marek Szuba
2022-02-21 11:34 Marek Szuba
2022-01-11 2:23 Georgy Yakovlev
2021-12-31 1:15 Georgy Yakovlev
2021-11-17 22:47 Sam James
2021-11-17 22:47 Sam James
2021-11-17 13:03 Marek Szuba
2021-09-15 14:16 Marek Szuba
2021-09-14 16:43 Marek Szuba
2021-09-13 16:26 Marek Szuba
2021-09-13 16:26 Marek Szuba
2021-09-11 6:42 Agostino Sarubbo
2021-09-10 8:56 Marek Szuba
2021-08-10 0:22 Göktürk Yüksek
2021-07-29 15:59 David Seifert
2021-07-29 12:08 David Seifert
2021-03-14 19:55 Göktürk Yüksek
2021-03-14 19:55 Göktürk Yüksek
2021-02-15 2:19 Rick Farina
2021-01-01 0:47 Michał Górny
2020-05-06 6:30 Agostino Sarubbo
2020-05-06 6:26 Agostino Sarubbo
2020-03-19 2:11 Rick Farina
2020-02-10 20:06 Göktürk Yüksek
2019-11-29 4:32 Göktürk Yüksek
2019-11-26 12:52 Agostino Sarubbo
2019-11-26 10:18 Thomas Deutschmann
2019-11-25 20:44 Göktürk Yüksek
2019-11-25 20:18 Göktürk Yüksek
2019-11-25 20:18 Göktürk Yüksek
2019-11-25 20:18 Göktürk Yüksek
2019-10-11 20:50 Göktürk Yüksek
2019-08-05 4:43 Göktürk Yüksek
2019-08-05 4:43 Göktürk Yüksek
2019-03-19 15:38 Rick Farina
2019-03-13 2:20 Göktürk Yüksek
2019-03-11 8:40 Mikle Kolyada
2019-02-01 2:19 Göktürk Yüksek
2019-02-01 2:19 Göktürk Yüksek
2018-10-02 19:36 Richard Farina
2018-10-02 19:19 Richard Farina
2018-07-17 22:35 Göktürk Yüksek
2018-02-13 1:33 Göktürk Yüksek
2017-12-21 0:50 Göktürk Yüksek
2017-10-22 1:00 Göktürk Yüksek
2017-09-25 4:08 Göktürk Yüksek
2017-09-25 4:08 Göktürk Yüksek
2017-09-06 19:59 Göktürk Yüksek
2017-09-06 19:59 Göktürk Yüksek
2017-09-05 13:47 Göktürk Yüksek
2017-09-05 13:47 Göktürk Yüksek
2017-08-23 18:54 Göktürk Yüksek
2017-08-14 8:16 Michał Górny
2017-07-07 20:03 Göktürk Yüksek
2017-07-06 16:49 Göktürk Yüksek
2017-07-06 16:46 Göktürk Yüksek
2017-07-06 16:46 Göktürk Yüksek
2017-04-28 15:44 Alexys Jacob
2017-04-02 5:49 Göktürk Yüksek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1692007712.d69d365e6c7e8c148933de79b41afd09ddad42fe.marecki@gentoo \
--to=marecki@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox