Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pymc3/
Date: Thu, 14 May 2020 10:38:49
Message-Id: 1589452721.2b72e882705a31d22f1f480d32842f318fb89385.mgorny@gentoo
1 commit: 2b72e882705a31d22f1f480d32842f318fb89385
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 10:37:37 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 10:38:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b72e882
7
8 sci-mathematics/pymc3: Remove unused dep on (re)commonmark
9
10 A quick grep suggests that (re)commonmark is used only for doc building.
11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 sci-mathematics/pymc3/{pymc3-3.1.ebuild => pymc3-3.1-r1.ebuild} | 2 --
15 1 file changed, 2 deletions(-)
16
17 diff --git a/sci-mathematics/pymc3/pymc3-3.1.ebuild b/sci-mathematics/pymc3/pymc3-3.1-r1.ebuild
18 similarity index 93%
19 rename from sci-mathematics/pymc3/pymc3-3.1.ebuild
20 rename to sci-mathematics/pymc3/pymc3-3.1-r1.ebuild
21 index 3c95b008123..b631808b810 100644
22 --- a/sci-mathematics/pymc3/pymc3-3.1.ebuild
23 +++ b/sci-mathematics/pymc3/pymc3-3.1-r1.ebuild
24 @@ -22,7 +22,6 @@ IUSE="test"
25 RESTRICT="!test? ( test )"
26
27 RDEPEND="
28 - <=dev-python/commonmark-0.5.4[${PYTHON_USEDEP}]
29 >=dev-python/joblib-0.9[${PYTHON_USEDEP}]
30 >=dev-python/numpy-1.11[${PYTHON_USEDEP},lapack]
31 >=dev-python/matplotlib-1.5[${PYTHON_USEDEP}]
32 @@ -30,7 +29,6 @@ RDEPEND="
33 dev-python/numpydoc[${PYTHON_USEDEP}]
34 >=dev-python/pandas-0.18[${PYTHON_USEDEP}]
35 >=dev-python/patsy-0.4[${PYTHON_USEDEP}]
36 - >=dev-python/recommonmark-0.4[${PYTHON_USEDEP}]
37 dev-python/sphinx[${PYTHON_USEDEP}]
38 >=dev-python/theano-0.9[${PYTHON_USEDEP}]
39 >=dev-python/tqdm-4.8.4[${PYTHON_USEDEP}]