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/tifffile/
Date: Tue, 27 May 2025 03:24:38 +0000 (UTC)	[thread overview]
Message-ID: <1748316261.21dcd9d80d687d5127406cecc7b51b67c2330a12.mgorny@gentoo> (raw)

commit:     21dcd9d80d687d5127406cecc7b51b67c2330a12
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 27 03:01:28 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 27 03:24:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21dcd9d8

dev-python/tifffile: Bump to 2025.5.26

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

 dev-python/tifffile/Manifest                  |  1 +
 dev-python/tifffile/tifffile-2025.5.26.ebuild | 47 +++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 893f39a9dcd8..e627de3897d6 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1,3 @@
 DIST tifffile-2025.5.10.gh.tar.gz 354939 BLAKE2B 421f30a95286bed985794b35d94aca1ab2c892d08c23cbb8fb6f494500e2c444e03bd3ee1a049f7d50e5d02f2ef8375c056f03405af0863fe407231b34e7a119 SHA512 edeb7367970c8218009a715c3552b28f9cbde8265727835b1eebca1756fa3c902153756adba11be7e096c9e8fa2b88bbbbdc72ad5dd4e4a06379d58ab586d3dd
 DIST tifffile-2025.5.24.gh.tar.gz 357783 BLAKE2B f2c5bfcef2527f8a1311613386ebd4effc4ed57a04f0beef958b447eeab2c2b7ca4c0f31456504296a4c0dbbfc5fae0d90ab43f424e2501be6cbb9136de4f5e5 SHA512 d5a9fb8db81aff7457c7c7b3516edd248893295bc1f683e1f139d3447617376ffd4e2409c7c43a337bedfc259af1a2083bec00d5326106c46befff9d90d844e0
+DIST tifffile-2025.5.26.gh.tar.gz 358236 BLAKE2B 95a6b9e8d9419f539b47df7601227139b61fd889eb71455c118a8308cd1c02e1ac1ad8ec00fc413413254e96be1377a95b2142c45401fb91429021d1ce42e31b SHA512 4915c5a4ae544c2d3a96b9f928112ff662bf8709ecd4d29605ba51fd24ccf970a26b0bb660acbf33157a58470eef90f8e56a31489522c48d70513ddb984606a3

