Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-matplotlib: update to 3.3.1.
@ 2020-08-21  5:20 ahesford
  2020-08-21  5:38 ` [PR PATCH] [Updated] " ahesford
  2020-08-21  5:47 ` [PR PATCH] [Closed]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: ahesford @ 2020-08-21  5:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages matplotlib
https://github.com/void-linux/void-packages/pull/24398

python3-matplotlib: update to 3.3.1.


A patch file from https://github.com/void-linux/void-packages/pull/24398.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-matplotlib-24398.patch --]
[-- Type: text/x-diff, Size: 1809 bytes --]

From fd4cc6124ae764a16ba1b4a6743d6fe5c9552cb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 21 Aug 2020 01:12:30 -0400
Subject: [PATCH] python3-matplotlib: update to 3.3.1.

---
 srcpkgs/python3-matplotlib/files/README.voidlinux | 2 +-
 srcpkgs/python3-matplotlib/template               | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-matplotlib/files/README.voidlinux b/srcpkgs/python3-matplotlib/files/README.voidlinux
index 47eefb2f120..c22ea4cf152 100644
--- a/srcpkgs/python3-matplotlib/files/README.voidlinux
+++ b/srcpkgs/python3-matplotlib/files/README.voidlinux
@@ -3,7 +3,7 @@ For interactive graphics, install:
 
 - gtk+3 gir-freedesktop python3-gobject python3-cairocffi
   (for GTK3Agg/GTK3Cairo backend)
-- python3-PyQt5 (for Qt5Agg backend)
+- python3-PyQt5-svg (for Qt5Agg backend)
 - python3-tkinter (for TkAgg backend)
 - python3-tornado (for webagg backend)
 
diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index b5056f1eba5..e4f2c781eef 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
-version=3.3.0
-revision=2
+version=3.3.1
+revision=1
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"
@@ -16,7 +16,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="custom:matplotlib, BSD-3-Clause, MIT"
 homepage="https://matplotlib.org/"
 distfiles="https://github.com/matplotlib/matplotlib/archive/v${version}.tar.gz"
-checksum=ee72a23bd5310a69a96c8527901d4ce71820bcbee260c04d1ef2069201c9b98a
+checksum=672faf2c79aaae2250f322bd1d11226b41e09d4c91cbbe50951dd33e01845a44
 
 pre_build() {
 	cat <<-EOF > setup.cfg

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] python3-matplotlib: update to 3.3.1.
  2020-08-21  5:20 [PR PATCH] python3-matplotlib: update to 3.3.1 ahesford
@ 2020-08-21  5:38 ` ahesford
  2020-08-21  5:47 ` [PR PATCH] [Closed]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-08-21  5:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages matplotlib
https://github.com/void-linux/void-packages/pull/24398

python3-matplotlib: update to 3.3.1.


A patch file from https://github.com/void-linux/void-packages/pull/24398.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-matplotlib-24398.patch --]
[-- Type: text/x-diff, Size: 2431 bytes --]

From 229c35d141ab75fe12ffdd29fde02e4b7a22c39a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 21 Aug 2020 01:12:30 -0400
Subject: [PATCH] python3-matplotlib: update to 3.3.1.

---
 srcpkgs/python3-matplotlib/files/README.voidlinux |  2 +-
 srcpkgs/python3-matplotlib/template               | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-matplotlib/files/README.voidlinux b/srcpkgs/python3-matplotlib/files/README.voidlinux
index 47eefb2f120..c22ea4cf152 100644
--- a/srcpkgs/python3-matplotlib/files/README.voidlinux
+++ b/srcpkgs/python3-matplotlib/files/README.voidlinux
@@ -3,7 +3,7 @@ For interactive graphics, install:
 
 - gtk+3 gir-freedesktop python3-gobject python3-cairocffi
   (for GTK3Agg/GTK3Cairo backend)
-- python3-PyQt5 (for Qt5Agg backend)
+- python3-PyQt5-svg (for Qt5Agg backend)
 - python3-tkinter (for TkAgg backend)
 - python3-tornado (for webagg backend)
 
diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index b5056f1eba5..25e008c920a 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,22 +1,22 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
-version=3.3.0
-revision=2
+version=3.3.1
+revision=1
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"
-hostmakedepends="pkg-config python3-setuptools"
+hostmakedepends="pkg-config python3-setuptools python3-certifi python3-numpy"
 # XXX use internal copy of agg, highly patched
 makedepends="python3-devel freetype-devel libpng-devel libqhull-devel"
-depends="python3-matplotlib-data>=${version}_${revision} python3-numpy
- python3-dateutil python3-parsing python3-cycler python3-kiwisolver
- python3-Pillow"
+depends="python3-matplotlib-data>=${version}_${revision} python3-certifi
+ python3-cycler python3-kiwisolver python3-numpy python3-Pillow
+ python3-parsing python3-dateutil"
 short_desc="Python3 2D/3D plotting library"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="custom:matplotlib, BSD-3-Clause, MIT"
 homepage="https://matplotlib.org/"
 distfiles="https://github.com/matplotlib/matplotlib/archive/v${version}.tar.gz"
-checksum=ee72a23bd5310a69a96c8527901d4ce71820bcbee260c04d1ef2069201c9b98a
+checksum=672faf2c79aaae2250f322bd1d11226b41e09d4c91cbbe50951dd33e01845a44
 
 pre_build() {
 	cat <<-EOF > setup.cfg

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: python3-matplotlib: update to 3.3.1.
  2020-08-21  5:20 [PR PATCH] python3-matplotlib: update to 3.3.1 ahesford
  2020-08-21  5:38 ` [PR PATCH] [Updated] " ahesford
@ 2020-08-21  5:47 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-08-21  5:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

There's a closed pull request on the void-packages repository

python3-matplotlib: update to 3.3.1.
https://github.com/void-linux/void-packages/pull/24398

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-21  5:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-21  5:20 [PR PATCH] python3-matplotlib: update to 3.3.1 ahesford
2020-08-21  5:38 ` [PR PATCH] [Updated] " ahesford
2020-08-21  5:47 ` [PR PATCH] [Closed]: " 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).