| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 3m8s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 3m22s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 3m9s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 3m14s
CI / Packaging test (push) Successful in 0s
Letting python-tools.sh rewrite symbols is more robust than rewriting an entire __init__.py with PY_INIT_FILTER in the including Makefile. The latter can break in non-obvious ways if python-tools.sh changes __init__.py's format. Make python-tools.sh support --symbol-filter to remedy that. The option takes an sed script which should expect a string of two non-whitespace tokens: The module from which the symbol is imported, and the name of the symbol in that module. It's output will then be used as the symbol to be exported from __init__.py. Also, support the PY_SYMBOL_FILTER variable in py-mod.mk. If it's defined, it is used for --symbol-filter. Signed-off-by: Jan Lindemann <jan@janware.com> |
||
| .. | ||
| usr-bin | ||
| create-mkdebian.sh | ||
| create-mkspec.sh | ||
| dpm.sh | ||
| git-srv-admin.sh | ||
| ini-tools.sh | ||
| jw | ||
| jw-pkg-create-project.sh | ||
| jw-pkg.py | ||
| make-version-script.sh | ||
| Makefile | ||
| mkspec-wrapper.sh | ||
| pgit.sh | ||
| pkg.sh | ||
| purge-stale-projects.sh | ||
| python-tools.sh | ||
| scm.sh | ||
| ssh-wrapper.sh | ||
| systemctl-wrapper.sh | ||
| upload.sh | ||