Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
Date: Sat, 21 May 2022 09:18:20
Message-Id: 1653124682.d7b695c3fd0ca41875808715e736160efe1b4a1d.andrewammerlaan@gentoo
1 commit: d7b695c3fd0ca41875808715e736160efe1b4a1d
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 21 09:17:19 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sat May 21 09:18:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b695c3
7
8 sci-libs/rtree: fix ordering of distutils_enable_pytest
9
10 Closes: https://bugs.gentoo.org/846659
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 sci-libs/rtree/rtree-1.0.0.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-libs/rtree/rtree-1.0.0.ebuild b/sci-libs/rtree/rtree-1.0.0.ebuild
17 index 928981fc2086..7c8bc04ed510 100644
18 --- a/sci-libs/rtree/rtree-1.0.0.ebuild
19 +++ b/sci-libs/rtree/rtree-1.0.0.ebuild
20 @@ -25,9 +25,9 @@ RDEPEND="
21 dev-python/typing-extensions[${PYTHON_USEDEP}]
22 "
23
24 -distutils_enable_sphinx docs/source
25 -distutils_enable_tests pytest
26 -
27 BDEPEND="
28 test? ( dev-python/numpy[${PYTHON_USEDEP}] )
29 "
30 +
31 +distutils_enable_sphinx docs/source
32 +distutils_enable_tests pytest