Files
void-packages/common/hooks/pre-pkg/03-rewrite-python-shebang.sh
oreo639 59d2b25087 hooks/pre-pkg/03-rewrite-python-shebang.sh: rewrite plain python shebang
Shebangs containing #!python are ignored currently, which causes a problem
since newer versions of python3-setuptools generate this, so replace them with
the proper shebang when encountered.

https://github.com/pypa/setuptools/issues/4863
2025-04-01 09:49:29 -07:00

1.2 KiB