Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 5/7] distutils-r1.eclass: Print versions of common hatch plugins
Date: Fri, 25 Nov 2022 17:07:06
Message-Id: 20221125170508.23064-6-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/7] distutils-r1.eclass: mesonpy option passing support + periodic cleanup by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/distutils-r1.eclass | 2 ++
4 1 file changed, 2 insertions(+)
5
6 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
7 index 551e8f68ef99..1cc4626f3a12 100644
8 --- a/eclass/distutils-r1.eclass
9 +++ b/eclass/distutils-r1.eclass
10 @@ -929,6 +929,8 @@ _distutils-r1_print_package_versions() {
11 hatchling)
12 packages+=(
13 dev-python/hatchling
14 + dev-python/hatch-fancy-pypi-readme
15 + dev-python/hatch-vcs
16 )
17 ;;
18 jupyter)
19 --
20 2.38.1