comparison src/build-python.mk @ 4695:b76c24971143

* src/build-python.mk: update to v2.7.15
author John Donoghue
date Tue, 15 May 2018 08:07:29 -0400
parents 769b40b4b09e
children
comparison
equal deleted inserted replaced
4694:98bcbdaf910b 4695:b76c24971143
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := build-python 4 PKG := build-python
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.7.9 6 $(PKG)_VERSION := 2.7.15
7 $(PKG)_CHECKSUM := 3172f6e957713c2d9fca462cc16068222fd1b9d3 7 $(PKG)_CHECKSUM := f99348a095ec4a6411c84c0d15343d11920c9724
8 $(PKG)_SUBDIR := Python-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := Python-$($(PKG)_VERSION)
9 $(PKG)_FILE := Python-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := Python-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := http://www.python.org/ftp/python/$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.python.org/ftp/python/$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 ifneq ($(USE_SYSTEM_GCC),yes) 12 ifneq ($(USE_SYSTEM_GCC),yes)