diff options
author | Horea Christian <chr@chymera.eu> | 2023-01-13 03:50:33 -0500 |
---|---|---|
committer | Horea Christian <chr@chymera.eu> | 2023-01-13 03:50:33 -0500 |
commit | 7d409d7497bc831fda6854cb3b511986001e3d86 (patch) | |
tree | a9875a5f5b53732d515319a14be390d048ab46fb /sci-biology/deeptools | |
parent | dev-python/pyBigWig: using PEP517 (diff) | |
download | sci-7d409d7497bc831fda6854cb3b511986001e3d86.tar.gz sci-7d409d7497bc831fda6854cb3b511986001e3d86.tar.bz2 sci-7d409d7497bc831fda6854cb3b511986001e3d86.zip |
sci-biology/deeptools: update EAPI 7 -> 8
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'sci-biology/deeptools')
-rw-r--r-- | sci-biology/deeptools/deeptools-3.5.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-biology/deeptools/deeptools-3.5.0.ebuild b/sci-biology/deeptools/deeptools-3.5.0.ebuild index f53a19bcb..5dbf6dc55 100644 --- a/sci-biology/deeptools/deeptools-3.5.0.ebuild +++ b/sci-biology/deeptools/deeptools-3.5.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{10..10} ) inherit distutils-r1 @@ -23,7 +23,7 @@ RDEPEND=" >=dev-python/numpy-1.9.0[${PYTHON_USEDEP}] >=dev-python/numpydoc-0.5[${PYTHON_USEDEP}] >=dev-python/scipy-0.17.0[${PYTHON_USEDEP}] - >=dev-python/plotly-2.0.0[${PYTHON_USEDEP}] + dev-python/plotly[${PYTHON_USEDEP}] >=dev-python/py2bit-0.2.0[${PYTHON_USEDEP}] >=dev-python/pyBigWig-0.2.1[${PYTHON_USEDEP}] >=sci-biology/pysam-0.14.0[${PYTHON_USEDEP}] |