Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ctypesgen/
Date: Sat, 01 Aug 2020 20:58:52
Message-Id: 1596315505.6b554229225430738924edd59eca3c27650ca0ad.bman@gentoo
1 commit: 6b554229225430738924edd59eca3c27650ca0ad
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 20:58:25 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 20:58:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b554229
7
8 dev-python/ctypesgen: add note for upstream test failures
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-python/ctypesgen/ctypesgen-1.0.2.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/ctypesgen/ctypesgen-1.0.2.ebuild b/dev-python/ctypesgen/ctypesgen-1.0.2.ebuild
16 index 0ea04a16357..a71817580b7 100644
17 --- a/dev-python/ctypesgen/ctypesgen-1.0.2.ebuild
18 +++ b/dev-python/ctypesgen/ctypesgen-1.0.2.ebuild
19 @@ -4,6 +4,7 @@
20 EAPI=7
21
22 # pkg compiles fine with py3_{8,9} but tests fail
23 +# https://github.com/davidjamesca/ctypesgen/issues/90
24 PYTHON_COMPAT=( python3_7 )
25
26 DISTUTILS_USE_SETUPTOOLS=rdepend