diff --git a/sci-biology/multiqc/Manifest b/sci-biology/multiqc/Manifest deleted file mode 100644 index f156c00..0000000 --- a/sci-biology/multiqc/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST multiqc-1.18.tar.gz 1146733 BLAKE2B ec6fc7fdb111ee3473652ddfac1d9d320fff47d08bb620de5f8d2670d6f05386885f6b91cb749709bd8789f998296953630ee5ebdace729a6d321647ae7d9ca8 SHA512 df7473b591fec322fa4d6a6a58f0c553808fa8671c469d7e59ba724e9a49975ad7071b3b5ac69c3adda44499a649469b804ae158cc4f68a3f7b73f0553e4d653 -EBUILD multiqc-1.18.ebuild 1140 BLAKE2B 1e4d555ffb913c867195f8695e243791435440052b91a873060d682b2515f4f0cc88e4138c6993177a6597b890a49e7ec4894c49db5093b871df561be60141d4 SHA512 8c8d31fb7296777cb6104c873de0f4da7f545c7c2c465fd7d5fa2bae0229906bcf4ebbb26f1b3768bc72b64e2eb696b66fb1a4468c2197c68163d4b692737593 -MISC metadata.xml 514 BLAKE2B 803a4bf12d80098c543780867b2913cb93eaf3740375b33150815efc580d0f97607265305be426bae6341455b860624062e57e33486f9307a36cbc0ba574a7a3 SHA512 163d66b6f50526096b22c8fd175660b736dcc492c4c4272351ca8e83a64a02c8710c11039a287fff25ec90037da9c754b9bd755d84e4be85f4319e125d7ac70c diff --git a/sci-biology/multiqc/metadata.xml b/sci-biology/multiqc/metadata.xml deleted file mode 100644 index 91620fc..0000000 --- a/sci-biology/multiqc/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - mschu.dev@gmail.com - Michael Schubert - - - sci-biology@gentoo.org - Gentoo Biology Project - - - ewels/MultiQC - multiqc - - diff --git a/sci-biology/multiqc/multiqc-1.18.ebuild b/sci-biology/multiqc/multiqc-1.18.ebuild deleted file mode 100644 index 3c37824..0000000 --- a/sci-biology/multiqc/multiqc-1.18.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..12} ) - -inherit pypi distutils-r1 - -DESCRIPTION="Aggregate bioinformatics results across many samples into a single report" -HOMEPAGE="https://multiqc.info/" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/networkx[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] - dev-python/coloredlogs[${PYTHON_USEDEP}] - dev-python/future[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/lzstring[${PYTHON_USEDEP}] - dev-python/markdown[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/rich[${PYTHON_USEDEP}] - dev-python/rich-click[${PYTHON_USEDEP}] - dev-python/simplejson[${PYTHON_USEDEP}] - dev-python/spectra[${PYTHON_USEDEP}] - dev-python/importlib-metadata[$PYTHON_USEDEP] - dev-python/humanize[$PYTHON_USEDEP] - dev-python/pyaml-env[$PYTHON_USEDEP]" - -distutils_enable_tests pytest