comparison src/build-python.mk @ 4479:769b40b4b09e

update build-python package to use python 2.7.9
author John W. Eaton <jwe@octave.org>
date Fri, 29 Sep 2017 16:29:17 -0400
parents a89ff94653de
children b76c24971143
comparison
equal deleted inserted replaced
4478:644022302e76 4479:769b40b4b09e
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.7 6 $(PKG)_VERSION := 2.7.9
7 $(PKG)_CHECKSUM := 1db01d7f325d8ceaf986976800106018b82ae45a 7 $(PKG)_CHECKSUM := 3172f6e957713c2d9fca462cc16068222fd1b9d3
8 $(PKG)_SUBDIR := Python-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := Python-$($(PKG)_VERSION)
9 $(PKG)_FILE := Python-$($(PKG)_VERSION).tgz 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)
13 $(PKG)_DEPS += build-gcc 13 $(PKG)_DEPS += build-gcc
14 endif 14 endif