python3: Change PYTHON_VERSION references to PYTHON3_VERSION 11872/head
authorJeffery To <jeffery.to@gmail.com>
Fri, 17 Apr 2020 15:47:25 +0000 (23:47 +0800)
committerJeffery To <jeffery.to@gmail.com>
Sat, 18 Apr 2020 17:56:23 +0000 (01:56 +0800)
commit89ae10ed715ee8ccbbf38c1e723e09a77ad8efff
treeed4f7486e214aa4aef731b8d807af43d1bcfc939
parent81e99fa7ffd5439e8fbba5b34a13f80c0e20ea48
python3: Change PYTHON_VERSION references to PYTHON3_VERSION

PYTHON_VERSION is a holdover from Python 2; all Python 3 variables are
prefixed with PYTHON3 (or some variation with "3").

This updates all uses of PYTHON_VERSION to PYTHON3_VERSION.

This also sets PYTHON3_PKG_BUILD:=0 before python3-package.mk is
included in the python3 Makefile.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/python3/Makefile
lang/python/python3/files/python3-package-dev.mk