From 7dedc7fcc2b000dc27b4361a3961cd90e583f1e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sat, 28 Dec 2024 09:35:40 -0300 Subject: [PATCH] python3-contourpy: update to 1.3.1. --- srcpkgs/python3-contourpy/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-contourpy/template b/srcpkgs/python3-contourpy/template index cfd94bfcbb4..622fb92d2a4 100644 --- a/srcpkgs/python3-contourpy/template +++ b/srcpkgs/python3-contourpy/template @@ -1,20 +1,20 @@ # Template file for 'python3-contourpy' pkgname=python3-contourpy -version=1.2.1 -revision=2 +version=1.3.1 +revision=1 build_style=python3-pep517 build_helper=meson hostmakedepends="python3-meson-python python3-pybind11 pkg-config" makedepends="python3-pybind11" -depends="python3" -checkdepends="${depends} python3-pytest-xdist python3-numpy" +depends="python3-numpy" +checkdepends="${depends} python3-pytest-xdist" short_desc="Python library for calculating contours of 2D quadrilateral grids" maintainer="Alex Childs " license="BSD-3-Clause" homepage="https://github.com/contourpy/contourpy" changelog="https://raw.githubusercontent.com/contourpy/contourpy/main/docs/changelog.rst" distfiles="${PYPI_SITE}/c/contourpy/contourpy-${version}.tar.gz" -checksum=4d8908b3bee1c889e547867ca4cdc54e5ab6be6d3e078556814a22457f49423c +checksum=dfd97abd83335045a913e3bcc4a09c0ceadbe66580cf573fe961f4a825efa699 # This test needs `wurlitzer`, not packaged make_check_args="--deselect=tests/test_internal.py::test_write_cache"