comparison src/src-msys2-python.mk @ 5493:dace3d372190

Use msys2 python3 * src/msys2-mpdecimal.mk, src/msys2-python.mk, src/src-msys2-mpdecimal.mk, src/src-msys2-python.mk: new files * dist-files.mk: added ref to new files * index.html: add ref to new packages * installer-files/octave-firsttime.vbs, installer-files/octave.bat, installer-files/octave.vbs: remove python path add * src/python-embedded.mk: add note on not used * src/python-mpmath.mk, src/python-sympy.mk: update dependancy for msys2-python
author John Donoghue <john.donoghue@ieee.org>
date Thu, 23 Jul 2020 12:29:32 -0400
parents
children 38d42e4346af
comparison
equal deleted inserted replaced
5492:f04816d4888f 5493:dace3d372190
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := src-msys2-python
5 $(PKG)_NAME := python
6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 3.8.4-1
8 $(PKG)_CHECKSUM := 2318102220163c823e9f7f2e8d4a5ee75f094b9b
9 $(PKG)_SUBDIR :=
10 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION).src.tar.gz
11 $(PKG)_URL := $(MSYS2_SRC_URL)/$($(PKG)_FILE)
12
13 $(PKG)_DEPS :=
14
15 define $(PKG)_UPDATE
16 $(WGET) -q -O- '$(MSYS2_BASE_URL)/' | \
17 $(SED) -n 's,.*title="$($(PKG)_NAME)-\([0-9][^"]*\)".*,\1,p' | \
18 head -1
19 endef
20
21 define $(PKG)_BUILD
22 endef