Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 952099 - dev-python/pysvn-1.9.22 specifies DISTUTILS_USE_PEP517 but doesn't use PEP517 build backend
Summary: dev-python/pysvn-1.9.22 specifies DISTUTILS_USE_PEP517 but doesn't use PEP517...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-26 10:55 UTC by Michał Górny
Modified: 2025-03-26 10:55 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2025-03-26 10:55:29 UTC
The package specifies:

  DISTUTILS_USE_PEP517=setuptools

but it never calls distutils-r1_python_compile.  In fact, it clearly overrides all phase functions to prevent the eclass from exploding on broken logic.

I guess it should be using:

  DISTUTILS_USE_PEP517=no

instead.