Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-matplotlib: update to 3.3.0
@ 2020-07-17 14:02 yoctocell
  2020-07-17 18:15 ` [PR PATCH] [Updated] " yoctocell
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: yoctocell @ 2020-07-17 14:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yoctocell/void-packages matplotlib-3.3.0
https://github.com/void-linux/void-packages/pull/23613

python3-matplotlib: update to 3.3.0
None

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

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

From 0b37e257a00c3034c31491062531efc558a3ead2 Mon Sep 17 00:00:00 2001
From: yoctocell <attocell.name@protonmail.com>
Date: Fri, 17 Jul 2020 16:01:06 +0200
Subject: [PATCH] python3-matplotlib: update to 3.3.0

---
 srcpkgs/python3-matplotlib/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 7182291fa36..95868db7e8a 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
-version=3.2.1
+version=3.3.0
 revision=1
 wrksrc="matplotlib-${version}"
 build_style=python3-module
@@ -14,7 +14,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=5462728ed3be60af21bd8a6b33f5f1632dabdb3c1b3cc279cffb05926a48255c
+checksum=ee72a23bd5310a69a96c8527901d4ce71820bcbee260c04d1ef2069201c9b98a
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"

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

* Re: [PR PATCH] [Updated] python3-matplotlib: update to 3.3.0
  2020-07-17 14:02 [PR PATCH] python3-matplotlib: update to 3.3.0 yoctocell
@ 2020-07-17 18:15 ` yoctocell
  2020-07-17 18:56 ` [PR REVIEW] " ahesford
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: yoctocell @ 2020-07-17 18:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yoctocell/void-packages matplotlib-3.3.0
https://github.com/void-linux/void-packages/pull/23613

python3-matplotlib: update to 3.3.0
None

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

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

From e3c1ea9ee63af3b8ff9004f46ef05bfe82f8b947 Mon Sep 17 00:00:00 2001
From: yoctocell <attocell.name@protonmail.com>
Date: Fri, 17 Jul 2020 16:01:06 +0200
Subject: [PATCH] python3-matplotlib: update to 3.3.0

---
 srcpkgs/python3-matplotlib/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 7182291fa36..6a8297ac18c 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
-version=3.2.1
+version=3.3.0
 revision=1
 wrksrc="matplotlib-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools python3-numpy"
+build_helper="numpy"
+hostmakedepends="pkg-config python3-setuptools"
 # XXX use internal copy of agg, highly patched
 makedepends="python3-devel freetype-devel libpng-devel"
 depends="python3-matplotlib-data>=${version}_${revision} python3-numpy
@@ -14,7 +15,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=5462728ed3be60af21bd8a6b33f5f1632dabdb3c1b3cc279cffb05926a48255c
+checksum=ee72a23bd5310a69a96c8527901d4ce71820bcbee260c04d1ef2069201c9b98a
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"

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

* Re: [PR REVIEW] python3-matplotlib: update to 3.3.0
  2020-07-17 14:02 [PR PATCH] python3-matplotlib: update to 3.3.0 yoctocell
  2020-07-17 18:15 ` [PR PATCH] [Updated] " yoctocell
@ 2020-07-17 18:56 ` ahesford
  2020-07-17 18:56 ` ahesford
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-07-17 18:56 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/23613#discussion_r456618557

Comment:
Add `libqhull-devel` to `makedepends`

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

* Re: [PR REVIEW] python3-matplotlib: update to 3.3.0
  2020-07-17 14:02 [PR PATCH] python3-matplotlib: update to 3.3.0 yoctocell
  2020-07-17 18:15 ` [PR PATCH] [Updated] " yoctocell
  2020-07-17 18:56 ` [PR REVIEW] " ahesford
@ 2020-07-17 18:56 ` ahesford
  2020-07-17 19:20 ` [PR PATCH] [Updated] " yoctocell
  2020-07-17 19:37 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-07-17 18:56 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/23613#discussion_r456619113

Comment:
Define a `pre_build` function here:
```
pre_build() {
	cat <<-EOF > setup.cfg
	[libs]
	system_freetype = true
	system_qhull = true
	EOF
}
```
The build failures occur when trying to build an in-tree copy of `freetype`, but we can just link to the version shipped with Void. While we're at it, we might as well link to `libqhull` that's provided by Void.

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

* Re: [PR PATCH] [Updated] python3-matplotlib: update to 3.3.0
  2020-07-17 14:02 [PR PATCH] python3-matplotlib: update to 3.3.0 yoctocell
                   ` (2 preceding siblings ...)
  2020-07-17 18:56 ` ahesford
@ 2020-07-17 19:20 ` yoctocell
  2020-07-17 19:37 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: yoctocell @ 2020-07-17 19:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yoctocell/void-packages matplotlib-3.3.0
https://github.com/void-linux/void-packages/pull/23613

python3-matplotlib: update to 3.3.0
None

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

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

From a1d894864acb3a26ff07245ba7b445b4c12b8517 Mon Sep 17 00:00:00 2001
From: yoctocell <attocell.name@protonmail.com>
Date: Fri, 17 Jul 2020 16:01:06 +0200
Subject: [PATCH] python3-matplotlib: update to 3.3.0

---
 srcpkgs/python3-matplotlib/template | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 7182291fa36..7432eb0591c 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,12 +1,13 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
-version=3.2.1
+version=3.3.0
 revision=1
 wrksrc="matplotlib-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools python3-numpy"
+build_helper="numpy"
+hostmakedepends="pkg-config python3-setuptools"
 # XXX use internal copy of agg, highly patched
-makedepends="python3-devel freetype-devel libpng-devel"
+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"
 short_desc="Python3 2D/3D plotting library"
@@ -14,7 +15,15 @@ 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=5462728ed3be60af21bd8a6b33f5f1632dabdb3c1b3cc279cffb05926a48255c
+checksum=ee72a23bd5310a69a96c8527901d4ce71820bcbee260c04d1ef2069201c9b98a
+
+pre_build() {
+	cat <<-EOF > setup.cfg
+	[libs]
+	system_freetype = true
+	system_qhull = true
+	EOF
+}
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"

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

* Re: [PR PATCH] [Merged]: python3-matplotlib: update to 3.3.0
  2020-07-17 14:02 [PR PATCH] python3-matplotlib: update to 3.3.0 yoctocell
                   ` (3 preceding siblings ...)
  2020-07-17 19:20 ` [PR PATCH] [Updated] " yoctocell
@ 2020-07-17 19:37 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-07-17 19:37 UTC (permalink / raw)
  To: ml

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

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

python3-matplotlib: update to 3.3.0
https://github.com/void-linux/void-packages/pull/23613

Description:
None

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

end of thread, other threads:[~2020-07-17 19:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 14:02 [PR PATCH] python3-matplotlib: update to 3.3.0 yoctocell
2020-07-17 18:15 ` [PR PATCH] [Updated] " yoctocell
2020-07-17 18:56 ` [PR REVIEW] " ahesford
2020-07-17 18:56 ` ahesford
2020-07-17 19:20 ` [PR PATCH] [Updated] " yoctocell
2020-07-17 19:37 ` [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).