python-packages: Add usr/bin symlinks without "3" suffix
authorJeffery To <redacted>
Thu, 21 May 2020 19:57:55 +0000 (03:57 +0800)
committerJeffery To <redacted>
Thu, 21 May 2020 19:57:55 +0000 (03:57 +0800)
commit3c36696a5652da83ad0de42d86edb271bf4db728
tree65040600555b83f805675a077d3259549e775a88
parent643b91abb3defc28fafff35c363dd04a9658fac4
python-packages: Add usr/bin symlinks without "3" suffix

Previously, binaries installed by Python packages will have a
non-suffixed Python 2 version and a suffixed Python 3 version, e.g. pip
and pip3. With the removal of Python 2, the non-suffixed names are no
longer taken.

This adds symlinks for the non-suffixed names linking to the suffixed
scripts (or in the case of pip, easy_install, and python-config, to the
fully-versioned scripts).

Signed-off-by: Jeffery To <redacted>
lang/python/python-chardet/Makefile
lang/python/python-twisted/Makefile
lang/python/python3-version.mk
lang/python/python3/Makefile
lang/python/python3/files/python3-package-dev.mk
lang/python/python3/files/python3-package-pip.mk
lang/python/python3/files/python3-package-setuptools.mk
git clone https://git.99rst.org/PROJECT