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-i18nmessageid/
Date: Mon, 31 May 2021 12:09:50
Message-Id: 1622461441.e3d4d02708002691b307011a3bf854eea7f63776.mgorny@gentoo
1 commit: e3d4d02708002691b307011a3bf854eea7f63776
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Sun May 23 08:27:53 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 11:44:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d4d027
7
8 dev-python/zope-i18nmessageid: 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-i18nmessageid/zope-i18nmessageid-5.0.1.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-python/zope-i18nmessageid/zope-i18nmessageid-5.0.1.ebuild b/dev-python/zope-i18nmessageid/zope-i18nmessageid-5.0.1.ebuild
19 index 47d123720e1..6ad139e6808 100644
20 --- a/dev-python/zope-i18nmessageid/zope-i18nmessageid-5.0.1.ebuild
21 +++ b/dev-python/zope-i18nmessageid/zope-i18nmessageid-5.0.1.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 @@ -29,8 +29,7 @@ RDEPEND="
32 distutils_enable_tests unittest
33
34 python_test() {
35 - "${EPYTHON}" -m unittest discover -v -s "${BUILD_DIR}"/lib ||
36 - die "Tests failed with ${EPYTHON}"
37 + eunittest "${BUILD_DIR}"/lib
38 }
39
40 python_install_all() {