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/cython-test-exception-raiser/
Date: Tue, 18 May 2021 11:40:14
Message-Id: 1621337992.cd4d2cccabaf7626963cc585c556828429bd5e4e.mgorny@gentoo
1 commit: cd4d2cccabaf7626963cc585c556828429bd5e4e
2 Author: Ekaterina Vaartis <vaartis <AT> kotobank <DOT> ch>
3 AuthorDate: Sat May 15 20:08:25 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 11:39:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4d2ccc
7
8 dev-python/cython-test-exception-raiser: Bump to python 3.10
9
10 Signed-off-by: Ekaterina Vaartis <vaartis <AT> kotobank.ch>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 .../cython-test-exception-raiser-1.0.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild
17 index a7688e4507d..133546052a7 100644
18 --- a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild
19 +++ b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{7..10} )
26 inherit distutils-r1
27
28 DESCRIPTION="A trivial extension that just raises an exception (for testing)"