From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hvac/
Date: Sat, 3 Apr 2021 06:59:25 +0000 (UTC) [thread overview]
Message-ID: <1617433139.9a4bb8d67b04dbe8f5fbfcd38e809d143f46bf17.mgorny@gentoo> (raw)
commit: 9a4bb8d67b04dbe8f5fbfcd38e809d143f46bf17
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 06:58:47 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 06:58:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4bb8d6
dev-python/hvac: Bump to 0.10.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hvac/Manifest | 1 +
dev-python/hvac/hvac-0.10.9.ebuild | 49 ++++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/dev-python/hvac/Manifest b/dev-python/hvac/Manifest
index 82031b3493c..5cfda85a784 100644
--- a/dev-python/hvac/Manifest
+++ b/dev-python/hvac/Manifest
@@ -1 +1,2 @@
DIST hvac-0.10.8.tar.gz 290963 BLAKE2B 539e604d2c0476c3f8bd9bf9e803f2d7c6ea8671cd86ef650a7a3e615fa3461135e956726a869fa8b9c1883b70c11eaa51f28e6d07f284dbb43b51a696dd9958 SHA512 010a851c39bdc4d420343fa42aef5cd7faa073c11bf1507fc563791b8c93e85367b2081d573123acccd467881bccb9f9f33487551cac763d91ee7e5341ea5568
+DIST hvac-0.10.9.tar.gz 291045 BLAKE2B 63c48b21e402a1af3f73e5b295061a2f82040cedd412fab69e8759e290a46eb67d1aa0ddaeb40c1638eefbc492441e238cbe4be114093015af6eabd99a0c0a75 SHA512 4af23583110ca4c2c9714f5234daf21ee199c2ac97cde01a220db6f5d89957b95c1e8b84904104e5a96ec39b54cea567973427a73ed7cae5806e794d37403a8d
diff --git a/dev-python/hvac/hvac-0.10.9.ebuild b/dev-python/hvac/hvac-0.10.9.ebuild
new file mode 100644
index 00000000000..a9529bd22ad
--- /dev/null
+++ b/dev-python/hvac/hvac-0.10.9.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="hashicorp vault client in python"
+HOMEPAGE="https://github.com/hvac/hvac"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/hvac/hvac.git"
+else
+ SRC_URI="https://github.com/hvac/hvac/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+BDEPEND="
+ test? (
+ dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
+ dev-python/jwcrypto[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/parameterized[${PYTHON_USEDEP}]
+ dev-python/python-jwt[${PYTHON_USEDEP}]
+ dev-python/requests-mock[${PYTHON_USEDEP}]
+ dev-python/semantic_version[${PYTHON_USEDEP}]
+ dev-python/werkzeug[${PYTHON_USEDEP}]
+ )"
+RDEPEND="
+ >=dev-python/pyhcl-0.4.4[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
+ >=dev-python/six-1.15.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local ignore=(
+ # ldap_test is not packaged.
+ tests/integration_tests/api/auth_methods/test_ldap.py
+ # https://github.com/lepture/authlib is not packaged.
+ tests/integration_tests/api/auth_methods/test_oidc.py
+ )
+
+ epytest ${ignore[@]/#/--ignore }
+}
next reply other threads:[~2021-04-03 6:59 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-03 6:59 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-20 18:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/hvac/ Michał Górny
2024-06-20 18:07 Michał Górny
2024-06-19 4:36 Michał Górny
2024-06-19 4:36 Michał Górny
2024-04-28 2:37 Michał Górny
2024-01-03 18:46 Arthur Zamarin
2023-12-30 18:28 Michał Górny
2023-10-21 3:40 Michał Górny
2023-09-09 17:29 Arthur Zamarin
2023-09-06 16:39 Michał Górny
2023-07-24 11:31 Michał Górny
2023-06-18 2:16 Michał Górny
2023-03-07 7:08 Michał Górny
2023-02-16 18:19 Michał Górny
2022-11-14 4:39 Michał Górny
2022-10-14 4:22 Arthur Zamarin
2022-09-19 18:35 Arthur Zamarin
2022-09-16 7:43 Arthur Zamarin
2021-09-24 6:33 Michał Górny
2021-09-24 6:33 Michał Górny
2021-09-23 8:16 Michał Górny
2021-09-23 8:16 Michał Górny
2021-09-23 8:16 Michał Górny
2021-07-13 6:35 Michał Górny
2021-05-22 7:58 Michał Górny
2021-05-21 8:07 Michał Górny
2021-05-20 7:25 Michał Górny
2021-05-08 8:52 Michał Górny
2021-05-08 8:52 Michał Górny
2021-02-24 7:59 Michał Górny
2021-02-21 22:34 William Hubbs
2021-02-21 20:54 William Hubbs
2020-04-06 9:03 Mikle Kolyada
2018-06-24 14:22 Pacho Ramos
2017-07-23 12:04 Manuel Rüger
2017-06-13 17:31 Manuel Rüger
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=1617433139.9a4bb8d67b04dbe8f5fbfcd38e809d143f46bf17.mgorny@gentoo \
--to=mgorny@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