commit: 7d409d7497bc831fda6854cb3b511986001e3d86
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Jan 13 08:50:33 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Jan 13 08:50:33 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7d409d74
sci-biology/deeptools: update EAPI 7 -> 8
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/deeptools/deeptools-3.5.0.ebuild | 8 ++++----
1 file 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}]