Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-deprecation/
Date: Mon, 31 May 2021 12:09:49
Message-Id: 1622461440.674588d84be07c67e05bbdea3f369945d007eec4.mgorny@gentoo
1 commit: 674588d84be07c67e05bbdea3f369945d007eec4
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Sun May 23 08:02:46 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 11:44:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674588d8
7
8 dev-python/zope-deprecation: bump to python 3.10
9
10 passes tests
11
12 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild b/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild
19 index 14a895391a5..7b98e5313fb 100644
20 --- a/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild
21 +++ b/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=7
24
25 DISTUTILS_USE_SETUPTOOLS=rdepend
26 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
27 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
28
29 inherit distutils-r1
30
31 @@ -14,6 +14,7 @@ MY_P=${MY_PN}-${PV}
32 DESCRIPTION="Zope Deprecation Infrastructure"
33 HOMEPAGE="https://github.com/zopefoundation/zope.deprecation"
34 SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz"
35 +S="${WORKDIR}/${MY_P}"
36
37 LICENSE="ZPL"
38 SLOT="0"
39 @@ -21,8 +22,6 @@ KEYWORDS="amd64 x86"
40
41 RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]"
42
43 -S="${WORKDIR}/${MY_P}"
44 -
45 distutils_enable_tests setup.py
46
47 python_install_all() {