From 674588d84be07c67e05bbdea3f369945d007eec4 Mon Sep 17 00:00:00 2001 From: Zamarin Arthur Date: Sun, 23 May 2021 11:02:46 +0300 Subject: [PATCH] dev-python/zope-deprecation: bump to python 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit passes tests Signed-off-by: Zamarin Arthur Signed-off-by: Michał Górny --- dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild b/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild index 14a895391a5ed..7b98e5313fbbc 100644 --- a/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild +++ b/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 @@ -14,6 +14,7 @@ MY_P=${MY_PN}-${PV} DESCRIPTION="Zope Deprecation Infrastructure" HOMEPAGE="https://github.com/zopefoundation/zope.deprecation" SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="ZPL" SLOT="0" @@ -21,8 +22,6 @@ KEYWORDS="amd64 x86" RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]" -S="${WORKDIR}/${MY_P}" - distutils_enable_tests setup.py python_install_all() {