diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-23 11:02:46 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-31 13:44:00 +0200 |
commit | 674588d84be07c67e05bbdea3f369945d007eec4 (patch) | |
tree | 8664c5586357a92d997d0c7df7221da01f813e7a /dev-python | |
parent | dev-python/lxml: Stabilize 4.6.3-r1 amd64, #790737 (diff) | |
download | gentoo-674588d84be07c67e05bbdea3f369945d007eec4.tar.gz gentoo-674588d84be07c67e05bbdea3f369945d007eec4.tar.bz2 gentoo-674588d84be07c67e05bbdea3f369945d007eec4.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>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild | 5 |
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() { |