commit: a8e4987610b1b2da2aee2264ba3d0c736943a7f0 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Tue May 23 10:34:27 2023 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Tue May 23 10:34:27 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a8e49876
sci-biology/bidsschematools: drop 0.5.1-r1 Signed-off-by: Horea Christian <chr <AT> chymera.eu> .../bidsschematools-0.5.1-r1.ebuild | 37 ---------------------- 1 file changed, 37 deletions(-) diff --git a/sci-biology/bidsschematools/bidsschematools-0.5.1-r1.ebuild b/sci-biology/bidsschematools/bidsschematools-0.5.1-r1.ebuild deleted file mode 100644 index 6177c4a38..000000000 --- a/sci-biology/bidsschematools/bidsschematools-0.5.1-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A Python library for working with the BIDS schema" -HOMEPAGE="https://github.com/bids-standard/bids-specification" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="render" - -RDEPEND=" - dev-python/pyyaml[${PYTHON_USEDEP}] - render? ( - dev-python/markdown-it-py[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/tabulate[${PYTHON_USEDEP}] - ) -" -DEPEND="" - -distutils_enable_tests pytest - -src_prepare() { - if ! use render; then - rm "${S}/bidsschematools/render.py" - rm "${S}/bidsschematools/tests/test_render.py" - fi - default -}