comparison 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 beb3380b1665
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 := msys2-python
5 $(PKG)_NAME := python
6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 3.8.2-1
8 $(PKG)_x86_64_CS := 338c9877b879a00b39d661a7513f62897413791d
9 $(PKG)_i686_CS := 551ce598052dc6bd1f8116f667c4856426545268
10 $(PKG)_CS := $($(PKG)_$(MSYS2_ARCH)_CS)
11 $(PKG)_CHECKSUM := $($(PKG)_CS)
12 $(PKG)_SUBDIR :=
13 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION)-$(MSYS2_ARCH).pkg.tar.xz
14 $(PKG)_URL := $(MSYS2_URL)/$($(PKG)_FILE)
15
16 $(PKG)_DEPS :=
17
18 define $(PKG)_UPDATE
19 $(MSYS2_PKG_UPDATE)
20 endef
21
22 define $(PKG)_BUILD
23 $(MSYS2_PKG_BUILD)
24 endef