summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:12:52 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:12:52 +0100
commit28c60ad857ef77ac496b56a68784a3e1222e4d22 (patch)
tree6f8ab16b51b429a8d713552088de250ac84a85ec /dev-python/hvac
parentdev-python/husl: Remove Py2 (diff)
downloadgentoo-28c60ad857ef77ac496b56a68784a3e1222e4d22.tar.gz
gentoo-28c60ad857ef77ac496b56a68784a3e1222e4d22.tar.bz2
gentoo-28c60ad857ef77ac496b56a68784a3e1222e4d22.zip
dev-python/hvac: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/hvac')
-rw-r--r--dev-python/hvac/hvac-0.2.17.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hvac/hvac-0.2.17.ebuild b/dev-python/hvac/hvac-0.2.17.ebuild
index 047a37a236c2..861a129cb22d 100644
--- a/dev-python/hvac/hvac-0.2.17.ebuild
+++ b/dev-python/hvac/hvac-0.2.17.ebuild
@@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
-DESCRIPTION="Python 2/3 client for HashiCorp Vault"
+DESCRIPTION="Python client for HashiCorp Vault"
HOMEPAGE="https://github.com/ianunruh/hvac"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"