python3: upgrade to version 3.6.0
authorAlexandru Ardelean <redacted>
Sat, 31 Dec 2016 23:53:14 +0000 (01:53 +0200)
committerAlexandru Ardelean <redacted>
Mon, 2 Jan 2017 19:46:03 +0000 (21:46 +0200)
commit2244ad9f56d2ea8d2965e2a1f42ccf5937eb21a2
treeb24d24de462bfea87991d0b77bf99e3cc5b94ed8
parent16bb20cfe5c3ad5ce74cfbf9b817af33b6d821dd
python3: upgrade to version 3.6.0

Python 3.6 comes with some new cross-compilation logic that
generates filenames/paths with arch, abiflags and mach
included (in filename & path).

Problem is that the generated paths/filenames are not
consistent across archs (noticed on x86_64 & ar71xx),
so patch `016-adjust-config-paths.patch` was added
to mitigate this (by removing extra stuff in paths).

Signed-off-by: Alexandru Ardelean <redacted>
lang/python3/Makefile
lang/python3/files/python3-version.mk
lang/python3/patches/016-adjust-config-paths.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT