commit: 2b72e882705a31d22f1f480d32842f318fb89385
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 10:37:37 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 14 10:38:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b72e882
sci-mathematics/pymc3: Remove unused dep on (re)commonmark
A quick grep suggests that (re)commonmark is used only for doc building.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-mathematics/pymc3/{pymc3-3.1.ebuild => pymc3-3.1-r1.ebuild} | 2 --
1 file changed, 2 deletions(-)
diff --git a/sci-mathematics/pymc3/pymc3-3.1.ebuild
b/sci-mathematics/pymc3/pymc3-3.1-r1.ebuild
similarity index 93%
rename from sci-mathematics/pymc3/pymc3-3.1.ebuild
rename to sci-mathematics/pymc3/pymc3-3.1-r1.ebuild
index 3c95b008123..b631808b810 100644
--- a/sci-mathematics/pymc3/pymc3-3.1.ebuild
+++ b/sci-mathematics/pymc3/pymc3-3.1-r1.ebuild
@@ -22,7 +22,6 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
- <=dev-python/commonmark-0.5.4[${PYTHON_USEDEP}]
>=dev-python/joblib-0.9[${PYTHON_USEDEP}]
>=dev-python/numpy-1.11[${PYTHON_USEDEP},lapack]
>=dev-python/matplotlib-1.5[${PYTHON_USEDEP}]
@@ -30,7 +29,6 @@ RDEPEND="
dev-python/numpydoc[${PYTHON_USEDEP}]
>=dev-python/pandas-0.18[${PYTHON_USEDEP}]
>=dev-python/patsy-0.4[${PYTHON_USEDEP}]
- >=dev-python/recommonmark-0.4[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
>=dev-python/theano-0.9[${PYTHON_USEDEP}]
>=dev-python/tqdm-4.8.4[${PYTHON_USEDEP}]