diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-11-17 13:59:42 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-11-17 14:03:44 +0100 |
commit | 80adadf377ab9251473dae0d64db880305a31e0b (patch) | |
tree | c89646e851e2714a79f9fafecfcd068b9caf9466 /app-crypt/yubikey-manager/yubikey-manager-4.0.0.ebuild | |
parent | app-crypt/yubikey-manager-qt: drop 1.1.5 (diff) | |
download | gentoo-80adadf377ab9251473dae0d64db880305a31e0b.tar.gz gentoo-80adadf377ab9251473dae0d64db880305a31e0b.tar.bz2 gentoo-80adadf377ab9251473dae0d64db880305a31e0b.zip |
app-crypt/yubikey-manager: drop 3.1.2, 4.0.0
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-crypt/yubikey-manager/yubikey-manager-4.0.0.ebuild')
-rw-r--r-- | app-crypt/yubikey-manager/yubikey-manager-4.0.0.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/app-crypt/yubikey-manager/yubikey-manager-4.0.0.ebuild b/app-crypt/yubikey-manager/yubikey-manager-4.0.0.ebuild deleted file mode 100644 index 46d392c70cf0..000000000000 --- a/app-crypt/yubikey-manager/yubikey-manager-4.0.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -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" -RESTRICT="test" # Tests require non-existing package makefun - -RDEPEND=" - dev-python/click[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/fido2:0/0.9[${PYTHON_USEDEP}] - dev-python/pyopenssl[${PYTHON_USEDEP}] - dev-python/pyscard[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" - -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 -} |