google / gumbo-parser

An HTML5 parsing library in pure C99
Apache License 2.0
5.16k stars 660 forks source link

pypi source download broken #382

Closed rofl0r closed 1 year ago

rofl0r commented 7 years ago

on pypi, there is a "source" tarball download, however it contains only the mac os X precompiled dylib and the python bindings, but not the C source. https://pypi.python.org/packages/4b/b2/9ab68b19cd9dab5c94d0db7ec5860ef112257bb27b2c108b9c449e5797ec/gumbo-0.10.0.tar.gz

there is another download which is labeled as "mac os x binary download", so i guess it was somehow exchanged or the mac tarball uploaded twice.

rofl0r commented 7 years ago

i tried getting the tarball from the github release tag 0.10.1 (which is over 2MB big) instead, however running setup.py does not install/build the required libgumbo.so; and it is missing the generated configure script. that means i'll have to install autoconf to run autogen.sh myself. not nice :/