Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/retworkx/
Date: Wed, 06 Apr 2022 19:43:15
Message-Id: 1649266084.9c10faa88620b320bf4cc88cde844a5bae0d49f9.mgorny@gentoo
1 commit: 9c10faa88620b320bf4cc88cde844a5bae0d49f9
2 Author: Gábor Oszkár Dénes <gaboroszkar <AT> protonmail <DOT> com>
3 AuthorDate: Wed Apr 6 17:28:04 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 6 17:28:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c10faa8
7
8 dev-python/retworkx: fix CFLAGS/LDFLAGS QA notice
9
10 Closes: https://bugs.gentoo.org/836800
11 Closes: https://bugs.gentoo.org/836801
12 Signed-off-by: Gábor Oszkár Dénes <gaboroszkar <AT> protonmail.com>
13
14 dev-python/retworkx/retworkx-0.11.0.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/dev-python/retworkx/retworkx-0.11.0.ebuild b/dev-python/retworkx/retworkx-0.11.0.ebuild
18 index c941326a3..107fcce5f 100644
19 --- a/dev-python/retworkx/retworkx-0.11.0.ebuild
20 +++ b/dev-python/retworkx/retworkx-0.11.0.ebuild
21 @@ -99,6 +99,9 @@ RDEPEND=">=dev-python/numpy-1.16.0"
22
23 distutils_enable_tests pytest
24
25 +# Libraries built with rust do not use CFLAGS and LDFLAGS.
26 +QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/retworkx/retworkx.*\\.so"
27 +
28 python_test() {
29 # We have to hide the source code directory so tests
30 # do not use these, but instead the compiled library.