Skip to content

python: Specify correct dependencies for $(python_output_dir)/__init__.py#231

Merged
ojwb merged 1 commit intosnowballstem:masterfrom
mitya57:dependencies-for-python-init
May 8, 2025
Merged

python: Specify correct dependencies for $(python_output_dir)/__init__.py#231
ojwb merged 1 commit intosnowballstem:masterfrom
mitya57:dependencies-for-python-init

Conversation

@mitya57
Copy link
Copy Markdown
Contributor

@mitya57 mitya57 commented May 8, 2025

When python/create_init.py is called, the *_stemmer.py files should already exist, because this script builds a list of languages based on those files.

This fixes broken Python source distribution being produced by make -j2 dist_libstemmer_python.

Fixes #229.

…__.py`

When `python/create_init.py` is called, the `*_stemmer.py` should
already exist, because this script builds a list of languages based
on those files.

This fixes broken Python source distribution being produced by
`make -j2 dist_libstemmer_python`.

Fixes snowballstem#229.
@ojwb ojwb merged commit 59d3085 into snowballstem:master May 8, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

KeyError: "Stemming algorithm 'porter' not found" on version 3.0.0 of the Python snowballstemmer package

2 participants