Gentoo Archives: gentoo-commits

From: Julien Roy <julien@××××.ca>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mistletoe/
Date: Mon, 02 Jan 2023 21:14:56
Message-Id: 1672694079.bc220fd6550fde8c544c5d2ea03fe6c04cd422b9.julien@gentoo
1 commit: bc220fd6550fde8c544c5d2ea03fe6c04cd422b9
2 Author: Julien Roy <julien <AT> jroy <DOT> ca>
3 AuthorDate: Mon Jan 2 20:48:26 2023 +0000
4 Commit: Julien Roy <julien <AT> jroy <DOT> ca>
5 CommitDate: Mon Jan 2 21:14:39 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc220fd6
7
8 dev-python/mistletoe: fix python tests
9 Closes: https://bugs.gentoo.org/888745
10
11 Signed-off-by: Julien Roy <julien <AT> jroy.ca>
12
13 dev-python/mistletoe/mistletoe-0.9.0.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/mistletoe/mistletoe-0.9.0.ebuild b/dev-python/mistletoe/mistletoe-0.9.0.ebuild
17 index 36cb00ea6..37639c19e 100644
18 --- a/dev-python/mistletoe/mistletoe-0.9.0.ebuild
19 +++ b/dev-python/mistletoe/mistletoe-0.9.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2022 Gentoo Authors
22 +# Copyright 2022-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -17,3 +17,5 @@ KEYWORDS="~amd64"
27
28 RDEPEND=""
29 DEPEND="${RDEPEND}"
30 +
31 +distutils_enable_tests unittest