Skip to content

Commit

Permalink
sci-biology/multiqc: version bump 1.22.2
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Schubert <mschu.dev@gmail.com>
Closes: #1277
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
  • Loading branch information
mschubert authored and Nowa-Ammerlaan committed Jun 19, 2024
1 parent 1a7bcd2 commit 968ecda
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 45 deletions.
4 changes: 0 additions & 4 deletions profiles/package.mask
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,5 @@

#--- END OF EXAMPLES ---

# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-04-24)
# Dependencies dev-python/future removed
sci-biology/multiqc

# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-04-24)
# reverse deps
2 changes: 1 addition & 1 deletion sci-biology/multiqc/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST multiqc-1.19.tar.gz 1159781 BLAKE2B 32d592dba5675f8cb673c8fced9f8ed32977ecd2baf1407aff4ef16b88d8bdad6a9541748717b90d5ab755f6354166e2de62cb1abd282d0e5ce9d1c89529d249 SHA512 75ef5a1b6c6433d68b878e2a1d51b6f420b8c77831cb1279a0b87aff5d6dee7a65bcca5d1f4deb04d4957feef0f27a1155198e244bd165404b08a23bfc8a9354
DIST multiqc-1.22.2.gh.tar.gz 5611004 BLAKE2B 238af92830fe903b09651701072053a4d09de7ff626894b51d246ac53c02e86955690d3b072961833648574ae07412f03fdafd0f39e629c574eb0346cdd95710 SHA512 cf4a448bd353cbd38e7f585c9c62f68481d3fa919edf0a974d3448782134e14e6f210cedbac0e59235a2813166d07b9a407e17e7eb1904176406cc4326182699
40 changes: 0 additions & 40 deletions sci-biology/multiqc/multiqc-1.19.ebuild

This file was deleted.

42 changes: 42 additions & 0 deletions sci-biology/multiqc/multiqc-1.22.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{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"
S="${WORKDIR}"/MultiQC-${PV}

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~amd64-linux"

RDEPEND="dev-python/click[${PYTHON_USEDEP}]
dev-python/humanize[${PYTHON_USEDEP}]
dev-python/importlib-metadata[${PYTHON_USEDEP}]
>=dev-python/jinja-3.0.0[${PYTHON_USEDEP}]
dev-python/markdown[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/requests[${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

RESTRICT="test" # no items collected
#distutils_enable_tests pytest

0 comments on commit 968ecda

Please sign in to comment.