From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F9E21382C5 for ; Thu, 14 May 2020 10:38:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C8FCE08F2; Thu, 14 May 2020 10:38:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E729E0921 for ; Thu, 14 May 2020 10:38:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FFDD350AC7 for ; Thu, 14 May 2020 10:38:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1A50219 for ; Thu, 14 May 2020 10:38:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1589452721.2b72e882705a31d22f1f480d32842f318fb89385.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pymc3/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/pymc3/pymc3-3.1-r1.ebuild sci-mathematics/pymc3/pymc3-3.1.ebuild X-VCS-Directories: sci-mathematics/pymc3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2b72e882705a31d22f1f480d32842f318fb89385 X-VCS-Branch: master Date: Thu, 14 May 2020 10:38:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ff9b50c6-d588-4e0b-b1a2-f65a41c4ea4f X-Archives-Hash: dda308c07b7bd89ecafef9756b6cb8b3 commit: 2b72e882705a31d22f1f480d32842f318fb89385 Author: Michał Górny gentoo org> AuthorDate: Thu May 14 10:37:37 2020 +0000 Commit: Michał Górny gentoo 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 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}]