diff options
author | midipix <writeonce@midipix.org> | 2021-06-17 13:09:06 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-06-17 15:24:05 +0200 |
commit | 84ffafbec30cb7c119be736ab6cbeb6b51ed7de5 (patch) | |
tree | 6b8c43ba5136f6242f18e9cbce1538cdb39b2083 | |
parent | 699de1a7d4506fa31b323257b5d86a47a196f834 (diff) | |
download | midipix_build-84ffafbec30cb7c119be736ab6cbeb6b51ed7de5.tar.bz2 midipix_build-84ffafbec30cb7c119be736ab6cbeb6b51ed7de5.tar.xz |
python3, python3_host: bump to 3.6.13.
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
-rw-r--r-- | groups/010.host_deps.group | 6 | ||||
-rw-r--r-- | groups/221.native_packages_dev.group | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/groups/010.host_deps.group b/groups/010.host_deps.group index 2b9e9fdb..e3c4762b 100644 --- a/groups/010.host_deps.group +++ b/groups/010.host_deps.group @@ -225,9 +225,9 @@ HOST_DEPS_PREFIX="${PREFIX}"; : ${PKG_PYTHON2_HOST_MAKEFLAGS_INSTALL_EXTRA:="PREFIX= EXEC_PREFIX= BINDIR=/bin SBINDIR=/sbin LIBDIR=/lib INCLUDEDIR=/include OLDINCLUDEDIR=/include MANDIR=/share/man DOCDIR=/share/doc LIBEXECDIR=/libexec"}; : ${PKG_PYTHON2_HOST_SUBDIR:=Python-${PKG_PYTHON2_HOST_VERSION}}; : ${PKG_PYTHON3_HOST_DEPENDS:="bzip2_host expat_host gdbm_host libffi_host readline_host libressl_host libz_host ncurses_host ncursesw_host sqlite3_host xz_host"}; -: ${PKG_PYTHON3_HOST_SHA256SUM:=ab6193af1921b30f587b302fe385268510e80187ca83ca82d2bfe7ab544c6f91}; -: ${PKG_PYTHON3_HOST_VERSION:=3.6.3}; -: ${PKG_PYTHON3_HOST_URL:="https://www.python.org/ftp/python/${PKG_PYTHON3_HOST_VERSION}/Python-${PKG_PYTHON3_HOST_VERSION}.tgz"}; +: ${PKG_PYTHON3_HOST_SHA256SUM:=a47a43a53abb42286a2c11965343ff56711b9e64e8d11bf2c6701a4fb8ce1a0f}; +: ${PKG_PYTHON3_HOST_VERSION:=3.6.13}; +: ${PKG_PYTHON3_HOST_URL:="https://www.python.org/ftp/python/${PKG_PYTHON3_HOST_VERSION}/Python-${PKG_PYTHON3_HOST_VERSION}.tar.xz"}; : ${PKG_PYTHON3_HOST_URLS_GIT:="build/sbpython3=${DEFAULT_GITROOT}/python/sbpython3@main"}; : ${PKG_PYTHON3_HOST_BASE_DIR:=${BUILD_WORKDIR}/python3_host-host-${DEFAULT_TARGET}}; : ${PKG_PYTHON3_HOST_BUILD_DIR:=build/python3}; diff --git a/groups/221.native_packages_dev.group b/groups/221.native_packages_dev.group index e1ecf5b3..43207325 100644 --- a/groups/221.native_packages_dev.group +++ b/groups/221.native_packages_dev.group @@ -120,9 +120,9 @@ patch patchutils perl posix_cc python2 python3 ruby sbsigntools smallbasic tk")" : ${PKG_PYTHON2_SOFORT_NATIVE_CFLAGS_EXTRA:="-std=c99 -D_XOPEN_SOURCE=700"}; : ${PKG_PYTHON2_SUBDIR:=Python-${PKG_PYTHON2_VERSION}}; : ${PKG_PYTHON3_DEPENDS:="bzip2 curl expat gdbm libffi libressl libz ncursesw readline sqlite3 xz"}; -: ${PKG_PYTHON3_SHA256SUM:=ab6193af1921b30f587b302fe385268510e80187ca83ca82d2bfe7ab544c6f91}; -: ${PKG_PYTHON3_VERSION:=3.6.3}; -: ${PKG_PYTHON3_URL:="https://www.python.org/ftp/python/${PKG_PYTHON3_VERSION}/Python-${PKG_PYTHON3_VERSION}.tgz"}; +: ${PKG_PYTHON3_SHA256SUM:=a47a43a53abb42286a2c11965343ff56711b9e64e8d11bf2c6701a4fb8ce1a0f}; +: ${PKG_PYTHON3_VERSION:=3.6.13}; +: ${PKG_PYTHON3_URL:="https://www.python.org/ftp/python/${PKG_PYTHON3_VERSION}/Python-${PKG_PYTHON3_VERSION}.tar.xz"}; : ${PKG_PYTHON3_URLS_GIT:="build/sbpython3=${DEFAULT_GITROOT}/python/sbpython3@main"}; : ${PKG_PYTHON3_BASE_DIR:=${BUILD_WORKDIR}/python3-native-${DEFAULT_TARGET}}; : ${PKG_PYTHON3_BUILD_DIR:=build/python3}; |