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: Sat, 26 Nov 2022 21:12:36
Message-Id: 1669497146.708b02f95231991195d051f2c7b057ff988fadfd.mgorny@gentoo
1 commit: 708b02f95231991195d051f2c7b057ff988fadfd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 25 13:40:31 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 21:12:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708b02f9
7
8 distutils-r1.eclass: Print versions of common hatch plugins
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/distutils-r1.eclass | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
16 index 551e8f68ef99..1cc4626f3a12 100644
17 --- a/eclass/distutils-r1.eclass
18 +++ b/eclass/distutils-r1.eclass
19 @@ -929,6 +929,8 @@ _distutils-r1_print_package_versions() {
20 hatchling)
21 packages+=(
22 dev-python/hatchling
23 + dev-python/hatch-fancy-pypi-readme
24 + dev-python/hatch-vcs
25 )
26 ;;
27 jupyter)