Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/theano-pymc/
Date: Tue, 29 Dec 2020 09:53:40
Message-Id: 1609235611.0dfc5e582e1b3723b9ea03b46052579d79e01565.sam@gentoo
1 commit: 0dfc5e582e1b3723b9ea03b46052579d79e01565
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 09:53:31 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 09:53:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfc5e58
7
8 dev-python/theano-pymc: restore other Pythons
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/theano-pymc/theano-pymc-1.0.14.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/theano-pymc/theano-pymc-1.0.14.ebuild b/dev-python/theano-pymc/theano-pymc-1.0.14.ebuild
17 index e66b350a5ee..695a31afb33 100644
18 --- a/dev-python/theano-pymc/theano-pymc-1.0.14.ebuild
19 +++ b/dev-python/theano-pymc/theano-pymc-1.0.14.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 DISTUTILS_USE_SETUPTOOLS=rdepend
24 -PYTHON_COMPAT=( python3_9 )
25 +PYTHON_COMPAT=( python3_{6,7,8,9} )
26 inherit distutils-r1 optfeature
27
28 DESCRIPTION="Library for operating on mathematical expressions with multi-dimensional arrays"