Versions
v5.1.0-r3 :: 0 :: gentoo (Masked by set 6469)
- Modified
- License
- BSD-2
- Keywords
- ~amd64 ~riscv
USE flags
python_single_target
- python3_10
- Build for Python 3.10 only
- python3_11
- Build for Python 3.11 only
- python3_9
- Build for Python 3.9 only
Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-qt / qtconcurrent : Multi-threading concurrence support library for the Qt5 framework
dev-qt / qtcore : Cross-platform application development framework
dev-qt / qtdeclarative : Qt Declarative (Quick 2)
dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework
dev-qt / qtmultimedia : Qt Multimedia
dev-qt / qtnetwork : Network abstraction library for the Qt5 framework
dev-qt / qtquickcontrols2 : Set of next generation Qt Quick controls for the Qt5 framework
dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework
Runtime Dependencies
app-crypt / yubikey-manager : Python library and command line tool for configuring a YubiKey
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-python / pyotherside : Asynchronous Python 3 Bindings for Qt
dev-qt / qtconcurrent : Multi-threading concurrence support library for the Qt5 framework
dev-qt / qtcore : Cross-platform application development framework
dev-qt / qtdeclarative : Qt Declarative (Quick 2)
dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework
dev-qt / qtmultimedia : Qt Multimedia
dev-qt / qtnetwork : Network abstraction library for the Qt5 framework
dev-qt / qtquickcontrols2 : Set of next generation Qt Quick controls for the Qt5 framework
dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework
Bugs
Masks
6469- David Seifert
Qt-based application is EOL, Yubico has switched to a Flutter-based Googleware framework. Switch to app-crypt/yubioath-flutter-bin or use your phone for TOTP. Blocks app-crypt/yubikey-manager-4 cleanups. Removal on 2023-04-11.- app-crypt/yubioath-desktop
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
app-crypt/yubioath-desktop: enable py3.11
Closes: https://bugs.gentoo.org/896518 Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
app-crypt/yubioath-desktop: block >=app-crypt/yubikey-manager-5.0.0
Does not and will not work on this major branch, see https://github.com/Yubico/yubikey-manager/issues/523#issuecomment-1285985218 Closes: https://bugs.gentoo.org/881159 Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
app-crypt/yubioath-desktop: drop 5.0.5
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Marek Szuba · gentoo
app-crypt/yubioath-desktop: do not import legacy QtQuick module
yubioath-desktop looks for Qt Quick Controls 2 at configure time yet one of the QML scripts attempts to import QtQuick.Dialogs - which belongs to deprecated Qt Quick Controls 1. Patch the offending import out so that said QML script uses the class Dialog from QtQuick.Controls instead; fortunately the two classes are largely API-compatible and the script does not seem to trigger any of the (few according to documentation) incompatibilities which do exist. Closes: https://bugs.gentoo.org/831506 Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-crypt/yubioath-desktop: fix install location
Closes: https://bugs.gentoo.org/825390 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
app-crypt/yubioath-desktop: add 5.1.0
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
app-crypt/yubioath-desktop: keyword 5.0.5 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-crypt/yubioath-desktop: fix missing python deps
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-crypt/yubioath-desktop: initial import
Signed-off-by: David Seifert <soap@gentoo.org>