commit: 990fd48f1fa182acb02b2a4922b06ab19ea7d01a Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri Feb 12 15:56:39 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Fri Feb 12 15:56:59 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=990fd48f
dev-python/snakemake: version bump 5.32.2 old version does not fetch, broken manifest Closes: https://github.com/gentoo/sci/pull/1052 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> .../{snakemake-5.31.1.ebuild => snakemake-5.32.2.ebuild} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-python/snakemake/snakemake-5.31.1.ebuild b/dev-python/snakemake/snakemake-5.32.2.ebuild similarity index 97% rename from dev-python/snakemake/snakemake-5.31.1.ebuild rename to dev-python/snakemake/snakemake-5.32.2.ebuild index 6a358a456..312699378 100644 --- a/dev-python/snakemake/snakemake-5.31.1.ebuild +++ b/dev-python/snakemake/snakemake-5.32.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,19 +31,19 @@ BDEPEND="test? ( )" RDEPEND=" - dev-python/wrapt[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/ratelimit[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/configargparse[${PYTHON_USEDEP}] dev-python/appdirs[${PYTHON_USEDEP}] + dev-python/configargparse[${PYTHON_USEDEP}] dev-python/datrie[${PYTHON_USEDEP}] - dev-python/jsonschema[${PYTHON_USEDEP}] dev-python/docutils[${PYTHON_USEDEP}] dev-python/GitPython[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] + dev-python/jsonschema[${PYTHON_USEDEP}] dev-python/nbformat[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/ratelimit[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] dev-python/toposort[${PYTHON_USEDEP}] + dev-python/wrapt[${PYTHON_USEDEP}] sci-mathematics/pulp[${PYTHON_USEDEP}] "