Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 812269

Summary: dev-python/PyUtilib-6.0.0 uses a probably incorrect DISTUTILS_USE_SETUPTOOLS value
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: chutzpah
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 812431    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-09-09 11:54:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/PyUtilib-6.0.0 uses a probably incorrect DISTUTILS_USE_SETUPTOOLS value.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2021-09-09 11:54:22 UTC
Created attachment 738568 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-09-09 17:29:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b44e5a66ec5f29c30962600ebf8b4bec6fd05e4

commit 9b44e5a66ec5f29c30962600ebf8b4bec6fd05e4
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2021-09-09 16:22:00 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2021-09-09 17:28:53 +0000

    dev-python/PyUtilib: enable py3.10, add missing deps
    
    Needed to fix a very small and irrelevant part of tests, which check
    exact output of --help output. In python 3.10 it changed the texts,
    so those fails are failing now. Fix by using sed and change only for
    python 3.10 the expected output.
    
    Closes: https://bugs.gentoo.org/812269
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-python/PyUtilib/PyUtilib-6.0.0.ebuild | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)