commit: 2a093b0d1e3f31f8f33f7edbd819407176314eff Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Thu Dec 3 15:54:36 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Thu Dec 3 16:46:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a093b0d
dev-python/zeep: add py3{8,9}. Fix DISTUTILS. Bump EAPI Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-python/zeep/zeep-3.4.0.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/zeep/zeep-3.4.0.ebuild b/dev-python/zeep/zeep-3.4.0.ebuild index 8a508a3b5ca..24b289bc439 100644 --- a/dev-python/zeep/zeep-3.4.0.ebuild +++ b/dev-python/zeep/zeep-3.4.0.ebuild @@ -1,9 +1,12 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) + +DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests" @@ -15,8 +18,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="async -tornado" -DEPEND="dev-python/setuptools" -RDEPEND="${DEPEND} +RDEPEND=" >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] >=dev-python/attrs-17.2.0[${PYTHON_USEDEP}] >=dev-python/cached-property-1.3.0[${PYTHON_USEDEP}]