Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921754 - [guru] dev-python/NSKeyedUnArchiver-1.5 installs deprecated .egg/.egg-info (GCC-14-SYSTEM)
Summary: [guru] dev-python/NSKeyedUnArchiver-1.5 installs deprecated .egg/.egg-info (G...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Vitaly Zdanevich
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2024-01-11 08:11 UTC by Agostino Sarubbo
Modified: 2024-01-11 16:43 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,49.70 KB, text/plain)
2024-01-11 08:11 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 2024-01-11 08:11:51 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/NSKeyedUnArchiver-1.5 installs deprecated .egg/.egg-info (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: guru_tinderbox)

NOTE:
(GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-11 08:11:53 UTC
Created attachment 881905 [details]
build.log

build log and emerge --info
Comment 2 Vitaly Zdanevich 2024-01-11 11:17:28 UTC
What should I do with this?
Comment 3 Viorel Munteanu gentoo-dev 2024-01-11 11:42:10 UTC
The build log says this:
 * QA Notice: The following deprecated .egg or .egg-info files were found.
 * Please migrate the ebuild to use the PEP517 build.

You need to migrate the ebuild to use the PEP 517 mode.  Take a look at the python guide https://projects.gentoo.org/python/guide/distutils.html
Comment 4 Larry the Git Cow gentoo-dev 2024-01-11 16:43:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd93b3df39e74e569f071352f78ab2b98380da43

commit cd93b3df39e74e569f071352f78ab2b98380da43
Author:     Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
AuthorDate: 2024-01-11 12:15:13 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
CommitDate: 2024-01-11 12:15:13 +0000

    dev-python/NSKeyedUnArchiver: add DISTUTILS_USE_PEP517=setuptools
    
    Closes: https://bugs.gentoo.org/921754
    Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>

 dev-python/NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)