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: eclass/
Date: Fri, 08 Apr 2022 21:23:30
Message-Id: 1649453002.6339d0660e5df2ab26b1770b5e88cd9fb333ff81.mgorny@gentoo
1 commit: 6339d0660e5df2ab26b1770b5e88cd9fb333ff81
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 8 21:22:04 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 8 21:23:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6339d066
7
8 distutils-r1.eclass: Remove extra deps from jupyter backend
9
10 dev-python/jupyter_packaging depends on these directly, and packages
11 using it don't list these deps in their requires, so I guess it doesn't
12 make sense for us to copy them.
13
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 eclass/distutils-r1.eclass | 6 ++----
17 1 file changed, 2 insertions(+), 4 deletions(-)
18
19 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
20 index 05cd5dc52004..de891215e688 100644
21 --- a/eclass/distutils-r1.eclass
22 +++ b/eclass/distutils-r1.eclass
23 @@ -100,7 +100,7 @@ esac
24 #
25 # - hatchling - hatchling backend (from hatch)
26 #
27 -# - jupyter - jupyter_packaging backend (uses setuptools internally)
28 +# - jupyter - jupyter_packaging backend
29 #
30 # - pdm - pdm.pep517 backend
31 #
32 @@ -204,9 +204,7 @@ _distutils_set_globals() {
33 ;;
34 jupyter)
35 bdep+='
36 - dev-python/jupyter_packaging[${PYTHON_USEDEP}]
37 - >=dev-python/setuptools-60.5.0[${PYTHON_USEDEP}]
38 - dev-python/wheel[${PYTHON_USEDEP}]'
39 + dev-python/jupyter_packaging[${PYTHON_USEDEP}]'
40 ;;
41 pdm)
42 bdep+='