sci-mathematics/pymc3: Remove unused dep on (re)commonmark
authorMichał Górny <mgorny@gentoo.org>
Thu, 14 May 2020 10:37:37 +0000 (12:37 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 14 May 2020 10:38:41 +0000 (12:38 +0200)
A quick grep suggests that (re)commonmark is used only for doc building.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-mathematics/pymc3/pymc3-3.1-r1.ebuild [moved from sci-mathematics/pymc3/pymc3-3.1.ebuild with 93% similarity]

similarity index 93%
rename from sci-mathematics/pymc3/pymc3-3.1.ebuild
rename to sci-mathematics/pymc3/pymc3-3.1-r1.ebuild
index 3c95b008123cc5853d86d3dc965dd24b4693f11e..b631808b810e37e84ac5c4482fb26fb53a953ae0 100644 (file)
@@ -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}]