[GRASS-git] [OSGeo/grass] be3565: ctypes: move directory out of python/grass (#1898)
nilason
noreply at github.com
Wed Oct 6 07:39:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: be3565486a4e0bae0bf3e37a0bdd040038839774
https://github.com/OSGeo/grass/commit/be3565486a4e0bae0bf3e37a0bdd040038839774
Author: nilason <n_larsson at yahoo.com>
Date: 2021-10-06 (Wed, 06 Oct 2021)
Changed paths:
M .flake8
M pyproject.toml
M python/Makefile
M python/grass/Makefile
R python/grass/ctypes/Makefile
R python/grass/ctypes/README.md
R python/grass/ctypes/__init__.py
R python/grass/ctypes/ctypesgen/LICENSE
R python/grass/ctypes/ctypesgen/__init__.py
R python/grass/ctypes/ctypesgen/ctypedescs.py
R python/grass/ctypes/ctypesgen/descriptions.py
R python/grass/ctypes/ctypesgen/expressions.py
R python/grass/ctypes/ctypesgen/libraryloader.py
R python/grass/ctypes/ctypesgen/main.py
R python/grass/ctypes/ctypesgen/messages.py
R python/grass/ctypes/ctypesgen/options.py
R python/grass/ctypes/ctypesgen/parser/.gitignore
R python/grass/ctypes/ctypesgen/parser/__init__.py
R python/grass/ctypes/ctypesgen/parser/cdeclarations.py
R python/grass/ctypes/ctypesgen/parser/cgrammar.py
R python/grass/ctypes/ctypesgen/parser/cparser.py
R python/grass/ctypes/ctypesgen/parser/ctypesparser.py
R python/grass/ctypes/ctypesgen/parser/datacollectingparser.py
R python/grass/ctypes/ctypesgen/parser/lex.py
R python/grass/ctypes/ctypesgen/parser/lextab.py
R python/grass/ctypes/ctypesgen/parser/parsetab.py
R python/grass/ctypes/ctypesgen/parser/pplexer.py
R python/grass/ctypes/ctypesgen/parser/preprocessor.py
R python/grass/ctypes/ctypesgen/parser/yacc.py
R python/grass/ctypes/ctypesgen/printer_json/__init__.py
R python/grass/ctypes/ctypesgen/printer_json/printer.py
R python/grass/ctypes/ctypesgen/printer_json/test.py
R python/grass/ctypes/ctypesgen/printer_python/__init__.py
R python/grass/ctypes/ctypesgen/printer_python/defaultheader.py
R python/grass/ctypes/ctypesgen/printer_python/preamble/2_5.py
R python/grass/ctypes/ctypesgen/printer_python/preamble/2_7.py
R python/grass/ctypes/ctypesgen/printer_python/preamble/3_2.py
R python/grass/ctypes/ctypesgen/printer_python/preamble/__init__.py
R python/grass/ctypes/ctypesgen/printer_python/printer.py
R python/grass/ctypes/ctypesgen/printer_python/test.py
R python/grass/ctypes/ctypesgen/processor/__init__.py
R python/grass/ctypes/ctypesgen/processor/dependencies.py
R python/grass/ctypes/ctypesgen/processor/operations.py
R python/grass/ctypes/ctypesgen/processor/pipeline.py
R python/grass/ctypes/ctypesgen/test/.gitignore
R python/grass/ctypes/ctypesgen/test/ctypesgentest.py
R python/grass/ctypes/ctypesgen/test/testsuite.py
R python/grass/ctypes/ctypesgen/version.py
R python/grass/ctypes/run.py
A python/libgrass_interface_generator/Makefile
A python/libgrass_interface_generator/README.md
A python/libgrass_interface_generator/ctypesgen/LICENSE
A python/libgrass_interface_generator/ctypesgen/__init__.py
A python/libgrass_interface_generator/ctypesgen/ctypedescs.py
A python/libgrass_interface_generator/ctypesgen/descriptions.py
A python/libgrass_interface_generator/ctypesgen/expressions.py
A python/libgrass_interface_generator/ctypesgen/libraryloader.py
A python/libgrass_interface_generator/ctypesgen/main.py
A python/libgrass_interface_generator/ctypesgen/messages.py
A python/libgrass_interface_generator/ctypesgen/options.py
A python/libgrass_interface_generator/ctypesgen/parser/.gitignore
A python/libgrass_interface_generator/ctypesgen/parser/__init__.py
A python/libgrass_interface_generator/ctypesgen/parser/cdeclarations.py
A python/libgrass_interface_generator/ctypesgen/parser/cgrammar.py
A python/libgrass_interface_generator/ctypesgen/parser/cparser.py
A python/libgrass_interface_generator/ctypesgen/parser/ctypesparser.py
A python/libgrass_interface_generator/ctypesgen/parser/datacollectingparser.py
A python/libgrass_interface_generator/ctypesgen/parser/lex.py
A python/libgrass_interface_generator/ctypesgen/parser/lextab.py
A python/libgrass_interface_generator/ctypesgen/parser/parsetab.py
A python/libgrass_interface_generator/ctypesgen/parser/pplexer.py
A python/libgrass_interface_generator/ctypesgen/parser/preprocessor.py
A python/libgrass_interface_generator/ctypesgen/parser/yacc.py
A python/libgrass_interface_generator/ctypesgen/printer_json/__init__.py
A python/libgrass_interface_generator/ctypesgen/printer_json/printer.py
A python/libgrass_interface_generator/ctypesgen/printer_json/test.py
A python/libgrass_interface_generator/ctypesgen/printer_python/__init__.py
A python/libgrass_interface_generator/ctypesgen/printer_python/defaultheader.py
A python/libgrass_interface_generator/ctypesgen/printer_python/preamble/2_5.py
A python/libgrass_interface_generator/ctypesgen/printer_python/preamble/2_7.py
A python/libgrass_interface_generator/ctypesgen/printer_python/preamble/3_2.py
A python/libgrass_interface_generator/ctypesgen/printer_python/preamble/__init__.py
A python/libgrass_interface_generator/ctypesgen/printer_python/printer.py
A python/libgrass_interface_generator/ctypesgen/printer_python/test.py
A python/libgrass_interface_generator/ctypesgen/processor/__init__.py
A python/libgrass_interface_generator/ctypesgen/processor/dependencies.py
A python/libgrass_interface_generator/ctypesgen/processor/operations.py
A python/libgrass_interface_generator/ctypesgen/processor/pipeline.py
A python/libgrass_interface_generator/ctypesgen/test/.gitignore
A python/libgrass_interface_generator/ctypesgen/test/ctypesgentest.py
A python/libgrass_interface_generator/ctypesgen/test/testsuite.py
A python/libgrass_interface_generator/ctypesgen/version.py
A python/libgrass_interface_generator/libgrass__init__.py
A python/libgrass_interface_generator/run.py
Log Message:
-----------
ctypes: move directory out of python/grass (#1898)
* move python/grass/ctypes directory out of python/grass and rename it
* reintroduce (now renamed) __init__ and compile ALL files (fixing regression caused by
https://github.com/OSGeo/grass/commit/ca2d28a592064b501c0eb6c4ec648984f386dd42)
More information about the grass-commit
mailing list