public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/contourpy/
Date: Wed, 16 Apr 2025 01:55:28 +0000 (UTC)	[thread overview]
Message-ID: <1744768516.8e06e942d8b04b19bcc5ec72c882f9d0ce12ea4d.mgorny@gentoo> (raw)

commit:     8e06e942d8b04b19bcc5ec72c882f9d0ce12ea4d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 16 00:55:34 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 16 01:55:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e06e942

dev-python/contourpy: Bump to 1.3.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/contourpy/Manifest               |  1 +
 dev-python/contourpy/contourpy-1.3.2.ebuild | 53 +++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/contourpy/Manifest b/dev-python/contourpy/Manifest
index 2cd6150c32c2..a91605e7a359 100644
--- a/dev-python/contourpy/Manifest
+++ b/dev-python/contourpy/Manifest
@@ -1 +1,2 @@
 DIST contourpy-1.3.1.gh.tar.gz 13445593 BLAKE2B 745b55740afcee562c1578922079dc271e3074b011b7a0c8b6f8287b23c18a616a634afd6b05bd463921de77e857ca550a57424646961267f080a9e36ec64185 SHA512 09dbb934c65280722312ce002198bb294bb543febba28a2fd874d4b9feb3d837a802c68614703acf6131f799047254a16a4c932cd694d7d55e5a946a49cc8f3a
+DIST contourpy-1.3.2.gh.tar.gz 13447363 BLAKE2B e2ffdca06f2304f6b38414d556d2b1f40334e5626c722a5ca6e8fd6490f28fd8dbc388eacffa1c60815553e5f5183ada2e61c08ba571dbf52add7dc3904398b6 SHA512 4948f1fc706623ec63828066efb0fa720a946e39b3d9072356dea9d27ba07fe5fa37df297a865afd4e96e43419983161e3c7a1fe75d14973460683342bea4f0c

diff --git a/dev-python/contourpy/contourpy-1.3.2.ebuild b/dev-python/contourpy/contourpy-1.3.2.ebuild
new file mode 100644
index 000000000000..99b6ec49d072
--- /dev/null
+++ b/dev-python/contourpy/contourpy-1.3.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=meson-python
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for calculating contours in 2D quadrilateral grids"
+HOMEPAGE="
+	https://pypi.org/project/contourpy/
+	https://github.com/contourpy/contourpy/
+"
+SRC_URI="
+	https://github.com/contourpy/contourpy/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+RDEPEND="
+	>=dev-python/numpy-1.23[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	>=dev-python/pybind11-2.13.4[${PYTHON_USEDEP}]
+	test? (
+		dev-python/matplotlib[${PYTHON_USEDEP}]
+		dev-python/pillow[${PYTHON_USEDEP}]
+		dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+		dev-python/wurlitzer[${PYTHON_USEDEP}]
+	)
+"
+
+DISTUTILS_ARGS=(
+	-Dwerror=false
+)
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+	local EPYTEST_IGNORE=(
+		# linters
+		tests/test_codebase.py
+	)
+	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+	epytest
+}


             reply	other threads:[~2025-04-16  1:55 UTC|newest]

