Ben Greiner

Results 141 comments of Ben Greiner

Still crashing. Pytest output ``` [ 38s] + python3.9 -B -c ' [ 38s] import sys, astropy [ 38s] pytestargs = ('\''-v '\'' [ 38s] '\''-rsfE '\'' [ 38s] '\''-n...

https://github.com/pypa/setuptools_scm/issues/953

> Does this need a fix? Since `setuptools_scm` seems to not be in the list of `virtualenv`’s dependencies anymore. But hatch-vcs has it, which is a build requirement for virtualenv....

Could you please "Release" 4.0.0 (with #211) both on GitHub as well as on PyPI?

And with typeguard: ``` [ 6s] ====================================================================== [ 6s] ERROR: test_success (tests.test_typeguard.TypeguardTest) [ 6s] ---------------------------------------------------------------------- [ 6s] Traceback (most recent call last): [ 6s] File "/home/abuild/rpmbuild/BUILD/nptyping-2.5.0/tests/test_typeguard.py", line 24, in test_success...

It would also be great to have an SOVERSION in the compiled shared libraries. I currently do this with the fltk fork (that one is required by PrusaSlicer): ```diff Index:...

Would it make at difference? https://github.com/memononen/nanosvg/blob/9da543e8329fdd81b64eb48742d8ccb09377aed1/README.md?plain=1#L1

Okay, I will ignore the rust files in this repo then :)

I guess it is okay for people to use the shebang instead of using `python generate_f2pymod.py`. But the meson build should not do that on it's own. Ideas: * ~~Using...

Hmm, when omitting the `--no-build-isolation`, meson actually does the right thing: ``` python3.12 -m pip -v wheel . ... Installing collected packages: ply, setuptools, pybind11, packaging, numpy, meson, gast, Cython,...