Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xdoctest/
Date: Fri, 24 Sep 2021 06:33:21
Message-Id: 1632465183.7997bad17c0847afd73601998715673328e45dfa.mgorny@gentoo
1 commit: 7997bad17c0847afd73601998715673328e45dfa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 24 05:47:07 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 24 06:33:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7997bad1
7
8 dev-python/xdoctest: Bump to 0.15.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xdoctest/Manifest | 1 +
13 dev-python/xdoctest/xdoctest-0.15.9.ebuild | 29 +++++++++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/dev-python/xdoctest/Manifest b/dev-python/xdoctest/Manifest
17 index c9f8f197da5..e0d389945fb 100644
18 --- a/dev-python/xdoctest/Manifest
19 +++ b/dev-python/xdoctest/Manifest
20 @@ -1,3 +1,4 @@
21 DIST xdoctest-0.15.4.gh.tar.gz 179295 BLAKE2B 0b44276a219119196543671d8ac24469ecd73b040bbd03ca416320d407f0dd34361dbb2778121621f6efb65835ea421107883277b6e712f03e4c06ea2b03dd6a SHA512 a0a35d5c73a8696266d9be44d11e9dbf05c9ac1165a05e681f7b70ef07ae7d56f4bd179e863b6675e2366f1627015e92092e8250ca592f004680db5ad886ad49
22 DIST xdoctest-0.15.6.gh.tar.gz 182717 BLAKE2B 39af1bdc381e6b6044321ca1dae8ae893d4af9ba8d595ce5dad0fea7e805420635bc9f9a2c04726cb03a7fa0311eb1df1f93aa59e682790e15a3e119356d7b9a SHA512 5c7a7cfea9a7b37e8e5a383b59896730420dbf737a4217bd19ebe083b48a6d410b0e6713b0e5b9749527ff3992f3d24b83d49622bcde0a68722ecab8337d7040
23 DIST xdoctest-0.15.8.gh.tar.gz 185463 BLAKE2B a16578e6d50398ac80d950bcc9a05131880816e2ff3a15bd1489474e532f9b495d099dcea204d8375c884c6957aaaba9b276fbcb65b5717b2850314453f787f7 SHA512 ab4f991ba6e312bf6cf675c3bbeeae87c0666b96c911ee7727f64b8e4c13420bb91e0a7a955ebce73b3fb15625b52bbf1b67c6edfe91234655501060b17723d5
24 +DIST xdoctest-0.15.9.gh.tar.gz 190313 BLAKE2B 9980752ad5742a7c4a73418a3ace408c38a6bef6cd43ee5cd1893d6cb195a7c387c5062735b2c903725898ea670e3e6d8e683d4341dcf2dc9e17a2c723107910 SHA512 6a49fbe7f2535ab86ac7047406fbcc9f7e98c964664a95a115c3d945ba8157e4e70ab8c31edae6faee932cfd5e90201d883d9b4b10e2cea9cdc8ff14b5d52d54
25
26 diff --git a/dev-python/xdoctest/xdoctest-0.15.9.ebuild b/dev-python/xdoctest/xdoctest-0.15.9.ebuild
27 new file mode 100644
28 index 00000000000..3f8b3416a70
29 --- /dev/null
30 +++ b/dev-python/xdoctest/xdoctest-0.15.9.ebuild
31 @@ -0,0 +1,29 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +PYTHON_COMPAT=( python3_{8..10} )
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A rewrite of Python's builtin doctest module but without all the weirdness"
41 +HOMEPAGE="https://github.com/Erotemic/xdoctest/"
42 +SRC_URI="
43 + https://github.com/Erotemic/xdoctest/archive/${PV}.tar.gz
44 + -> ${P}.gh.tar.gz"
45 +
46 +SLOT="0"
47 +LICENSE="Apache-2.0"
48 +KEYWORDS="~amd64 ~x86"
49 +
50 +RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
51 +# dev-python/nbformat-5.1.{0..2} did not install package data
52 +BDEPEND="
53 + test? (
54 + >=dev-python/nbformat-5.1.2-r1[${PYTHON_USEDEP}]
55 + )"
56 +
57 +distutils_enable_tests --install pytest
58 +#distutils_enable_sphinx docs/source \
59 +# dev-python/autoapi \
60 +# dev-python/sphinx_rtd_theme