summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-23 11:02:46 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-31 13:44:00 +0200
commit674588d84be07c67e05bbdea3f369945d007eec4 (patch)
tree8664c5586357a92d997d0c7df7221da01f813e7a
parentdev-python/lxml: Stabilize 4.6.3-r1 amd64, #790737 (diff)
downloadgentoo-674588d8.tar.gz
gentoo-674588d8.tar.bz2
gentoo-674588d8.zip
dev-python/zope-deprecation: bump to python 3.10
passes tests Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild5
1 files 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 14a895391a5e..7b98e5313fbb 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() {