diff options
| author | winter Sparkles | 2026-07-03 23:35:36 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-07-03 23:37:02 +0100 |
| commit | f886997649e46a7ec1f92f4b662ab2e37948ba38 (patch) | |
| tree | 1ec87644e581c17fcefa2c336eb4532325e385e5 /dev-python/spylls/files | |
| parent | 360d850003945b988c8b205242c3336ca6b0b8fc (diff) | |
add plover2cat and some other plugins
Diffstat (limited to 'dev-python/spylls/files')
| -rw-r--r-- | dev-python/spylls/files/spylls-0.1.7-dont-install-tests.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/spylls/files/spylls-0.1.7-dont-install-tests.patch b/dev-python/spylls/files/spylls-0.1.7-dont-install-tests.patch new file mode 100644 index 0000000..c351b4a --- /dev/null +++ b/dev-python/spylls/files/spylls-0.1.7-dont-install-tests.patch @@ -0,0 +1,11 @@ +--- a/setup.py 2026-07-03 20:54:20.548344244 +0100 ++++ b/setup.py 2026-07-03 20:55:07.175186902 +0100 +@@ -11,7 +11,7 @@ + description="Hunspell ported to pure Python", + long_description=long_description, + url="https://github.com/zverok/spylls", +- packages=setuptools.find_packages(), ++ packages=setuptools.find_packages(exclude=["tests", "tests.*"]), + include_package_data=True, + classifiers=[ + "Development Status :: 4 - Beta",
\ No newline at end of file |
