commit:     691cda5d0b1fa04e6045b8966b44795aee1bb3f3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 18:08:16 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 18:19:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691cda5d

dev-python/hvac: Enable py3.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/hvac/hvac-1.0.2.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/hvac/hvac-1.0.2.ebuild 
b/dev-python/hvac/hvac-1.0.2.ebuild
index d45f728b4f29..b8228fb1bc71 100644
--- a/dev-python/hvac/hvac-1.0.2.ebuild
+++ b/dev-python/hvac/hvac-1.0.2.ebuild
@@ -4,11 +4,15 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
+
 inherit distutils-r1
 
 DESCRIPTION="hashicorp vault client in python"
-HOMEPAGE="https://github.com/hvac/hvac";
+HOMEPAGE="
+       https://github.com/hvac/hvac/
+       https://pypi.org/project/hvac/
+"
 SRC_URI="https://github.com/hvac/hvac/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="Apache-2.0"

Reply via email to