commit:     d88c7a80e461e2320ec25b84fff6790f155d8e60
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 16:39:51 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 16:45:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88c7a80

app-crypt/yubikey-manager: bump to 0.4.0 #623944

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/yubikey-manager/Manifest                 |  1 +
 .../yubikey-manager/yubikey-manager-0.4.0.ebuild   | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/app-crypt/yubikey-manager/Manifest 
b/app-crypt/yubikey-manager/Manifest
index d89f046429b..1dbb3c135f4 100644
--- a/app-crypt/yubikey-manager/Manifest
+++ b/app-crypt/yubikey-manager/Manifest
@@ -1 +1,2 @@
 DIST yubikey-manager-0.3.2.tar.gz 51000 SHA256 
9280437dbdc1c32adc6b5339aa1809783d1bcf13e254eac5e716701a4c97ea1f SHA512 
1c5bce8377e117e8b7e30f93666d7727f5bf406deb8e78c0471fcd6c41ece0e8d9c4fa120aa3b31599666218e4437bd0fe2510253f717f7285e3f3b424e8b3c0
 WHIRLPOOL 
33ade8e351fd3e92688171e7eb259085446c3b760b24f890ee6eb77fcb913ab59ddfe57c206ca164a8fe4c8d201df11b93e00411ea48ff4ffbf854d949136449
+DIST yubikey-manager-0.4.0.tar.gz 52267 SHA256 
ebe9b78522e66de65c0648662915d535a6beba7b2fd72c3480729a8c1eae8035 SHA512 
a3cd5d031f69714ccb01f704e8659d02f8162479e812d3978824aa943517faed20af2aa3f863158a631582490f508c0a5f75f0308d37b43585f5bf0607a25634
 WHIRLPOOL 
563b21f3647e6cd2f2578b30351b142d016abf7cae82809a45b2c0082010849959ea5736924e8e7f0a11e184df7ee3f96563cbdaf9a01ed790ec3476c350ef8c

diff --git a/app-crypt/yubikey-manager/yubikey-manager-0.4.0.ebuild 
b/app-crypt/yubikey-manager/yubikey-manager-0.4.0.ebuild
new file mode 100644
index 00000000000..9ca35614011
--- /dev/null
+++ b/app-crypt/yubikey-manager/yubikey-manager-0.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+inherit distutils-r1
+
+DESCRIPTION="Python library and command line tool for configuring a YubiKey"
+HOMEPAGE="https://developers.yubico.com/yubikey-manager/";
+SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test" # Testing requires RSA keys which are not present in the 
tarball
+
+RDEPEND="
+       app-crypt/libu2f-host
+       dev-python/six[${PYTHON_USEDEP}]
+       dev-python/pyscard[${PYTHON_USEDEP}]
+       dev-python/pyusb[${PYTHON_USEDEP}]
+       dev-python/click[${PYTHON_USEDEP}]
+       dev-python/cryptography[${PYTHON_USEDEP}]
+       dev-python/pyopenssl[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
+       sys-auth/ykpers
+"

Reply via email to