python,python3: move shebang handle in install script
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 4 Feb 2019 14:36:25 +0000 (16:36 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 8 Aug 2019 11:38:36 +0000 (13:38 +0200)
commit421c58a946043fe888903c17dd81d73bd5ff0cca
tree7cb8528ed78abe27e3afaf701427d1bcc1adea13
parent243f921ae1bd662a62de43003476956e7b9a3d0b
python,python3: move shebang handle in install script

This extends the Python[3] shebang fixup to all packages.
Only Python scripts in `/usr/bin` will be handled at the moment. Later it
may make sense to also cover executables in `/bin`, though typically Python
executables shouldn't be placed there.

Previously the shebang handling was only done for python[3]-pip &
python[3]-setuptools.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/python-package-install.sh
lang/python/python/Makefile
lang/python/python/files/python-package-pip.mk
lang/python/python/files/python-package-setuptools.mk
lang/python/python3/Makefile
lang/python/python3/files/python3-package-pip.mk
lang/python/python3/files/python3-package-setuptools.mk