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/xdoctest/
Date: Thu, 26 Oct 2023 03:12:31 +0000 (UTC)	[thread overview]
Message-ID: <1698288085.91bd41145a0f6e932339ce158ea79f88d26ced89.mgorny@gentoo> (raw)

commit:     91bd41145a0f6e932339ce158ea79f88d26ced89
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 02:41:25 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 02:41:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91bd4114

dev-python/xdoctest: Bump to 1.1.2

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

 dev-python/xdoctest/Manifest              |  1 +
 dev-python/xdoctest/xdoctest-1.1.2.ebuild | 46 +++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/xdoctest/Manifest b/dev-python/xdoctest/Manifest
index 3ae9143a8daa..d86c33fb3d9f 100644
--- a/dev-python/xdoctest/Manifest
+++ b/dev-python/xdoctest/Manifest
@@ -1 +1,2 @@
 DIST xdoctest-1.1.1.gh.tar.gz 212973 BLAKE2B 2af66b23889ba1f0321af08fbb81cec87f6c582fe000eaa3372f166287bf69b40fd82eff1029aadb0d0d62760640881676f61571f0bed37309a98680450fbe77 SHA512 8b0f77df54be8e61bf1b98bbc6ef7ac76337e634ea590394e13481c61ea83b6b4b017588f8d6ab813f95d277f605ece2d82441d6cbd25bbf485dd5bc85677abd
+DIST xdoctest-1.1.2.gh.tar.gz 225392 BLAKE2B 6a140197244f362b65047b7f181b3682aa7cf65c2f103e22f277388b6fecdf4894ed7c04e24cf08be1ecf78c0957fb04dbe4f97d894761ba7a47476b3eaf867c SHA512 9119c7895890b0369fd353aa2245fc4632004aca9be5086051f16de5abe0e596ee09cfedaa13b16a408aa98b81045d38e6e4df8b60197d66aec7b5e73709237d

diff --git a/dev-python/xdoctest/xdoctest-1.1.2.ebuild b/dev-python/xdoctest/xdoctest-1.1.2.ebuild
new file mode 100644
index 000000000000..5a3da3c3559a
--- /dev/null
+++ b/dev-python/xdoctest/xdoctest-1.1.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+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
+"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+
+# dev-python/nbformat-5.1.{0..2} did not install package data
+BDEPEND="
+	test? (
+		>=dev-python/nbformat-5.1.2-r1[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+#distutils_enable_sphinx docs/source \
+#	dev-python/autoapi \
+#	dev-python/sphinx-rtd-theme
+
+EPYTEST_DESELECT=(
+	tests/test_pytest_cli.py::test_simple_pytest_import_error_cli
+)
+
+python_test() {
+	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+	local -x PYTEST_PLUGINS=xdoctest.plugin
+
+	epytest --pyargs tests xdoctest
+}


             reply	other threads:[~2023-10-26  3:12 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-26  3:12 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-21  3:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/xdoctest/ 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-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=1698288085.91bd41145a0f6e932339ce158ea79f88d26ced89.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