typhoon-hil / cparser

C parser writen in Python
MIT License
12 stars 3 forks source link

Source tarballs on PyPI? #3

Open mathstuf opened 3 years ago

mathstuf commented 3 years ago

Is it possible to have sources uploaded to PyPI? I've seen that the source tarballs expected there can be different than those from a direct git repo, so it'd be helpful to have.

alensuljkanovic commented 3 years ago

Hi @mathstuf, thank's for reaching out.

cparser is already avaiable on PyPI: https://pypi.org/project/cparser/

I've seen that the source tarballs expected there can be different than those from a direct git repo, so it'd be helpful to have.

Is this something that you have encountered with cparser? There shouldn't be any difference, as far as I'm aware.

mathstuf commented 3 years ago

Possibly not. However, there have been instances related to egg metadata where it mattered. See https://github.com/scheibler/khard/issues/230 for details.

I am running into issues with the wheel because it is pinned to parglare 0.10 instead of being able to be built against 0.13. I just wanted to make sure that the source tarballs from GitHub aren't going to run into the same issues.