From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xdoctest/
Date: Tue, 09 Sep 2025 03:22:29 +0000 (UTC) [thread overview]
Message-ID: <1757388138.890d5bb64c53fe7ab0139acbf3a49761886c2026.mgorny@gentoo> (raw)
commit: 890d5bb64c53fe7ab0139acbf3a49761886c2026
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 9 02:56:52 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 9 03:22:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890d5bb6
dev-python/xdoctest: Bump to 1.3.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/xdoctest/Manifest | 1 +
dev-python/xdoctest/xdoctest-1.3.0.ebuild | 48 +++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-python/xdoctest/Manifest b/dev-python/xdoctest/Manifest
index 6b7994c184d0..edad6c312902 100644
--- a/dev-python/xdoctest/Manifest
+++ b/dev-python/xdoctest/Manifest
@@ -1 +1,2 @@
DIST xdoctest-1.2.0.gh.tar.gz 231269 BLAKE2B 5593bfa8a2d4ff6ff13db592e83325c6bd30e6614db969aec7b4072ec788a203024a0e4066b69a34782cc99252d0601a0a3db0c2b70cf5b7f58e9f6dad2de89d SHA512 a33509e494919bbcb630307b0a71f784d7e2be1d1c6422e49c2286218f21202088faa4baabc5e33a836225ca1fd0c12937de15a9a5b90ac4a80f35c8218b0071
+DIST xdoctest-1.3.0.gh.tar.gz 233012 BLAKE2B 87a10ae11f94e013191535c45b5e92fb44ed2e3051c4b2d38a7f8eabcf521cd0c5e22a8d40eaa42788e1ecc3b4bc90734f9b29ca1f5df8ef833ca1b3fd39df5e SHA512 5a245415f318f09c403fa18d2538240e21c9820e7c7db8830acc3ef32a1f886f7aaffe918d6188ca30e8e0a542f077e62dc786bcadc00a07a1271b603b8aa5f2
diff --git a/dev-python/xdoctest/xdoctest-1.3.0.ebuild b/dev-python/xdoctest/xdoctest-1.3.0.ebuild
new file mode 100644
index 000000000000..a7fcaad0c101
--- /dev/null
+++ b/dev-python/xdoctest/xdoctest-1.3.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="A rewrite of Python's builtin doctest module but without all the weirdness"
+HOMEPAGE="
+ https://github.com/Erotemic/xdoctest/
+ https://pypi.org/project/xdoctest/
+"
+SRC_URI="
+ https://github.com/Erotemic/xdoctest/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+ dev-python/pytest[${PYTHON_USEDEP}]
+"
+# dev-python/nbformat-5.1.{0..2} did not install package data
+BDEPEND="
+ test? (
+ >=dev-python/nbformat-5.1.2-r1[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGIN_LOAD_VIA_ENV=1
+EPYTEST_PLUGINS=( "${PN}" )
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # broken by PYTEST_PLUGINS
+ tests/test_plugin.py::TestXDoctestActivation::test_xdoctest_explicit_suppression
+ tests/test_pytest_cli.py::test_simple_pytest_import_error_cli
+ )
+
+ epytest --pyargs tests xdoctest
+}
next reply other threads:[~2025-09-09 3:22 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-09 3:22 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-06 16:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/xdoctest/ Michał Górny
2025-05-04 19:23 Michał Górny
2024-08-21 3:14 Michał Górny
2024-08-02 4:50 Michał Górny
2024-08-02 4:50 Michał Górny
2024-06-08 5:06 Michał Górny
2024-06-01 3:57 Michał Górny
2024-05-17 10:51 Michał Górny
2024-05-17 10:51 Michał Górny
2024-02-26 14:25 Michał Górny
2024-01-31 6:59 Michał Górny
2024-01-30 12:45 Michał Górny
2023-12-30 18:35 Michał Górny
2023-10-26 3:12 Michał Górny
2023-03-16 16:35 Michał Górny
2023-01-30 6:59 Michał Górny
2023-01-30 6:59 Michał Górny
2022-11-14 5:07 Michał Górny
2022-11-08 12:53 Andrew Ammerlaan
2022-09-09 7:23 Arthur Zamarin
2022-08-20 13:25 Arthur Zamarin
2022-07-11 7:06 Michał Górny
2022-05-16 13:30 Michał Górny
2022-03-26 10:37 Michał Górny
2021-10-07 7:21 Michał Górny
2021-09-24 6:33 Michał Górny
2021-09-24 6:33 Michał Górny
2021-08-09 6:40 Michał Górny
2021-07-03 6:35 Michał Górny
2021-07-01 18:39 Michał Górny
2021-06-05 20:54 Andrew Ammerlaan
2021-03-10 15:18 Michał Górny
2021-02-13 10:14 David Seifert
2021-01-29 19:31 Michał Górny
2021-01-29 11:08 Michał Górny
2021-01-29 9:00 Michał Górny
2021-01-22 9:55 Michał Górny
2021-01-22 9:55 Michał Górny
2020-11-18 18:58 David Seifert
2020-11-18 18:58 David Seifert
2020-02-09 12:46 Benda XU
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=1757388138.890d5bb64c53fe7ab0139acbf3a49761886c2026.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