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,  7 Oct 2021 07:21:15 +0000 (UTC)	[thread overview]
Message-ID: <1633591268.d7437c850e69fd4dbcb89153f74f68627b723229.mgorny@gentoo> (raw)

commit:     d7437c850e69fd4dbcb89153f74f68627b723229
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  7 06:37:31 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct  7 07:21:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7437c85

dev-python/xdoctest: Bump to 0.15.10

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

 dev-python/xdoctest/Manifest                |  1 +
 dev-python/xdoctest/xdoctest-0.15.10.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/xdoctest/Manifest b/dev-python/xdoctest/Manifest
index f504867fa25..b32294e6f83 100644
--- a/dev-python/xdoctest/Manifest
+++ b/dev-python/xdoctest/Manifest
@@ -1,2 +1,3 @@
+DIST xdoctest-0.15.10.gh.tar.gz 191579 BLAKE2B 4836b773c3cf664c825433199b13ab7d3fe2c68538517bf5594797ad3f2f894d0132034fdafbc4502a00ec7393c19473fafe15fcf0257e3565592dc9907e3d71 SHA512 18c1a2774ae9331582610e3459a02f4e4de838218e7250af071570b2318f4c14330084b9fb903d88651fc40a4ba12b686ee6f2ca165edd8155e908ae4992a840
 DIST xdoctest-0.15.8.gh.tar.gz 185463 BLAKE2B a16578e6d50398ac80d950bcc9a05131880816e2ff3a15bd1489474e532f9b495d099dcea204d8375c884c6957aaaba9b276fbcb65b5717b2850314453f787f7 SHA512 ab4f991ba6e312bf6cf675c3bbeeae87c0666b96c911ee7727f64b8e4c13420bb91e0a7a955ebce73b3fb15625b52bbf1b67c6edfe91234655501060b17723d5
 DIST xdoctest-0.15.9.gh.tar.gz 190313 BLAKE2B 9980752ad5742a7c4a73418a3ace408c38a6bef6cd43ee5cd1893d6cb195a7c387c5062735b2c903725898ea670e3e6d8e683d4341dcf2dc9e17a2c723107910 SHA512 6a49fbe7f2535ab86ac7047406fbcc9f7e98c964664a95a115c3d945ba8157e4e70ab8c31edae6faee932cfd5e90201d883d9b4b10e2cea9cdc8ff14b5d52d54

diff --git a/dev-python/xdoctest/xdoctest-0.15.10.ebuild b/dev-python/xdoctest/xdoctest-0.15.10.ebuild
new file mode 100644
index 00000000000..de12e44c054
--- /dev/null
+++ b/dev-python/xdoctest/xdoctest-0.15.10.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A rewrite of Python's builtin doctest module but without all the weirdness"
+HOMEPAGE="https://github.com/Erotemic/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"
+
+RDEPEND="dev-python/six[${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}]
+	)"
+
+distutils_enable_tests --install pytest
+#distutils_enable_sphinx docs/source \
+#	dev-python/autoapi \
+#	dev-python/sphinx_rtd_theme


             reply	other threads:[~2021-10-07  7:21 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-07  7:21 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-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-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=1633591268.d7437c850e69fd4dbcb89153f74f68627b723229.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