Skip to content

Commit

Permalink
temporal: Vendor ply dependency par repo's instructions as no longer …
Browse files Browse the repository at this point in the history
…published
  • Loading branch information
echoix committed Oct 6, 2024
1 parent 6596d49 commit e1c52da
Show file tree
Hide file tree
Showing 4 changed files with 3,393 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ target-version = ['py39', 'py310', 'py311', 'py312', 'py313']
# 'extend-exclude' excludes files or directories in addition to the defaults
extend-exclude = '''
(
python/grass/temporal/ply/
python/libgrass_interface_generator/
)
'''
Expand All @@ -19,7 +20,10 @@ required-version = ">=0.6.0"
builtins = ["_"]

# In addition to the standard set of exclusions, omit the following files or folders.
extend-exclude = ["python/libgrass_interface_generator"]
extend-exclude = [
"python/grass/temporal/ply",
"python/libgrass_interface_generator",
]

[tool.ruff.lint]
# See https://docs.astral.sh/ruff/rules/
Expand Down
5 changes: 5 additions & 0 deletions python/grass/temporal/ply/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# PLY package
# Author: David Beazley (dave@dabeaz.com)
# https://github.com/dabeaz/ply

__version__ = '2022.10.27'
Loading

0 comments on commit e1c52da

Please sign in to comment.