On Wed, Oct 26, 2022 at 6:41 AM Lumír Balhar wrote:
>
> Hello.
>
> Since Python 2.0 (1994), Python provided a useful tool pathfix.py that
> we use in Python RPM macros for fixing shebangs of Python modules and
> some RPM packages use it as well directly in their specfiles for similar
> purposes. T
Hi,
I'm getting the ImportError from subject specifically when building
python-plotnine for f36 (Python 3.10.7). The same package builds fine
for f37 and rawhide (Python 3.11.0).
The module the test is trying to import from is present in tests/, so
I'm a bit stupefied as to why this fails. I
On Wed Oct 26, 2022 at 12:41 +0200, Lumír Balhar wrote:
> Since Python 2.0 (1994), Python provided a useful tool pathfix.py that
> we use in Python RPM macros for fixing shebangs of Python modules and
> some RPM packages use it as well directly in their specfiles for similar
> purposes. The scri
Hello Pythonistas,
while working on a change that requires adding a new Shell environment variable
to both %pytest and %tox, I figured out we might benefit from defining such
variables at one place.
Maxwell suggested that this place should be exposed to packagers, so they could
use it with o
Hello.
Since Python 2.0 (1994), Python provided a useful tool pathfix.py that
we use in Python RPM macros for fixing shebangs of Python modules and
some RPM packages use it as well directly in their specfiles for similar
purposes. The script will no longer be part of CPython source code and
p