From: David Seifert Date: Sat, 28 Dec 2019 16:12:52 +0000 (+0100) Subject: dev-python/hvac: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=28c60ad857ef77ac496b56a68784a3e1222e4d22;p=gentoo.git dev-python/hvac: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- 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"