mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
python3-sympy: update to 1.14.0.
This commit is contained in:
parent
753dd9185f
commit
1ab6d8b846
2 changed files with 3 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
||||||
Upstream at https://github.com/sympy/sympy/pull/26823
|
|
||||||
|
|
||||||
--- a/sympy/codegen/tests/test_fnodes.py
|
|
||||||
+++ b/sympy/codegen/tests/test_fnodes.py
|
|
||||||
@@ -44,7 +44,7 @@ def test_size_assumed_shape():
|
|
||||||
'program myprog\n'
|
|
||||||
'use mod_rms, only: rms\n'
|
|
||||||
'real*8, dimension(4), parameter :: x = [4, 2, 2, 2]\n'
|
|
||||||
- 'print *, dsqrt(7d0) - rms(x)\n'
|
|
||||||
+ 'print "(f7.5)", dsqrt(7d0) - rms(x)\n'
|
|
||||||
'end program\n'
|
|
||||||
))
|
|
||||||
], clean=True)
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-sympy'
|
# Template file for 'python3-sympy'
|
||||||
pkgname=python3-sympy
|
pkgname=python3-sympy
|
||||||
version=1.13.3
|
version=1.14.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3-mpmath"
|
depends="python3-mpmath"
|
||||||
|
@ -14,7 +14,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://sympy.org/"
|
homepage="https://sympy.org/"
|
||||||
changelog="https://github.com/sympy/sympy/wiki/Release-Notes"
|
changelog="https://github.com/sympy/sympy/wiki/Release-Notes"
|
||||||
distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
|
||||||
checksum=b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9
|
checksum=d3d3fe8df1e5a0b42f0e7bdf50541697dbe7d23746e894990c030e2b05e72517
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman doc/man/isympy.1
|
vman doc/man/isympy.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue