Package: python-nh3 / 0.3.0-1

Metadata

Package Version Patches format
python-nh3 0.3.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
docs Use sphinx_rtd_theme as html_theme.patch | (download)

docs/conf.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 docs: use sphinx_rtd_theme as html_theme

Shibuya isn't finally packaged so we can't use it, use the default
Sphinx RTD theme for now.

Cargo.toml Drop feature generate import lib.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 cargo.toml: drop feature 'generate-import-lib'

The optional feature 'generate-import-lib' for the pyo3 library is mainly
intended to generate import libraries for Python DLL for MinGW-w64 and
MSVC (cross-)compile targets.
As this option is currently also an experiemntal feature and only used
in Windows we patch this feature usage out.

See also the PyO3 user guide, section Features for extension module authors:
https://pyo3.rs/v0.23.3/features.html#generate-import-lib