summaryrefslogtreecommitdiff
path: root/dev-python/pandas
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-11-24 03:02:55 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-11-24 03:02:55 +0000
commit530a5a826feeb71085fb8a01927f4d775a0b131b (patch)
treeb7669c45ea3f2a3a37b2437817a370226bb1c819 /dev-python/pandas
parent71dd9d29cdaf7cc0ecdb9ea37d128726a941c630 (diff)
gentoo auto-resync : 24:11:2024 - 03:02:54
Diffstat (limited to 'dev-python/pandas')
-rw-r--r--dev-python/pandas/Manifest2
-rw-r--r--dev-python/pandas/pandas-2.2.3.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pandas/Manifest b/dev-python/pandas/Manifest
index ccf26d47ca01..3bcb7d315550 100644
--- a/dev-python/pandas/Manifest
+++ b/dev-python/pandas/Manifest
@@ -1,3 +1,3 @@
DIST pandas-2.2.3.tar.gz 4399213 BLAKE2B eca6d31b21f6385c606b3c6f8f4eedc5871719ad5e039e99c01cc16e335a493c2159d208c2d88b573b661adbeaf1172ea1296d13d51b60602966cbc344dc367b SHA512 9bbff5cf51d7fe5e53b207b3593ba92560dabb15294d6509c5be55e0c2a737fad156ca46e56a7e0bfba7d791edfbcbdf885d6f82e2e1a48b2d5e0fc0ef5e56f5
-EBUILD pandas-2.2.3.ebuild 10036 BLAKE2B 5ece2009889122128cb19b5a1789011aeb7011fed7cda0bc1bc7463931f596c13d28909e4576994ae428881c0ead88a2ceef78574960208341cd15fb36ec211d SHA512 289fd888f4868be90a610f52ffff132e39d826662e2477ef495031d42b95af6b4d63f562aa39563e277d53aa536930301667fc6a74e7cd020e4d2b5c1abf16ea
+EBUILD pandas-2.2.3.ebuild 10036 BLAKE2B 3cd855df17ae2bb81d7c7ba3ce817e5c538723d76cc6d7673715f93d009e822a417e35f763096a87eea57f343de5019bce2cf0cc7ad50a4ef51f3f1c5b72f7c1 SHA512 b7c1c469643a9541bf7193b116b4d7c864beb882daaa2e6453f8a7911acc5330ad8b074658d8d51d6fdef93278b709db96e894788bc303fc6f5a21d029bd0610
MISC metadata.xml 920 BLAKE2B d6bd854acdd851d578038657d91adaedf4f220dbdc5905ebba5e35e74437c6d5bc2384061f7796a6f359aa128c526485635debfd0e1a9646d09daed740167c87 SHA512 dcd949e89cae9df918acb3cf8be5ad8c396ee5e646d2179aa2b646fafa15ffc11e9ccf853df8d7fdcc787f88ce7063639d8d87715aaba943774edc8ad98b540a
diff --git a/dev-python/pandas/pandas-2.2.3.ebuild b/dev-python/pandas/pandas-2.2.3.ebuild
index c4ec84f2d6f1..bbed0ddf8805 100644
--- a/dev-python/pandas/pandas-2.2.3.ebuild
+++ b/dev-python/pandas/pandas-2.2.3.ebuild
@@ -56,8 +56,8 @@ OPTIONAL_DEPEND="
)
X? (
|| (
- >=dev-python/PyQt5-5.15.6[${PYTHON_USEDEP}]
- >=dev-python/QtPy-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyqt5-5.15.6[${PYTHON_USEDEP}]
+ >=dev-python/qtpy-2.2.0[${PYTHON_USEDEP}]
x11-misc/xclip
x11-misc/xsel
)
@@ -226,5 +226,5 @@ pkg_postinst() {
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
- optfeature "necessary to use pandas.io.clipboard.read_clipboard support" dev-python/PyQt5 dev-python/QtPy dev-python/pygtk x11-misc/xclip x11-misc/xsel
+ optfeature "necessary to use pandas.io.clipboard.read_clipboard support" dev-python/pyqt5 dev-python/qtpy dev-python/pygtk x11-misc/xclip x11-misc/xsel
}