mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
parent
733efaa216
commit
1ed26a4167
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'sagemath-giac'
|
# Template file for 'sagemath-giac'
|
||||||
pkgname=sagemath-giac
|
pkgname=sagemath-giac
|
||||||
version=0.1.1
|
version=0.1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_build_args="--skip-dependency-check" # can remove after #54482 and #54495
|
make_build_args="--skip-dependency-check" # can remove after #55117
|
||||||
hostmakedepends="python3-meson-python python3-Cython"
|
hostmakedepends="python3-meson-python python3-Cython"
|
||||||
makedepends="python3-cysignals python3-gmpy2 sagemath libmpc-devel giac-devel"
|
makedepends="python3-cysignals python3-gmpy2 sagemath libmpc-devel giac-devel"
|
||||||
depends="sagemath"
|
depends="sagemath"
|
||||||
|
@ -13,5 +13,5 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/sagemath/sagemath-giac/"
|
homepage="https://github.com/sagemath/sagemath-giac/"
|
||||||
changelog="https://github.com/sagemath/sagemath-giac/releases"
|
changelog="https://github.com/sagemath/sagemath-giac/releases"
|
||||||
distfiles="https://github.com/sagemath/sagemath-giac/releases/download/${version}/sagemath_giac-${version}.tar.gz"
|
distfiles="https://github.com/sagemath/sagemath-giac/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=9bdf5a96a4ce3dd7e4551ac46ebbddcda7e163589be9a7f2173446a5b5943106
|
checksum=6b8e1660959d92a0009fba752649ec53eced3f2693ac09423d6788fd608416df
|
||||||
|
|
Loading…
Add table
Reference in a new issue