From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager/
Date: Mon, 10 Feb 2020 20:06:18 +0000 (UTC) [thread overview]
Message-ID: <1581365157.2d5741326852b417fdd124fe3940cc3cde20955d.gokturk@gentoo> (raw)
commit: 2d5741326852b417fdd124fe3940cc3cde20955d
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 20:05:35 2020 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 20:05:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d574132
app-crypt/yubikey-manager: bump to 3.1.1
Bug: https://bugs.gentoo.org/708276
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
app-crypt/yubikey-manager/Manifest | 1 +
.../yubikey-manager/yubikey-manager-3.1.1.ebuild | 63 ++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/app-crypt/yubikey-manager/Manifest b/app-crypt/yubikey-manager/Manifest
index 826dee80d02..23ffb01a757 100644
--- a/app-crypt/yubikey-manager/Manifest
+++ b/app-crypt/yubikey-manager/Manifest
@@ -1 +1,2 @@
DIST yubikey-manager-3.1.0.tar.gz 115010 BLAKE2B 1b27b9af7f3adac87a1bca58929bffef2ae397b359f70580a07193d2bd2f8cd4d2d867053f6494f1e262668443388d79dfe3775f2c3d0a5528840df8826cdf91 SHA512 518eedb52cfcf725c13114c433f848b97f711e94fa9c71685916fb8cb20e5bfc431f648b0ec710ef9ebed2bc8ddd8722ca1c9865d7a1b29537b719e167ed5f60
+DIST yubikey-manager-3.1.1.tar.gz 116632 BLAKE2B 252c419280143fa6f44daf3de8ec27bbdc3218e4552e39799e1daca5b46939c4042ae1d43abeab110fe1abaf2e87d94c270442ee6fce05e26927add5b34e9f66 SHA512 8229d5442ddf89fe90abb0153aa005cb0d149a84634b994dc283f7cbac2f72d4b913c238c277c6aa07f431aed8905008aeb11e594e730be71c9ca88150a6ef68
diff --git a/app-crypt/yubikey-manager/yubikey-manager-3.1.1.ebuild b/app-crypt/yubikey-manager/yubikey-manager-3.1.1.ebuild
new file mode 100644
index 00000000000..c510503999b
--- /dev/null
+++ b/app-crypt/yubikey-manager/yubikey-manager-3.1.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_6 )
+inherit readme.gentoo-r1 distutils-r1
+
+DESCRIPTION="Python library and command line tool for configuring a YubiKey"
+HOMEPAGE="https://developers.yubico.com/yubikey-manager/"
+# Per https://github.com/Yubico/yubikey-manager/issues/217, Yubico is
+# the official source for tarballs, not Github
+SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-python/click[${PYTHON_USEDEP}]
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
+ >=dev-python/fido2-0.7.0[${PYTHON_USEDEP}]
+ <dev-python/fido2-0.8.0[${PYTHON_USEDEP}]
+ dev-python/pyopenssl[${PYTHON_USEDEP}]
+ dev-python/pyscard[${PYTHON_USEDEP}]
+ dev-python/pyusb[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ >=sys-auth/ykpers-1.19.0
+"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ ${RDEPEND}
+ $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2_7')
+ )
+"
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ local DOC_CONTENTS
+
+ distutils-r1_python_install_all
+
+ DOC_CONTENTS="
+ The 'openpgp' command may require the package 'app-crypt/ccid'
+ to be installed on the system. Furthermore, make sure that pcscd
+ daemon is running and has correct access permissions to USB
+ devices.
+ "
+ readme.gentoo_create_doc
+
+ doman "${S}"/man/ykman.1
+}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}
next reply other threads:[~2020-02-10 20:06 UTC|newest]
Thread overview: 99+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-10 20:06 Göktürk Yüksek [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-28 15:22 [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager/ 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-08-14 10:16 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
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=1581365157.2d5741326852b417fdd124fe3940cc3cde20955d.gokturk@gentoo \
--to=gokturk@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