-
- Downloads
move part of dunepackaging.py to python/dune/common/dunepackaging.py
to automate generation of metadata for setup.py for other modules [bug fix] previous commit move files around a bit to be able to use the metaData extraction from dunepackaging.py use more of the cmake variables in python/setup.py.in fix an issue in dunepackaging.py for modules without a python package - remove CMakeCache.txt file in dune-py - check that pyproject.toml file contains all dune module dependencies mentioned in dune.module to check consistency [bug fix] previous commit add dune modules from pyproject.toml to install_requires in setup.py [bug fix] previous commit added files generated when calling python setup.py sdist to git ignore list Update bin/dunepackaging.py. Add path to dunepackaging if dune-common. Append version number devDATE to -git versions and add suggestions if they have a pypi package.
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- bin/dunepackaging.py 15 additions, 93 deletionsbin/dunepackaging.py
- cmake/modules/DuneMacros.cmake 5 additions, 0 deletionscmake/modules/DuneMacros.cmake
- dune-common.pc.in 1 addition, 0 deletionsdune-common.pc.in
- pyproject.toml 3 additions, 0 deletionspyproject.toml
- python/dune/CMakeLists.txt 1 addition, 0 deletionspython/dune/CMakeLists.txt
- python/dune/common/CMakeLists.txt 2 additions, 2 deletionspython/dune/common/CMakeLists.txt
- python/dune/common/__init__.py 1 addition, 0 deletionspython/dune/common/__init__.py
- python/dune/common/module.py 14 additions, 204 deletionspython/dune/common/module.py
- python/dune/dunepackaging.py 309 additions, 0 deletionspython/dune/dunepackaging.py
- python/setup.py.in 6 additions, 6 deletionspython/setup.py.in
- setup.py 8 additions, 0 deletionssetup.py
Loading
Please register or sign in to comment