Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 803152 - [Tracker] Invalid use of Python eclasses
Summary: [Tracker] Invalid use of Python eclasses
Status: CONFIRMED
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: Tracker
Depends on: 506382 708592 708676 851585 480418 610008 622892 708586 710224 710232 710234 830387 830388 830622 832262 836021 851570 851573 851576 851579 851588 851843 864430
Blocks:
  Show dependency tree
 
Reported: 2021-07-21 01:25 UTC by Sam James
Modified: 2022-08-27 18:34 UTC (History)
1 user (show)

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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-07-21 01:25:06 UTC
Usually involves reinventing the wheel or using the wrong eclass.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-12 16:08:34 UTC
For the distutils-r1 "foreach_impl" bugs:
```
Need to swap out "python_foreach_impl ..." -> a call to e.g. distutils-r1_src_install and then define the python_compile() phase.

https://github.com/gentoo/gentoo/pull/25822 has some discussion for it, but it's to fit better with eclass assumptions.
```