diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-11-08 03:23:21 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-11-08 03:23:21 +0000 |
commit | b6cda9acfebad17184578dfebaf2434ef2884883 (patch) | |
tree | 58542eecc18aac4d493bc4d02d3d2d86bd45cdf5 /dev-python/spyder | |
parent | 1cfea2a84c51291a77ab820b6871efcff10c148d (diff) |
gentoo auto-resync : 08:11:2022 - 03:23:21
Diffstat (limited to 'dev-python/spyder')
-rw-r--r-- | dev-python/spyder/Manifest | 2 | ||||
-rw-r--r-- | dev-python/spyder/spyder-5.4.0.ebuild | 35 |
2 files changed, 19 insertions, 18 deletions
diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest index 3bf7e0d0304c..29cb4bc9b794 100644 --- a/dev-python/spyder/Manifest +++ b/dev-python/spyder/Manifest @@ -6,5 +6,5 @@ DIST spyder-5.3.3.gh.tar.gz 24443628 BLAKE2B 767b3e1d59ce650d2df0d229d94eef53bc4 DIST spyder-5.4.0.gh.tar.gz 24497211 BLAKE2B 6022e50345a7493e79cc05d735fcded1d109f7b33c94c4b281a0526fe2c3f5c1020c30bc1a48cdde28db6b279b38f191dc6974724ca893220bac034c69ffd46c SHA512 473408c8315ab46dade4cdfb709119d29a38ea77f29c3dc5a8b4e7eece5c1cbd21978ed2665fc6747ef4db9d8726d4ba796ee0716d48657367bb9840760e786f DIST spyder-docs-bb9b308b66cc90e47f43418f079bf098eb4efe6c.gh.tar.gz 89966852 BLAKE2B 7698b0210ccfec9f00cc76893f49398a02878c732eba6bbc89c1da4514734aad8ae8ef85a9c701a1d194976a35a8092755f7c5f09b319f670fac21d0a2e6c542 SHA512 9dd428ca2623c5703076887ab593bd92a2e737d74eb914a7a186d2ab4855519abb02875226463d8c11ff5021e7e84a5ba7c200ad5476f0dc4646831bb0b197a1 EBUILD spyder-5.3.3-r1.ebuild 7465 BLAKE2B 9699b77f20bbb6b4ee6acd6369940998aef8f4bde504a74b30c97694474a7f01589d7818f78d4ed350a36679ab1304d4a80bca8371b5cd84a95a1da03efb875f SHA512 628158490b25c972edae2d7cfec5fe102c7b4ebd4684d84c075d8715ac31f31f0e081814f7cf4cf3e66166c4300e164b6d5ab6e9428583baa58963c467ca27e9 -EBUILD spyder-5.4.0.ebuild 7514 BLAKE2B f4e5832dd8d6f792e4eed549ca6b6fa193a71f188fcb7c2cfa5eb1a41f78c51fd0633a980b8102e5455ee7c288c6b87a32b87cfe3d34f9757a36df74fdf49e63 SHA512 6c18da7763cd71c4e4962e41c801c08034fb03a752b0f1bfb9b97f5e67ac487cd811e78028c3bc4198764fab8f91505c510efcb23548165e510571cb13244429 +EBUILD spyder-5.4.0.ebuild 7622 BLAKE2B f2ea5c5fdae38cf0991acb3efd5a15f456bea21748989778171af7884a9fd5f40b2ce93dbc71ac734f9072c85c2409578d846c6d4ef4307e196baae93c91dc3d SHA512 ae38fa51478d42c84503a23cf46a3a1106eb71c7b1d5bb984e3c2f6c114910a6bd601e87dee70450f52508129044bede9983f2d247ac2c82046c314cdb165792 MISC metadata.xml 1251 BLAKE2B 81f007eda89ddc66841771a949f76da6f015b49bfbf27b47a7557ab70f1241087f06a5c6675ea8da6aa871937cd705aea888989b468ac11d33420cbe34a27f27 SHA512 24977ed6053ad254748ba4c368bed7f8428d1e5928b586f57e48c01733934894fb1f94df077a71fcd7a00e891e24b776b9e57279f90c2f94728f709a94a90121 diff --git a/dev-python/spyder/spyder-5.4.0.ebuild b/dev-python/spyder/spyder-5.4.0.ebuild index 72dde78556eb..7c7b10b21972 100644 --- a/dev-python/spyder/spyder-5.4.0.ebuild +++ b/dev-python/spyder/spyder-5.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_PEP517=setuptools inherit optfeature xdg distutils-r1 @@ -66,22 +66,23 @@ RDEPEND=" >=dev-python/watchdog-0.10.3[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - dev-python/cython[${PYTHON_USEDEP}] - dev-python/flaky[${PYTHON_USEDEP}] - dev-python/matplotlib[tk,${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytest-ordering[${PYTHON_USEDEP}] - dev-python/pytest-qt[${PYTHON_USEDEP}] - dev-python/pytest-xvfb[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - dev-python/sympy[${PYTHON_USEDEP}] - )" +# Tests are broken anyway, so lets comment this out so we can enable py3.11 +# BDEPEND=" +# test? ( +# dev-python/cython[${PYTHON_USEDEP}] +# dev-python/flaky[${PYTHON_USEDEP}] +# dev-python/matplotlib[tk,${PYTHON_USEDEP}] +# dev-python/pandas[${PYTHON_USEDEP}] +# dev-python/pillow[${PYTHON_USEDEP}] +# dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}] +# dev-python/pytest-mock[${PYTHON_USEDEP}] +# dev-python/pytest-ordering[${PYTHON_USEDEP}] +# dev-python/pytest-qt[${PYTHON_USEDEP}] +# dev-python/pytest-xvfb[${PYTHON_USEDEP}] +# dev-python/pyyaml[${PYTHON_USEDEP}] +# dev-python/scipy[${PYTHON_USEDEP}] +# dev-python/sympy[${PYTHON_USEDEP}] +# )" # Based on the courtesy of Arfrever # This patch removes a call to update-desktop-database during build |