python-zstandard icon indicating copy to clipboard operation
python-zstandard copied to clipboard

static metadata

Open dimbleby opened this issue 10 months ago • 0 comments

Revisits #97, actually more or less reverses 84650b2

per that issue, it still is desirable that package metadata should be static. That is not currently the case: some wheels say that they want cffi >= 1.17, while others say that they want cffi >= 1.11.

Meanwhile "cffi is required on PyPy." seems to be the opposite of reality. As noted earlier in that file, PyPy vendors cffi - so it is the one python implementation where you definitely do not need a dependency on cffi.

dimbleby avatar Feb 22 '25 12:02 dimbleby