commit:     6193ddedd7cf18772569b675380487869c96e43e
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 22:07:05 2021 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 22:34:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6193dded

dev-python/hvac: multiple fixes

- add python 3.9
- fix dependencies
- allow allarches stabilization

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-python/hvac/hvac-0.10.8.ebuild | 12 +++++-------
 dev-python/hvac/metadata.xml       |  1 +
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/dev-python/hvac/hvac-0.10.8.ebuild 
b/dev-python/hvac/hvac-0.10.8.ebuild
index 2b000d3a3e0..0f2858e5609 100644
--- a/dev-python/hvac/hvac-0.10.8.ebuild
+++ b/dev-python/hvac/hvac-0.10.8.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_8 python3_9 )
 inherit distutils-r1
 
 DESCRIPTION="hashicorp vault client in python"
@@ -19,12 +19,7 @@ fi
 LICENSE="Apache-2.0"
 SLOT="0"
 
-COMMON_DEPEND="
-       >=dev-python/pyhcl-0.4.4[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
-       >=dev-python/six-1.15.0[${PYTHON_USEDEP}]"
-DEPEND="${COMMON_DEPEND}
-       test? (
+BDEPEND="test? (
                dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
                dev-python/jwcrypto[${PYTHON_USEDEP}]
                dev-python/mock[${PYTHON_USEDEP}]
@@ -34,6 +29,9 @@ DEPEND="${COMMON_DEPEND}
                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
 

diff --git a/dev-python/hvac/metadata.xml b/dev-python/hvac/metadata.xml
index a2de45549ba..aeca96839a4 100644
--- a/dev-python/hvac/metadata.xml
+++ b/dev-python/hvac/metadata.xml
@@ -9,4 +9,5 @@
                <email>chutz...@gentoo.org</email>
                <name>Patrick McLean</name>
        </maintainer>
+       <stabilize-allarches/>
 </pkgmetadata>

Reply via email to