Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter/
Date: Fri, 10 Sep 2021 16:55:40
Message-Id: 1631292932.06f19ffd597c6ae5f916c54a3e83aa084bb4d7fb.andrewammerlaan@gentoo
1 commit: 06f19ffd597c6ae5f916c54a3e83aa084bb4d7fb
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 10 16:40:54 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 10 16:55:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f19ffd
7
8 dev-python/jupyter: enable py3.10
9
10 Closes: https://bugs.gentoo.org/748261
11 Package-Manager: Portage-3.0.23, Repoman-3.0.3
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 dev-python/jupyter/jupyter-1.0.0-r3.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/jupyter/jupyter-1.0.0-r3.ebuild b/dev-python/jupyter/jupyter-1.0.0-r3.ebuild
18 index c88927ac5ff..514389a8adc 100644
19 --- a/dev-python/jupyter/jupyter-1.0.0-r3.ebuild
20 +++ b/dev-python/jupyter/jupyter-1.0.0-r3.ebuild
21 @@ -1,9 +1,10 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python3_{7..9} )
29 +DISTUTILS_USE_SETUPTOOLS=no
30 +PYTHON_COMPAT=( python3_{7..10} )
31
32 inherit distutils-r1