Rename dev-python/{rpy → rpy2}

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-11-13 21:08:53 +01:00
parent ad806778f6
commit f4e4f89e62
5 changed files with 2 additions and 1 deletions

View File

@@ -222,7 +222,7 @@ pkg_postinst() {
optfeature "Plotting support" dev-python/matplotlib
optfeature "Needed for Excel I/O" ">=dev-python/openpyxl-3.0.10" dev-python/xlsxwriter dev-python/xlrd dev-python/xlwt
optfeature "necessary for HDF5-based storage" ">=dev-python/tables-3.7.0"
optfeature "R I/O support" dev-python/rpy
optfeature "R I/O support" dev-python/rpy2
optfeature "Needed for parts of pandas.stats" dev-python/statsmodels
optfeature "SQL database support" ">=dev-python/sqlalchemy-1.4.36"
optfeature "miscellaneous statistical functions" dev-python/scipy

View File

@@ -7,3 +7,4 @@ move dev-python/gmpy dev-python/gmpy2
move dev-python/tlsh dev-python/python-tlsh
move dev-python/tappy dev-python/tap-py
move dev-python/subunit dev-python/python-subunit
move dev-python/rpy dev-python/rpy2