You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent versions of setuptools removed the "Feature' feature again -- pypa/setuptools#2017.
This means we'll need to re-write our setup.py extension building to avoid the use of "Feature". An example of how to do this is shown in pallets/markupsafe#24. We probably want to extend that by providing an environment variable to allow those building Genshi to manually turn speedup compilation on or off.
The text was updated successfully, but these errors were encountered:
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.
Fixesedgewall#36
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.
Fixesedgewall#36
Recent versions of setuptools removed the "Feature' feature again -- pypa/setuptools#2017.
This means we'll need to re-write our setup.py extension building to avoid the use of "Feature". An example of how to do this is shown in pallets/markupsafe#24. We probably want to extend that by providing an environment variable to allow those building Genshi to manually turn speedup compilation on or off.
The text was updated successfully, but these errors were encountered: