public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fido2/
Date: Thu, 24 Oct 2019 15:27:23 +0000 (UTC)	[thread overview]
Message-ID: <1571930825.dd287b62856673f91fb002b313dbd1b969063a05.gokturk@gentoo> (raw)

commit:     dd287b62856673f91fb002b313dbd1b969063a05
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 15:26:49 2019 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 15:27:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd287b62

dev-python/fido2: bump to 0.7.2

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>

 dev-python/fido2/Manifest           |  1 +
 dev-python/fido2/fido2-0.7.2.ebuild | 49 +++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/fido2/Manifest b/dev-python/fido2/Manifest
index 23708cfcded..46d7e85dd8c 100644
--- a/dev-python/fido2/Manifest
+++ b/dev-python/fido2/Manifest
@@ -4,3 +4,4 @@ DIST fido2-0.5.0.tar.gz 161562 BLAKE2B 20d4f6c4e54366a26d5a56a84a6ff84bec0f0e221
 DIST fido2-0.6.0.tar.gz 163137 BLAKE2B 3a30d4267a1aae00eac8fa8c05065163f992b72895097aca95dba72300bd9c30373c7537a867e532949af779e8e7528e1a3aad8f04cb0170678675294757b5d4 SHA512 1fb8e591480ac2ac9c405e4fc74895d55d630e462626f849952193c3ae6720104cca1da47af1f89adbcc026034f69dba12fc38577b00f9802434db2162d0d1d5
 DIST fido2-0.7.0.tar.gz 171787 BLAKE2B 6458a606ecbbd22ac7c49b2e32b46e43c0ca184645fff4c54e0204f044a415db05b3e7187b6138e4d1b67dad9ed5faf3eb561b11b391b5105bac4299481bd95d SHA512 65fdaeeb1932873fb2ae86257182eb6098d6bf4ce5ed45336327bd3e9040eddccd7f7559ece58d9bdcbfe8c98c2eb8646069556a6d00035fef5eade4907a45d8
 DIST fido2-0.7.1.tar.gz 176790 BLAKE2B d6e800b750902ad26ea6fc0634b37215ac57a65c18d0139b38263d7b97fdf0aaa41070abd5da35891a0dee0c788e43cc7c3bf47e8c1328e292352612ad719c9b SHA512 07024a4076d88bd9ec5d5dbfd924c88e314906668444d96aa9177c373309e90e33c18fd5313943fd83eb28b6d40f0c16a8f64c5d9a2aa50f2fc5115c1967ae3a
+DIST fido2-0.7.2.tar.gz 188159 BLAKE2B b1fa5f260c64bcfbed7e84aeda4d2ccd4582c8889f9b2369faf677139e0fafb30ae9633e89baf789c3e6e343f63932cfbf9161a41c27b60b59f81a625804d1ab SHA512 dbd163f0700e57c3692da3817a79af616cab0a47f984cede8c098a8a81b31aa49e96c6087fb438fee62c251139af8a434b39175d87530fdc005047b2afdef3b1

diff --git a/dev-python/fido2/fido2-0.7.2.ebuild b/dev-python/fido2/fido2-0.7.2.ebuild
new file mode 100644
index 00000000000..311a481c34f
--- /dev/null
+++ b/dev-python/fido2/fido2-0.7.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+inherit distutils-r1
+
+DESCRIPTION="Python based FIDO 2.0 library"
+HOMEPAGE="https://github.com/Yubico/python-fido2"
+SRC_URI="https://github.com/Yubico/python-fido2/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD-2 MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+
+RDEPEND="
+	dev-python/six[${PYTHON_USEDEP}]
+	dev-python/cryptography[${PYTHON_USEDEP}]
+	dev-python/pyscard[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
+	examples? (
+		dev-python/flask[${PYTHON_USEDEP}]
+		dev-python/pyopenssl[${PYTHON_USEDEP}]
+	)
+"
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		${RDEPEND}
+		dev-python/mock[${PYTHON_USEDEP}]
+		>=dev-python/pyfakefs-3.4[${PYTHON_USEDEP}]
+	)
+"
+
+python_test() {
+	esetup.py test
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	if use examples; then
+		docinto examples
+		dodoc -r "${S}"/examples/.
+		docompress -x "/usr/share/doc/${PF}/examples"
+	fi
+}


             reply	other threads:[~2019-10-24 15:27 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-24 15:27 Göktürk Yüksek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-28 11:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/fido2/ Sam James
2024-12-28 10:47 Michał Górny
2024-12-28  9:45 Sam James
2024-12-13 20:15 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-06-28 11:38 Michał Górny
2024-06-17 16:27 Michał Górny
2024-03-30 14:53 Michał Górny
2024-03-14 11:44 Michał Górny
2024-03-09 11:25 Marek Szuba
2023-11-24 17:04 Arthur Zamarin
2023-11-24 16:55 Sam James
2023-08-23 23:37 Marek Szuba
2023-08-19 15:51 Michał Górny
2023-07-07  3:15 Michał Górny
2023-05-02  3:14 Michał Górny
2023-05-01 17:14 Sam James
2023-05-01  0:09 Sam James
2023-04-06  3:07 Michał Górny
2023-02-26 23:32 Marek Szuba
2022-11-19 16:52 Michał Górny
2022-11-19 16:40 Sam James
2022-10-18  6:36 Michał Górny
2022-07-24 19:13 Sam James
2022-06-20 15:40 Marek Szuba
2022-06-08 23:11 Marek Szuba
2022-01-11  2:23 Georgy Yakovlev
2021-12-31  1:15 Georgy Yakovlev
2021-12-17 18:57 Michał Górny
2021-12-17 18:30 Jakov Smolić
2021-11-17 13:03 Marek Szuba
2021-11-17 13:03 Marek Szuba
2021-09-13 16:26 Marek Szuba
2021-08-10  0:22 Göktürk Yüksek
2021-08-01 22:07 Marek Szuba
2021-05-27 15:37 Marek Szuba
2021-04-18  1:41 Sam James
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
2020-12-03 16:53 Marek Szuba
2020-07-08 20:16 Michał Górny
2020-07-08 20:16 Michał Górny
2020-03-19  2:11 Rick Farina
2020-03-19  2:11 Rick Farina
2020-03-17  7:23 Michał Górny
2019-11-29  4:32 Göktürk Yüksek
2019-11-26 12:27 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-09-20 13:19 Göktürk Yüksek
2019-06-18 20:40 Göktürk Yüksek
2019-05-21 17:18 Göktürk Yüksek
2019-03-19 15:38 Rick Farina
2019-03-11  8:40 Mikle Kolyada
2019-01-24 20:18 Göktürk Yüksek
2018-11-07 22:47 Göktürk Yüksek
2018-05-18 23:19 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=1571930825.dd287b62856673f91fb002b313dbd1b969063a05.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