* [PR PATCH] matplotlib deps
@ 2024-12-28 12:48 tornaria
2024-12-29 14:20 ` [PR PATCH] [Merged]: " ahesford
0 siblings, 1 reply; 2+ messages in thread
From: tornaria @ 2024-12-28 12:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1312 bytes --]
There is a new pull request by tornaria against master on the void-packages repository
https://github.com/tornaria/void-packages mpl-deps
https://github.com/void-linux/void-packages/pull/53734
matplotlib deps
- **python3-kiwisolver: update to 1.4.8.**
- **python3-contourpy: update to 1.3.1.**
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
cc: @ahesford
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/53734.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mpl-deps-53734.patch --]
[-- Type: text/x-diff, Size: 2871 bytes --]
From cc2d5013bc82abb9971fa472e8052cb726c15d1b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 28 Dec 2024 09:35:36 -0300
Subject: [PATCH 1/2] python3-kiwisolver: update to 1.4.8.
---
srcpkgs/python3-kiwisolver/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index ca57ad5da392ed..596281ea89a926 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
# Template file for 'python3-kiwisolver'
pkgname=python3-kiwisolver
-version=1.4.5
-revision=3
+version=1.4.8
+revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel python3-cppy"
makedepends="python3-devel python3-cppy"
@@ -13,7 +13,7 @@ license="BSD-3-Clause"
homepage="https://github.com/nucleic/kiwi"
changelog="https://github.com/nucleic/kiwi/raw/main/releasenotes.rst"
distfiles="${PYPI_SITE}/k/kiwisolver/kiwisolver-${version}.tar.gz"
-checksum=e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec
+checksum=23d5f023bdc8c7e54eb65f03ca5d5bb25b601eac4d7f1a042888a1f45237987e
post_install() {
vlicense LICENSE
From 01c3c3a62a1d7f953194203e1e3afd2c93f3bc40 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 28 Dec 2024 09:35:40 -0300
Subject: [PATCH 2/2] 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 cfd94bfcbb4248..622fb92d2a4ed2 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 <misuchiru03+github@gmail.com>"
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"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PR PATCH] [Merged]: matplotlib deps
2024-12-28 12:48 [PR PATCH] matplotlib deps tornaria
@ 2024-12-29 14:20 ` ahesford
0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2024-12-29 14:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1158 bytes --]
There's a merged pull request on the void-packages repository
matplotlib deps
https://github.com/void-linux/void-packages/pull/53734
Description:
- **python3-kiwisolver: update to 1.4.8.**
- **python3-contourpy: update to 1.3.1.**
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
cc: @ahesford
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-29 14:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-28 12:48 [PR PATCH] matplotlib deps tornaria
2024-12-29 14:20 ` [PR PATCH] [Merged]: " ahesford
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).