Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/persim/
Date: Tue, 01 Jun 2021 09:26:11
Message-Id: 1622539563.7ce4870d08f6e10112fec81f8569438989ba4731.andrewammerlaan@gentoo
1 commit: 7ce4870d08f6e10112fec81f8569438989ba4731
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 09:26:03 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 09:26:03 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ce4870d
7
8 dev-python/persim: move test deps out of RDEPEND
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/persim/persim-0.3.0.ebuild | 2 +-
14 dev-python/persim/persim-0.3.1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/persim/persim-0.3.0.ebuild b/dev-python/persim/persim-0.3.0.ebuild
18 index 5272edc3a..6e1d989aa 100644
19 --- a/dev-python/persim/persim-0.3.0.ebuild
20 +++ b/dev-python/persim/persim-0.3.0.ebuild
21 @@ -22,7 +22,7 @@ RDEPEND="${PYTHON_DEPS}
22 dev-python/plotly[${PYTHON_USEDEP}]
23 dev-python/scipy[${PYTHON_USEDEP}]
24 sci-libs/scikit-learn[${PYTHON_USEDEP}]
25 - test? ( dev-python/deprecated[${PYTHON_USEDEP}] )
26 "
27 +BDEPEND="test? ( dev-python/deprecated[${PYTHON_USEDEP}] )"
28
29 distutils_enable_tests pytest
30
31 diff --git a/dev-python/persim/persim-0.3.1.ebuild b/dev-python/persim/persim-0.3.1.ebuild
32 index 5272edc3a..6e1d989aa 100644
33 --- a/dev-python/persim/persim-0.3.1.ebuild
34 +++ b/dev-python/persim/persim-0.3.1.ebuild
35 @@ -22,7 +22,7 @@ RDEPEND="${PYTHON_DEPS}
36 dev-python/plotly[${PYTHON_USEDEP}]
37 dev-python/scipy[${PYTHON_USEDEP}]
38 sci-libs/scikit-learn[${PYTHON_USEDEP}]
39 - test? ( dev-python/deprecated[${PYTHON_USEDEP}] )
40 "
41 +BDEPEND="test? ( dev-python/deprecated[${PYTHON_USEDEP}] )"
42
43 distutils_enable_tests pytest