Github messages for voidlinux
 help / color / mirror / Atom feed
From: misuchiru03 <misuchiru03@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: python3-contourpy-1.0.5
Date: Mon, 10 Oct 2022 06:41:03 +0200	[thread overview]
Message-ID: <20221010044103.6PpG4myiVBEhMeVRQUzU2Irxp0gbn__Zpr_ykYY0hIU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39857@inbox.vuxu.org>

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

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

https://github.com/misuchiru03/void-packages np_python3-contourpy_1.0.5
https://github.com/void-linux/void-packages/pull/39857

New package: python3-contourpy-1.0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_python3-contourpy_1.0.5-39857.patch --]
[-- Type: text/x-diff, Size: 2595 bytes --]

From cd769a58823b819c1855a7af48dbab523d08362f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Sun, 9 Oct 2022 22:54:57 -0500
Subject: [PATCH 1/2] python3-matplotlib: added depends for python3-contourpy

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

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index c48fd24d58d4..a2c2108edf33 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,14 +1,15 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.6.0
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"
 hostmakedepends="pkg-config python3-setuptools_scm python3-certifi python3-numpy"
 makedepends="python3-devel freetype-devel libpng-devel libqhull-devel"
 depends="python3-cycler fonttools python3-kiwisolver python3-numpy
- python3-packaging python3-Pillow python3-parsing python3-dateutil"
+ python3-packaging python3-Pillow python3-parsing python3-dateutil
+ python3-contourpy"
 short_desc="Python3 2D/3D plotting library"
 maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="custom:matplotlib, BSD-3-Clause, MIT"

From 7ccceca433e6a9b0c1a0197a7091b992afaacd5c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Sun, 9 Oct 2022 19:56:46 -0500
Subject: [PATCH 2/2] New package: python3-contourpy-1.0.5

---
 srcpkgs/python3-contourpy/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-contourpy/template

diff --git a/srcpkgs/python3-contourpy/template b/srcpkgs/python3-contourpy/template
new file mode 100644
index 000000000000..4707770c4506
--- /dev/null
+++ b/srcpkgs/python3-contourpy/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-contourpy'
+pkgname=python3-contourpy
+version=1.0.5
+revision=1
+wrksrc="contourpy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pybind11"
+makedepends="python3-pybind11"
+depends="python3"
+checkdepends="${depends} python3-matplotlib python3-pytest python3-numpy"
+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"
+distfiles="${PYPI_SITE}/c/contourpy/contourpy-${version}.tar.gz"
+checksum=896631cd40222aef3697e4e51177d14c3709fda49d30983269d584f034acc8a4
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2022-10-10  4:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-10  1:31 [PR PATCH] " misuchiru03
2022-10-10  2:08 ` sgn
2022-10-10  3:44 ` misuchiru03
2022-10-10  3:55 ` [PR PATCH] [Updated] " misuchiru03
2022-10-10  4:00 ` misuchiru03
2022-10-10  4:41 ` misuchiru03 [this message]
2022-10-10  4:59 ` [PR PATCH] [Updated] " misuchiru03
2022-10-10  5:25 ` misuchiru03
2022-10-10  7:58 ` classabbyamp
2022-10-11 14:59 ` [PR PATCH] [Closed]: " ahesford
2022-10-11 15:01 ` ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221010044103.6PpG4myiVBEhMeVRQUzU2Irxp0gbn__Zpr_ykYY0hIU@z \
    --to=misuchiru03@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).