From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyu2f/
Date: Wed, 6 Oct 2021 10:32:06 +0000 (UTC) [thread overview]
Message-ID: <1633516287.bd48afd480bb8a02e63fe3279414ca024513a8aa.arthurzam@gentoo> (raw)
commit: bd48afd480bb8a02e63fe3279414ca024513a8aa
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 6 10:25:04 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 6 10:31:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd48afd4
dev-python/pyu2f: add 0.1.5, enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pyu2f/Manifest | 1 +
dev-python/pyu2f/pyu2f-0.1.5.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/pyu2f/Manifest b/dev-python/pyu2f/Manifest
index aa7cbd9f231..88204d6007c 100644
--- a/dev-python/pyu2f/Manifest
+++ b/dev-python/pyu2f/Manifest
@@ -1 +1,2 @@
DIST pyu2f-0.1.4.tar.gz 38797 BLAKE2B 4240083b03bd596d1f87e42047980ab7c75d0064eec0ed2050d77bb92d26fac651af515c2c9b10d338e27ecd778e80ff47b5c33a68cd86328dc913c0e70cb1da SHA512 16f948b812edd5f0e4d97350872809b7c1b52f38eea49170e4aa21e0f695935dc0d71d4fa077ee1c1a3ef2f0711d62f0cc49983a89c841aa31aadf7b76340035
+DIST pyu2f-0.1.5.tar.gz 39008 BLAKE2B 475a47ad99bfbe8f85ebe246eb7c394d0855732fc6bf0dd887bb32ad02bacb1f34dadc5506d330add64bca5b353824e773d2b1e971e78d9cf9dc2438d12b4f62 SHA512 ddb15bb1d917117a2b19ad169ac0f8b8c7667d7ef8ee4c266cc30326429bb3627d41d84dc390ce0036d0b0f110e1d2da47d06d4e4d03a8be98cedb5ea3112246
diff --git a/dev-python/pyu2f/pyu2f-0.1.5.ebuild b/dev-python/pyu2f/pyu2f-0.1.5.ebuild
new file mode 100644
index 00000000000..380632e9054
--- /dev/null
+++ b/dev-python/pyu2f/pyu2f-0.1.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python based U2F host library"
+HOMEPAGE="https://github.com/google/pyu2f"
+SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/pyfakefs[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+DOCS=( CONTRIBUTING.md README.md )
+
+distutils_enable_tests pytest
next reply other threads:[~2021-10-06 10:32 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-06 10:32 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-11 20:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyu2f/ Arthur Zamarin
2024-07-11 18:22 Michał Górny
2024-01-26 17:07 Michał Górny
2024-01-26 17:07 Michał Górny
2023-11-24 15:15 Arthur Zamarin
2022-12-25 19:05 Zac Medico
2022-07-11 7:59 Michał Górny
2022-07-10 23:08 Sam James
2022-07-10 22:28 Sam James
2022-06-05 18:01 Arthur Zamarin
2022-06-05 18:01 Arthur Zamarin
2021-11-13 21:24 Michał Górny
2021-11-13 21:09 Jakov Smolić
2021-11-13 12:16 Jakov Smolić
2021-07-05 13:25 Michał Górny
2021-06-29 5:53 Yixun Lan
2021-05-19 20:09 Agostino Sarubbo
2021-05-19 20:06 Agostino Sarubbo
2021-05-15 2:06 Sam James
2020-11-08 22:28 Zac Medico
2020-05-07 17:57 Patrick McLean
2020-02-05 21:21 Michał Górny
2019-06-25 21:53 Patrick McLean
2018-06-15 6:03 Zac Medico
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=1633516287.bd48afd480bb8a02e63fe3279414ca024513a8aa.arthurzam@gentoo \
--to=arthurzam@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