diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,17 @@ +name : codespell +version : 2.2.1 +release : 1 +source : + - https://pypi.io/packages/source/c/codespell/codespell-2.2.1.tar.gz : 569b67e5e5c3ade02a1e23f6bbc56c64b608a3ab48ddd943ece0a03e6c346ed1 +homepage : https://github.com/codespell-project/codespell +license : GPL-2.0-only +component : programming.python +summary : Fix common misspellings in source code +description: | + Fix common misspellings in text files. It's designed primarily for checking misspelled words in source code, but it can be used with other files as well +builddeps : + - pkgconfig(python3) +setup : | + %python3_setup +install : | + %python3_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,58 @@ + + + codespell + https://github.com/codespell-project/codespell + + Reilly Brogan + solus@reillybrogan.com + + GPL-2.0-only + programming.python + Fix common misspellings in source code + Fix common misspellings in text files. It's designed primarily for checking misspelled words in source code, but it can be used with other files as well + + https://getsol.us/sources/README.Solus + + + codespell + Fix common misspellings in source code + Fix common misspellings in text files. It's designed primarily for checking misspelled words in source code, but it can be used with other files as well + + programming.python + + /usr/bin/codespell + /usr/lib/python3.10/site-packages/codespell-2.2.1-py3.10.egg-info/PKG-INFO + /usr/lib/python3.10/site-packages/codespell-2.2.1-py3.10.egg-info/SOURCES.txt + /usr/lib/python3.10/site-packages/codespell-2.2.1-py3.10.egg-info/dependency_links.txt + /usr/lib/python3.10/site-packages/codespell-2.2.1-py3.10.egg-info/entry_points.txt + /usr/lib/python3.10/site-packages/codespell-2.2.1-py3.10.egg-info/not-zip-safe + /usr/lib/python3.10/site-packages/codespell-2.2.1-py3.10.egg-info/requires.txt + /usr/lib/python3.10/site-packages/codespell-2.2.1-py3.10.egg-info/top_level.txt + /usr/lib/python3.10/site-packages/codespell_lib/__init__.py + /usr/lib/python3.10/site-packages/codespell_lib/__main__.py + /usr/lib/python3.10/site-packages/codespell_lib/__pycache__/__init__.cpython-310.pyc + /usr/lib/python3.10/site-packages/codespell_lib/__pycache__/__main__.cpython-310.pyc + /usr/lib/python3.10/site-packages/codespell_lib/__pycache__/_codespell.cpython-310.pyc + /usr/lib/python3.10/site-packages/codespell_lib/_codespell.py + /usr/lib/python3.10/site-packages/codespell_lib/data/__init__.py + /usr/lib/python3.10/site-packages/codespell_lib/data/__pycache__/__init__.cpython-310.pyc + /usr/lib/python3.10/site-packages/codespell_lib/data/dictionary.txt + /usr/lib/python3.10/site-packages/codespell_lib/data/dictionary_code.txt + /usr/lib/python3.10/site-packages/codespell_lib/data/dictionary_en-GB_to_en-US.txt + /usr/lib/python3.10/site-packages/codespell_lib/data/dictionary_informal.txt + /usr/lib/python3.10/site-packages/codespell_lib/data/dictionary_names.txt + /usr/lib/python3.10/site-packages/codespell_lib/data/dictionary_rare.txt + /usr/lib/python3.10/site-packages/codespell_lib/data/dictionary_usage.txt + /usr/lib/python3.10/site-packages/codespell_lib/data/linux-kernel.exclude + + + + + 2022-09-16 + 2.2.1 + Packaging update + Reilly Brogan + solus@reillybrogan.com + + + \ No newline at end of file