Re: [gentoo-dev] [PATCH v2 2/3] distutils-r1.eclass: Use python_has_version in ...enable_sphinx

2022-02-10 Thread Michał Górny
On Thu, 2022-02-10 at 15:27 -0800, Matt Turner wrote: > On Thu, Feb 10, 2022 at 6:45 AM Michał Górny wrote: > > > > Signed-off-by: Michał Górny > > > Looks good to me. I noticed that this implementation takes only a > single -b/-d/-r as the initial argument and then a list of packages. > I'd

Re: [gentoo-dev] [PATCH v2 2/3] distutils-r1.eclass: Use python_has_version in ...enable_sphinx

2022-02-10 Thread Matt Turner
On Thu, Feb 10, 2022 at 6:45 AM Michał Górny wrote: > > Signed-off-by: Michał Górny Looks good to me. I noticed that this implementation takes only a single -b/-d/-r as the initial argument and then a list of packages. I'd suggested pairs of -b/-d/-r but I think you're right not to implement

[gentoo-dev] [PATCH v2 2/3] distutils-r1.eclass: Use python_has_version in ...enable_sphinx

2022-02-10 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index cdd57149720d..c14297d39757 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@