Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 812269 - dev-python/PyUtilib-6.0.0 uses a probably incorrect DISTUTILS_USE_SETUPTOOLS value
Summary: dev-python/PyUtilib-6.0.0 uses a probably incorrect DISTUTILS_USE_SETUPTOOLS ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: DISTUTILS_USE_SETUPTOOLS
  Show dependency tree
 
Reported: 2021-09-09 11:54 UTC by Agostino Sarubbo
Modified: 2021-09-10 10:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,249.19 KB, text/plain)
2021-09-09 11:54 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)