comparison src/python-sympy.mk @ 6290:cd0d311a91d0 release

python-sympy: update to v1.10.1 (bug #62716)
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 07 Jul 2022 11:57:22 +0200
parents 05a745ca2e6e
children
comparison
equal deleted inserted replaced
6288:4cf07253e691 6290:cd0d311a91d0
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 := python-sympy 4 PKG := python-sympy
5 $(PKG)_VERSION := 1.5 5 $(PKG)_VERSION := 1.10.1
6 $(PKG)_CHECKSUM := be2e740860f7900f0ee2a8102d2943fded44125c 6 $(PKG)_CHECKSUM := 95b5323b284a3f64414dab3b9da909eeeb1c09ea
7 $(PKG)_SUBDIR := 7 $(PKG)_SUBDIR :=
8 $(PKG)_FILE := sympy-$($(PKG)_VERSION).tar.gz 8 $(PKG)_FILE := sympy-$($(PKG)_VERSION).tar.gz
9 $(PKG)_URL := https://github.com/sympy/sympy/releases/download/sympy-$($(PKG)_VERSION)/$($(PKG)_FILE) 9 $(PKG)_URL := https://github.com/sympy/sympy/releases/download/sympy-$($(PKG)_VERSION)/$($(PKG)_FILE)
10 10
11 $(PKG)_DEPS := python-mpmath 11 $(PKG)_DEPS := python-mpmath