edgewall / genshi

Python toolkit for generation of output for the web
http://genshi.edgewall.org
Other
86 stars 35 forks source link

setup: do not use deprecated and removed 'Feature' feature #39

Closed eli-schwartz closed 3 years ago

eli-schwartz commented 3 years ago

Emulate it using environment variables instead. $GENSHI_BUILD_SPEEDUP is checked for existence and parsed as an integer boolean, with invalid values defaulting (loudly) to 0.

Fixes #36

eli-schwartz commented 3 years ago

The 0.7.5 release notes are incorrect, "C speedup module now available for Python >= 3.3" can't even be imported. :D I tried updating to 0.7.5 and kept getting lint warnings for missing ELF files which was slightly disappointing.

hodgestar commented 3 years ago

Thanks!