Skip to content

Commit

Permalink
python3-sympy: update to 1.12.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaria authored and cinerea0 committed Jun 7, 2024
1 parent e1f55f1 commit 7f338ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 173 deletions.
140 changes: 0 additions & 140 deletions srcpkgs/python3-sympy/patches/00.python3.12.patch

This file was deleted.

27 changes: 0 additions & 27 deletions srcpkgs/python3-sympy/patches/01.python3.12.patch

This file was deleted.

17 changes: 11 additions & 6 deletions srcpkgs/python3-sympy/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
# Template file for 'python3-sympy'
pkgname=python3-sympy
version=1.12
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
version=1.12.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-mpmath"
checkdepends="python3-mpmath"
checkdepends="$depends python3-pytest python3-pytest-xdist gcc-fortran
python3-Cython python3-devel python3-ipython python3-lxml python3-matplotlib
python3-numexpr python3-numpy python3-scipy"
short_desc="Computer algebra system for Python3"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://sympy.org/"
changelog="https://github.com/sympy/sympy/wiki/Release-Notes"
distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
checksum=ebf595c8dac3e0fdc4152c51878b498396ec7f30e7a914d6071e674d49420fb8
checksum=2877b03f998cd8c08f07cd0de5b767119cd3ef40d09f41c30d722f6686b0fb88

# slow tests are broken
make_check_args="-m not(slow)"

post_install() {
vman doc/man/isympy.1
Expand Down

0 comments on commit 7f338ce

Please sign in to comment.