diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-05 16:04:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-05 16:08:32 +0200 |
commit | 40140c90b36e89419b7e2f4d85c17f267adf5fee (patch) | |
tree | 3e234eb46c96774840e02f17975baa51877b5a14 /sci-misc | |
parent | app-arch/rar: add 6.24 (diff) | |
download | gentoo-40140c90b36e89419b7e2f4d85c17f267adf5fee.tar.gz gentoo-40140c90b36e89419b7e2f4d85c17f267adf5fee.tar.bz2 gentoo-40140c90b36e89419b7e2f4d85c17f267adf5fee.zip |
Rename dev-python/{pytables → tables}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/vitables/vitables-3.0.2_p4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-misc/vitables/vitables-3.0.2_p4-r1.ebuild b/sci-misc/vitables/vitables-3.0.2_p4-r1.ebuild index 2852bb044e63..d5024dd70b94 100644 --- a/sci-misc/vitables/vitables-3.0.2_p4-r1.ebuild +++ b/sci-misc/vitables/vitables-3.0.2_p4-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 virtualx @@ -23,8 +23,8 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_USEDEP}] dev-python/numexpr[${PYTHON_USEDEP}] - dev-python/pytables[${PYTHON_USEDEP}] dev-python/QtPy[gui,${PYTHON_USEDEP}] + dev-python/tables[${PYTHON_USEDEP}] ')" DEPEND="${RDEPEND}" |