summaryrefslogtreecommitdiff
path: root/dev-python/hvac/hvac-1.0.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/hvac/hvac-1.0.2.ebuild')
-rw-r--r--dev-python/hvac/hvac-1.0.2.ebuild8
1 files 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"