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 07/44] distutils-r1.eclass: Set @PROVIDES
Date: Thu, 02 Sep 2021 10:50:04
Message-Id: 20210902104724.1043118-8-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/44] @PROVIDES for eclasses by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/distutils-r1.eclass | 1 +
4 1 file changed, 1 insertion(+)
5
6 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
7 index 3207ed6f4b8e..75e8179c810e 100644
8 --- a/eclass/distutils-r1.eclass
9 +++ b/eclass/distutils-r1.eclass
10 @@ -8,6 +8,7 @@
11 # Author: Michał Górny <mgorny@g.o>
12 # Based on the work of: Krzysztof Pawlik <nelchael@g.o>
13 # @SUPPORTED_EAPIS: 6 7 8
14 +# @PROVIDES: python-r1 python-single-r1
15 # @BLURB: A simple eclass to build Python packages using distutils.
16 # @DESCRIPTION:
17 # A simple eclass providing functions to build Python packages using
18 --
19 2.33.0