Implemented build process for separate pynspect Python packages.
Pynspect library now has separate build process located in deploy/pynspect directory. There is a master makefile. Prior the build current version of library source code is synchronized to local directory, from which the Python packages are then built. The pynspect library still needs to be removed from Mentat package build process. (Redmine issues: #3393 and #3387)
Showing
- .gitignore 7 additions, 0 deletions.gitignore
- deploy/pynspect/LICENSE.txt 21 additions, 0 deletionsdeploy/pynspect/LICENSE.txt
- deploy/pynspect/Makefile 69 additions, 0 deletionsdeploy/pynspect/Makefile
- deploy/pynspect/README.rst 8 additions, 0 deletionsdeploy/pynspect/README.rst
- deploy/pynspect/archive/.gitplaceholder 0 additions, 0 deletionsdeploy/pynspect/archive/.gitplaceholder
- deploy/pynspect/dist/.gitplaceholder 0 additions, 0 deletionsdeploy/pynspect/dist/.gitplaceholder
- deploy/pynspect/setup.py 50 additions, 0 deletionsdeploy/pynspect/setup.py
- lib/pynspect/__init__.py 10 additions, 0 deletionslib/pynspect/__init__.py
- lib/pynspect/filters.py 1 addition, 1 deletionlib/pynspect/filters.py
- lib/pynspect/gparser.py 1 addition, 1 deletionlib/pynspect/gparser.py
- lib/pynspect/jpath.py 1 addition, 1 deletionlib/pynspect/jpath.py
- lib/pynspect/lexer.py 1 addition, 1 deletionlib/pynspect/lexer.py
- lib/pynspect/rules.py 1 addition, 1 deletionlib/pynspect/rules.py
Loading
Please register or sign in to comment