vim-eof-comment 0.3.13__tar.gz → 0.3.14__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/.github/workflows/vim-eof-comment.yml +2 -2
  2. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/.pre-commit-config.yaml +2 -0
  3. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/PKG-INFO +1 -2
  4. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/Pipfile +1 -1
  5. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/pyproject.toml +3 -2
  6. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/requirements.txt +0 -1
  7. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/taplo.toml +2 -0
  8. vim_eof_comment-0.3.14/version.txt +1 -0
  9. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/version.py +1 -0
  10. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment.egg-info/PKG-INFO +1 -2
  11. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment.egg-info/requires.txt +0 -1
  12. vim_eof_comment-0.3.13/version.txt +0 -1
  13. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/.flake8 +0 -0
  14. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/.gitattributes +0 -0
  15. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/.github/CODEOWNERS +0 -0
  16. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/.github/workflows/flake8-lint.yml +0 -0
  17. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/.github/workflows/mypy-lint.yml +0 -0
  18. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/.github/workflows/release.yml +0 -0
  19. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/LICENSE +0 -0
  20. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/Makefile +0 -0
  21. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/README.md +0 -0
  22. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/docs/Makefile +0 -0
  23. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/docs/make.bat +0 -0
  24. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/docs/source/conf.py +0 -0
  25. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/docs/source/functions.rst +0 -0
  26. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/docs/source/index.rst +0 -0
  27. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/docs/source/installation.rst +0 -0
  28. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/setup.cfg +0 -0
  29. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/__init__.py +0 -0
  30. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/__init__.pyi +0 -0
  31. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/__main__.py +0 -0
  32. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/args/__init__.py +0 -0
  33. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/args/__init__.pyi +0 -0
  34. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/args/completion.py +0 -0
  35. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/args/completion.pyi +0 -0
  36. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/args/parsing.py +0 -0
  37. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/args/parsing.pyi +0 -0
  38. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/comments/__init__.py +0 -0
  39. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/comments/__init__.pyi +0 -0
  40. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/comments/filetypes.json +0 -0
  41. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/comments/generator.py +0 -0
  42. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/comments/generator.pyi +0 -0
  43. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/eof.py +0 -0
  44. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/eof.pyi +0 -0
  45. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/file.py +0 -0
  46. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/file.pyi +0 -0
  47. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/py.typed +0 -0
  48. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/regex.py +0 -0
  49. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/regex.pyi +0 -0
  50. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/types.py +0 -0
  51. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/types.pyi +0 -0
  52. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/util.py +0 -0
  53. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/util.pyi +0 -0
  54. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/version.pyi +0 -0
  55. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment.egg-info/SOURCES.txt +0 -0
  56. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment.egg-info/dependency_links.txt +0 -0
  57. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment.egg-info/entry_points.txt +0 -0
  58. {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment.egg-info/top_level.txt +0 -0
@@ -21,7 +21,7 @@ jobs:
21
21
  - name: Set up Python
22
22
  uses: actions/setup-python@v6.1.0
23
23
  with:
24
- python-version: '3.10'
24
+ python-version: '3.13'
25
25
  - name: Install pipenv
26
26
  run: |
27
27
  python -m pip install -U pip
@@ -31,7 +31,7 @@ jobs:
31
31
  pipenv install --dev vim-eof-comment
32
32
  - name: Run vim-eof-comment
33
33
  run: |
34
- pipenv run vim-eof-comment -e lua,md,Makefile,yaml,toml -i lua:2:Y,md:2:Y -v .
34
+ pipenv run vim-eof-comment -e py,pyi,md,Makefile,yaml,toml -i py:4:Y,pyi:4:Y,md:2:Y -nv .
35
35
  - name: Auto Commit Changes
36
36
  uses: stefanzweifel/git-auto-commit-action@v7.1.0
37
37
  with:
@@ -32,3 +32,5 @@ repos:
32
32
  files: ^(vim_eof_comment/.*\.py|Makefile)$
33
33
  entry: make run-script
34
34
  verbose: true
35
+
36
+ # vim: set ts=2 sts=2 sw=2 et ai si sta:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vim-eof-comment
3
- Version: 0.3.13
3
+ Version: 0.3.14
4
4
  Summary: Adds Vim EOF comments for given filetypes in given directories
5
5
  Author-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
6
6
  Maintainer-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
@@ -30,7 +30,6 @@ License-File: LICENSE
30
30
  Requires-Dist: argcomplete
31
31
  Requires-Dist: argparse
32
32
  Requires-Dist: colorama
33
- Requires-Dist: python-magic
34
33
  Requires-Dist: setuptools
35
34
  Requires-Dist: typing
36
35
  Requires-Dist: wheel
@@ -12,7 +12,6 @@ typing-extensions = "*"
12
12
  pyproject = "*"
13
13
  colorama = "*"
14
14
  argcomplete = "*"
15
- python-magic = "*"
16
15
  pynvim = "*"
17
16
 
18
17
  [dev-packages]
@@ -32,6 +31,7 @@ sphinx-rtd-theme = "*"
32
31
  renku-sphinx-theme = "*"
33
32
  sphinxawesome-theme = "*"
34
33
  numpydoc = "*"
34
+ vim-eof-comment = "*"
35
35
 
36
36
  [scripts]
37
37
  lint = "flake8 --statistics --show-source --color always --max-line-length 100 --docstring-convention numpy --ignore=D401 ."
@@ -25,7 +25,6 @@ dependencies = [
25
25
  "argcomplete",
26
26
  "argparse",
27
27
  "colorama",
28
- "python-magic",
29
28
  "setuptools",
30
29
  "typing",
31
30
  "wheel",
@@ -47,7 +46,7 @@ maintainers = [{ name = "Guennadi Maximov C", email = "g.maxc.fox@protonmail.com
47
46
  name = "vim-eof-comment"
48
47
  readme = "README.md"
49
48
  requires-python = ">=3.10"
50
- version = "0.3.13"
49
+ version = "0.3.14"
51
50
 
52
51
  [project.scripts]
53
52
  vim-eof-comment = "vim_eof_comment.eof:main"
@@ -131,3 +130,5 @@ save_history = true
131
130
  save_objectdb = true
132
131
  split_imports = false
133
132
  validate_objectdb = true
133
+
134
+ # vim: set ts=4 sts=4 sw=4 et ai si sta:
@@ -6,7 +6,6 @@ greenlet==3.3.0; python_version >= '3.10'
6
6
  msgpack==1.1.2; python_version >= '3.9'
7
7
  pynvim==0.6.0; python_version >= '3.7'
8
8
  pyproject==1!0.1.2; python_version >= '3.12'
9
- python-magic==0.4.27; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
10
9
  setuptools==80.9.0; python_version >= '3.9'
11
10
  typing==3.7.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
12
11
  typing-extensions==4.15.0; python_version >= '3.9'
@@ -12,3 +12,5 @@ indent_entries = false
12
12
  indent_tables = true
13
13
  reorder_arrays = true
14
14
  reorder_keys = true
15
+
16
+ # vim: set ts=4 sts=4 sw=4 et ai si sta:
@@ -0,0 +1 @@
1
+ 0.3.14
@@ -220,6 +220,7 @@ version_info = VersionInfo([
220
220
  (0, 3, 11),
221
221
  (0, 3, 12),
222
222
  (0, 3, 13),
223
+ (0, 3, 14),
223
224
  ])
224
225
 
225
226
  __version__: str = str(version_info)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vim-eof-comment
3
- Version: 0.3.13
3
+ Version: 0.3.14
4
4
  Summary: Adds Vim EOF comments for given filetypes in given directories
5
5
  Author-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
6
6
  Maintainer-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
@@ -30,7 +30,6 @@ License-File: LICENSE
30
30
  Requires-Dist: argcomplete
31
31
  Requires-Dist: argparse
32
32
  Requires-Dist: colorama
33
- Requires-Dist: python-magic
34
33
  Requires-Dist: setuptools
35
34
  Requires-Dist: typing
36
35
  Requires-Dist: wheel
@@ -1,7 +1,6 @@
1
1
  argcomplete
2
2
  argparse
3
3
  colorama
4
- python-magic
5
4
  setuptools
6
5
  typing
7
6
  wheel
@@ -1 +0,0 @@
1
- 0.3.13