commit: 2733f909f2b80f8690363ab7973e487d4953c2dd Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com> AuthorDate: Fri Jan 31 20:40:11 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Thu Feb 6 12:52:52 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2733f909
sci-biology/multiqc: version bump 1.27 Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com> Closes: https://github.com/gentoo/sci/pull/1320 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> .../{multiqc-1.23.ebuild => multiqc-1.27.ebuild} | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/sci-biology/multiqc/multiqc-1.23.ebuild b/sci-biology/multiqc/multiqc-1.27.ebuild similarity index 67% rename from sci-biology/multiqc/multiqc-1.23.ebuild rename to sci-biology/multiqc/multiqc-1.27.ebuild index 2ac362503..6ba06e001 100644 --- a/sci-biology/multiqc/multiqc-1.23.ebuild +++ b/sci-biology/multiqc/multiqc-1.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,12 +10,12 @@ inherit distutils-r1 DESCRIPTION="Aggregate bioinformatics results across many samples into a single report" HOMEPAGE="https://multiqc.info/" -SRC_URI="https://github.com/MultiQC/MultiQC/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +SRC_URI="https://github.com/MultiQC/MultiQC/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}"/MultiQC-${PV} LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~amd64-linux" +KEYWORDS="~amd64" RDEPEND="dev-python/click[${PYTHON_USEDEP}] dev-python/humanize[${PYTHON_USEDEP}] @@ -28,15 +28,18 @@ RDEPEND="dev-python/click[${PYTHON_USEDEP}] >=dev-python/pillow-10[${PYTHON_USEDEP}] >=dev-python/plotly-5.18[${PYTHON_USEDEP}] >=dev-python/pyyaml-4[${PYTHON_USEDEP}] - dev-python/pyaml-env[${PYTHON_USEDEP}] >=dev-python/rich-10[${PYTHON_USEDEP}] dev-python/rich-click[${PYTHON_USEDEP}] dev-python/coloredlogs[${PYTHON_USEDEP}] dev-python/tqdm[${PYTHON_USEDEP}] >=dev-python/spectra-0.0.10[${PYTHON_USEDEP}] >=dev-python/pydantic-2.7.1[${PYTHON_USEDEP}] - dev-python/typeguard[${PYTHON_USEDEP}]" -# dev-python/kaleido[${PYTHON_USEDEP}] # tested and is optional + dev-python/typeguard[${PYTHON_USEDEP}] + dev-python/python-dotenv[${PYTHON_USEDEP}] + dev-python/natsort[${PYTHON_USEDEP}] + dev-python/tqdm[${PYTHON_USEDEP}]" +# dev-python/tiktoken[${PYTHON_USEDEP}] # not strictly required +# dev-python/kaleido[${PYTHON_USEDEP}] # not strictly required -RESTRICT="test" # no items collected -#distutils_enable_tests pytest +RESTRICT="test" # needs external repository with test data +distutils_enable_tests pytest
