python-greenlet / greenlet

Lightweight in-process concurrent programming
Other
1.63k stars 247 forks source link

sdist missing for 3.0.0 #371

Closed mgorny closed 11 months ago

mgorny commented 11 months ago

There is no source distribution on https://pypi.org/project/greenlet/3.0.0/#files. We're using these to build greenlet for Gentoo; not to mention it makes it impossible to build greenlet on any platform that's not covered by wheels.

Scrumplex commented 11 months ago

We have the same issue over at https://github.com/NixOS/nixpkgs/. We can switch to fetching the source archive from GitHub for now, but usually we do PyPI.

Scrumplex commented 11 months ago

Looks like we have a source archive on PyPI now!

PyPI source archive

mgorny commented 11 months ago

Yes, thank you.