diff --git a/dev-python/tifffile/tifffile-2025.5.26.ebuild b/dev-python/tifffile/tifffile-2025.5.26.ebuild
new file mode 100644
index 000000000000..0788e2975e50
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2025.5.26.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read and write TIFF files"
+HOMEPAGE="
+	https://pypi.org/project/tifffile/
+	https://github.com/cgohlke/tifffile/
+	https://www.cgohlke.com/
+"
+SRC_URI="
+	https://github.com/cgohlke/tifffile/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+	>=dev-python/numpy-1.19.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/defusedxml[${PYTHON_USEDEP}]
+		>=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}]
+		dev-python/lxml[${PYTHON_USEDEP}]
+		dev-python/xarray[${PYTHON_USEDEP}]
+	)
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+	local -x SKIP_LARGE=1
+	local -x SKIP_HTTP=1
+
+	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+	epytest
+}


             reply	other threads:[~2025-05-27  3:24 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-27  3:24 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-30  5:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/ Michał Górny
2025-09-30  5:58 Michał Górny
2025-09-21  2:44 Michał Górny
2025-09-21  2:44 Michał Górny
2025-09-10  6:04 Michał Górny
2025-09-10  6:04 Michał Górny
2025-08-28  3:42 Michał Górny
2025-08-28  3:42 Michał Górny
2025-06-13  4:16 Michał Górny
2025-06-13  4:16 Michał Górny
2025-06-02  4:08 Michał Górny
2025-06-02  4:08 Michał Górny
2025-05-24  8:51 Michał Górny
2025-05-22 15:27 Michał Górny
2025-05-11  3:09 Michał Górny
2025-05-04 19:23 Michał Górny
2025-03-31  7:10 Michał Górny
2025-03-31  7:10 Michał Górny
2025-03-14  6:32 Michał Górny
2025-03-14  6:32 Michał Górny
2025-02-19  7:56 Michał Górny
2025-01-11  6:52 Michał Górny
2025-01-11  6:52 Michał Górny
2024-12-13  6:15 Michał Górny
2024-12-13  6:15 Michał Górny
2024-09-21  7:41 Michał Górny
2024-09-21  7:41 Michał Górny
2024-09-01  3:17 Michał Górny
2024-09-01  3:17 Michał Górny
2024-08-28  3:43 Michał Górny
2024-08-26  4:03 Michał Górny
2024-08-26  4:03 Michał Górny
2024-08-12  2:50 Michał Górny
2024-08-12  2:50 Michał Górny
2024-07-24 12:46 Michał Górny
2024-07-24 12:46 Michał Górny
2024-07-22  1:20 Michał Górny
2024-07-22  1:20 Michał Górny
2024-07-04  5:13 Michał Górny
2024-06-27 19:09 Michał Górny
2024-06-19  4:36 Michał Górny
2024-06-19  4:36 Michał Górny
2024-05-24 18:30 Michał Górny
2024-05-11  5:19 Michał Górny
2024-05-04  4:00 Michał Górny
2024-05-04  4:00 Michał Górny
2024-05-04  4:00 Michał Górny
2024-04-25  4:43 Michał Górny
2024-04-25  4:43 Michał Górny
2024-04-18  5:34 Michał Górny
2024-02-26 14:25 Michał Górny
2024-02-13  4:08 Michał Górny
2024-01-30  4:07 Michał Górny
2024-01-30  4:07 Michał Górny
2024-01-26 20:15 Michał Górny
2023-12-30 18:35 Michał Górny
2023-12-10  6:45 Michał Górny
2023-11-06  6:22 Michał Górny
2023-09-27  5:56 Michał Górny
2023-09-19 12:42 Michał Górny
2023-08-31 13:22 Michał Górny
2023-08-26  5:31 Michał Górny
2023-08-13 19:00 Arthur Zamarin
2023-07-24 11:34 Michał Górny
2023-07-20 11:10 Michał Górny
2023-07-11  5:52 Michał Górny
2023-07-05  6:19 Michał Górny
2023-05-29 23:50 Sam James
2023-04-13  5:13 Michał Górny
2023-04-08  6:08 Michał Górny
2023-03-22  6:23 Michał Górny
2023-03-16 16:35 Michał Górny
2023-03-16  3:33 Michał Górny
2023-03-16  3:33 Michał Górny
2023-03-02  5:13 Michał Górny
2023-02-28 18:16 Arthur Zamarin
2023-02-28  5:06 Michał Górny
2023-02-05 16:18 Michał Górny
2023-02-03  7:19 Michał Górny
2023-01-27 20:10 Michał Górny
2023-01-23  7:49 Michał Górny
2023-01-10 11:07 Arthur Zamarin
2022-12-21  6:46 Michał Górny
2022-11-14  5:07 Michał Górny
2022-10-27 14:52 Andrew Ammerlaan
2022-10-12 11:18 Michał Górny
2022-10-12 11:18 Michał Górny
2022-08-13  8:05 Michał Górny
2022-08-09 17:58 Arthur Zamarin
2022-08-01 11:07 Michał Górny
2022-07-29 10:12 Arthur Zamarin
2022-05-16 13:30 Michał Górny
2022-05-04  8:19 Michał Górny
2022-05-04  8:19 Michał Górny
2022-04-30  7:35 Michał Górny
2022-04-26 16:26 Arthur Zamarin
2022-04-23  7:12 Arthur Zamarin
2022-04-08 21:18 Michał Górny
2022-03-26 10:37 Michał Górny
2022-03-21 21:11 Michał Górny
2022-03-17 10:18 Michał Górny
2022-02-10  7:58 Michał Górny
2021-12-12 17:42 Jakov Smolić
2021-12-12  9: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=1748316261.21dcd9d80d687d5127406cecc7b51b67c2330a12.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