From 2f2bff7833cb2f91dd32ce7c8ba677d46b516bf7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:03:38 -0400 Subject: [PATCH] plplot: rebuild for Python 3.12 --- srcpkgs/plplot/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/plplot/template b/srcpkgs/plplot/template index 67976037229..420525c05f1 100644 --- a/srcpkgs/plplot/template +++ b/srcpkgs/plplot/template @@ -1,13 +1,13 @@ # Template file for 'plplot' pkgname=plplot version=5.15.0 -revision=3 +revision=4 build_style=cmake build_helper="qemu" configure_args="-DPL_FREETYPE_FONT_PATH=/usr/share/fonts/TTF -DCMAKE_NATIVE_BINARY_DIR=/usr -DPREBUILT_DOC=ON -DLUA_DIR=/usr/lib/lua/5.3" hostmakedepends="pkg-config gcc-fortran swig freefont-ttf - lua53 python3-numpy plplot-devel" + lua53 python3-numpy python3-setuptools plplot-devel" makedepends="pango-devel cairo-devel freetype-devel libqhull-devel libltdl-devel Haru-devel tk-devel shapelib-devel lua53-devel python3-devel python3-numpy"