dev-python/hvac: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:12:52 +0000 (17:12 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:12:52 +0000 (17:12 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/hvac/hvac-0.2.17.ebuild

index 047a37a236c20e83db1dacc51915a873442539f0..861a129cb22d3c84a91a8cc5d1100fa0af53d9f0 100644 (file)
@@ -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"