From e4f1463630f90cae643514bee8501d3f53b84fa3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 26 Aug 2023 13:23:55 -0400 Subject: [PATCH] sagemath: build with python3-Cython0.29 --- srcpkgs/sagemath/template | 8 ++++---- srcpkgs/vidcutter/template | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/sagemath/template b/srcpkgs/sagemath/template index a2ee32c69a9..019ad37cb3a 100644 --- a/srcpkgs/sagemath/template +++ b/srcpkgs/sagemath/template @@ -1,13 +1,13 @@ # Template file for 'sagemath' pkgname=sagemath version=10.1 -revision=1 +revision=2 build_wrksrc=pkgs/sagemath-standard build_style=python3-module _bindir=/usr/lib/sagemath/$version/bin make_install_args="--install-scripts=$_bindir" -hostmakedepends="m4 pkg-config python3-Cython python3-Jinja2 python3-pkgconfig - python3-setuptools" +hostmakedepends="m4 pkg-config python3-Cython0.29 python3-Jinja2 + python3-pkgconfig python3-setuptools" makedepends="arb-devel boost-devel brial-devel cliquer-devel ecl eclib-devel ecm-devel fflas-ffpack flintlib-devel gap-devel gd-devel giac-devel glpk-devel gsl-devel iml-devel lcalc-devel libbraiding-devel libhomfly-devel libmpc-devel @@ -18,7 +18,7 @@ makedepends="arb-devel boost-devel brial-devel cliquer-devel ecl eclib-devel depends="eclib-devel fflas-ffpack flintlib-devel gcc-fortran gd-devel gfan giac gsl-devel gzip libpng-devel linbox-devel m4ri-devel maxima-ecl mpfr-devel nauty ntl-devel palp pari-devel pari-elldata-small pari-galdata - pari-galpol-small pari-seadata-small pkg-config python3-Cython python3-cypari2 + pari-galpol-small pari-seadata-small pkg-config python3-Cython0.29 python3-cypari2 python3-cysignals python3-devel python3-fpylll python3-ipython python3-lrcalc python3-ipython_ipykernel python3-jupyter_ipywidgets python3-matplotlib python3-memory_allocator python3-networkx python3-pip python3-pkgconfig diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template index bd1b1b9c201..5030b9a25fe 100644 --- a/srcpkgs/vidcutter/template +++ b/srcpkgs/vidcutter/template @@ -3,7 +3,7 @@ pkgname=vidcutter version=6.0.5.1 revision=2 build_style=python3-module -hostmakedepends="python3-setuptools python3-Cython" +hostmakedepends="python3-setuptools python3-Cython0.29" makedepends="mpv-devel python3-devel" depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo python3-PyOpenGL python3-PyQt5 python3-setuptools"