Thread overview: 103+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-16  1:55 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-18 10:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/contourpy/ Michał Górny
2025-10-18 10:24 Michał Górny
2025-09-07 14:56 Arthur Zamarin
2025-08-30 12:48 Arthur Zamarin
2025-08-27  3:03 Sam James
2025-08-27  3:03 Sam James
2025-08-26 23:46 Sam James
2025-08-26 23:46 Sam James
2025-07-27  3:29 Michał Górny
2025-07-27  3:29 Michał Górny
2025-05-03 16:50 Arthur Zamarin
2025-05-03 14:35 Arthur Zamarin
2025-05-03 14:35 Arthur Zamarin
2025-05-03 14:35 Arthur Zamarin
2025-05-03 12:44 Arthur Zamarin
2025-04-13 15:32 Michał Górny
2025-04-13 15:22 Michał Górny
2025-02-23 16:51 Michał Górny
2024-11-30 14:26 Sam James
2024-11-30 12:44 Arthur Zamarin
2024-11-30 11:49 Michał Górny
2024-11-30 10:55 Arthur Zamarin
2024-11-13  6:55 Michał Górny
2024-10-19 17:07 Michał Górny
2024-10-19 16:49 Michał Górny
2024-10-19 16:41 Michał Górny
2024-10-19 16:41 Michał Górny
2024-10-19 16:41 Michał Górny
2024-10-19 15:58 Michał Górny
2024-10-19 15:58 Michał Górny
2024-10-19 15:58 Michał Górny
2024-09-17 19:39 Michał Górny
2024-09-17 19:39 Michał Górny
2024-09-17 16:00 Sam James
2024-09-17 16:00 Sam James
2024-09-14 13:22 Arthur Zamarin
2024-09-14 12:06 Arthur Zamarin
2024-09-14 12:06 Arthur Zamarin
2024-09-14 11:31 Arthur Zamarin
2024-08-28  3:43 Michał Górny
2024-07-15  6:05 Ionen Wolkens
2024-06-28 16:16 Michał Górny
2024-05-27 15:30 Michał Górny
2023-11-29 17:14 Michał Górny
2023-11-29 17:13 Sam James
2023-11-29 16:45 Arthur Zamarin
2023-11-29 14:48 Arthur Zamarin
2023-11-29 14:00 Arthur Zamarin
2023-11-29 12:21 Arthur Zamarin
2023-11-29 10:26 Michał Górny
2023-11-20 10:06 Sam James
2023-11-19 20:38 Michał Górny
2023-11-03 18:35 Michał Górny
2023-10-27 12:56 Michał Górny
2023-10-27  2:34 Sam James
2023-10-24 15:25 Michał Górny
2023-10-18 15:42 Arthur Zamarin
2023-10-18  9:40 Sam James
2023-09-16 14:44 Michał Górny
2023-08-24 18:32 Michał Górny
2023-08-24 18:15 Sam James
2023-08-22 12:31 Sam James
2023-08-05 19:35 Arthur Zamarin
2023-08-04 21:38 Sam James
2023-08-02  4:27 Sam James
2023-07-24 18:43 Sam James
2023-07-24 12:07 Jakov Smolić
2023-07-24  8:54 Jakov Smolić
2023-07-17 11:15 Sam James
2023-07-17  6:12 Sam James
2023-07-14 18:22 Arthur Zamarin
2023-07-07 11:25 WANG Xuerui
2023-06-16 13:47 Arthur Zamarin
2023-06-14 17:06 Yixun Lan
2023-06-14 12:31 Arthur Zamarin
2023-06-14  6:43 Michał Górny
2023-05-04 16:11 Michał Górny
2023-04-20 22:30 Sam James
2023-04-20 22:30 Sam James
2023-04-20 22:30 Sam James
2023-04-20 22:30 Sam James
2023-04-20 22:30 Sam James
2023-04-20 22:30 Sam James
2023-04-20 22:30 Sam James
2023-02-21  8:00 Michał Górny
2023-02-20 21:48 Arthur Zamarin
2023-01-14  4:57 Michał Górny
2022-12-10 17:38 Sam James
2022-11-22 18:52 Arthur Zamarin
2022-11-22 18:52 Arthur Zamarin
2022-11-22 18:52 Arthur Zamarin
2022-11-11  6:40 Michał Górny
2022-10-30 20:16 Arthur Zamarin
2022-10-10 23:40 Sam James
2022-10-05  7:37 Arthur Zamarin
2022-10-05  7:37 Arthur Zamarin
2022-10-05  6:50 Michał Górny
2022-10-04  6:54 Michał Górny
2022-10-02  1:01 Sam James
2022-09-26  6:24 Arthur Zamarin
2022-09-25 11:59 Yixun Lan
2022-09-24  8:26 Michał Górny

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=1744768516.8e06e942d8b04b19bcc5ec72c882f9d0ce12ea4d.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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