summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/beartype/Manifest2
-rw-r--r--dev-python/beartype/beartype-0.22.7.ebuild46
-rw-r--r--dev-python/gast/Manifest2
-rw-r--r--dev-python/gast/gast-0.7.0.ebuild (renamed from dev-python/gast/gast-0.5.5.ebuild)4
-rw-r--r--dev-python/jaconv/Manifest1
-rw-r--r--dev-python/jaconv/jaconv-0.4.1.ebuild22
-rw-r--r--dev-python/librt/librt-0.6.3.ebuild2
-rw-r--r--dev-python/libtmux/Manifest1
-rw-r--r--dev-python/libtmux/libtmux-0.49.0.ebuild37
-rw-r--r--dev-python/multidict/multidict-6.7.0.ebuild2
-rw-r--r--dev-python/mypy/mypy-1.19.0.ebuild2
-rw-r--r--dev-python/nuitka/Manifest1
-rw-r--r--dev-python/nuitka/nuitka-2.8.9.ebuild54
-rw-r--r--dev-python/pyspellchecker/Manifest2
-rw-r--r--dev-python/pyspellchecker/pyspellchecker-0.8.4.ebuild (renamed from dev-python/pyspellchecker/pyspellchecker-0.8.2.ebuild)0
-rw-r--r--dev-python/sphinx/Manifest1
-rw-r--r--dev-python/sphinx/sphinx-9.0.0_rc3.ebuild144
-rw-r--r--dev-python/sphinxcontrib-mermaid/sphinxcontrib-mermaid-1.0.0.ebuild2
-rw-r--r--dev-python/stdio-mgr/Manifest1
-rw-r--r--dev-python/stdio-mgr/stdio-mgr-1.0.1.1.ebuild26
-rw-r--r--dev-python/tree-sitter/tree-sitter-0.25.2.ebuild2
-rw-r--r--dev-python/types-psutil/Manifest1
-rw-r--r--dev-python/types-psutil/types-psutil-7.1.3.20251130.ebuild16
23 files changed, 362 insertions, 9 deletions
diff --git a/dev-python/beartype/Manifest b/dev-python/beartype/Manifest
index a03a8f2a78b1..86786df90a46 100644
--- a/dev-python/beartype/Manifest
+++ b/dev-python/beartype/Manifest
@@ -7,3 +7,5 @@ DIST beartype-0.22.5.tar.gz 1586256 BLAKE2B f0781c2c94fbb371142d7a9d63117c3fa149
DIST beartype-0.22.5.tar.gz.provenance 9271 BLAKE2B 26ce73f020d2fb1e03a0b9854f0867a21cbf51fbbaaa813b718d7f615b51c0a1ed4fb2533930cce3ed45f480178d980399bc5555aac5a494f0c77527db5f3da9 SHA512 1608cc7c1d52ec54b05bb829a3445f1dcce5340ca95794f37f07104bf46eb0183284315dff40539889150794724ab01dd842b0b81d1dd2824e28856c1a0c0a39
DIST beartype-0.22.6.tar.gz 1588975 BLAKE2B fc7dac31577a359c28f03f78b6cd1208b94ef58c4602e446c8f53bc8fc646ebb02e74d983ad24961daa93ea410c2d3cb37b07436857176cee4eb55c31d78bd64 SHA512 4c5032f382383e794f4f0cf75ddeb45c2f0fba86214c48af8193ce1741ca8fc19e19ec4d0c8fd1bfafda2f23cb5479ec34fa5cbffed2deb5bc30cb671188e64d
DIST beartype-0.22.6.tar.gz.provenance 9212 BLAKE2B 128cefbdf00782d3fe430b638648af00b6661ed4096eb2660584aef7ae4504fdfa20a6580bb9ad2770e67a04077d795910faff442675b0f32580fe18c501ce51 SHA512 20c39534d109a36aebb6f4dec49ca9ccb06503ed1132b62334105eb55d8fe1876013d2d67c4f485c93b6e90696db02a1f829d8634a6850745d1ee694c900bb0d
+DIST beartype-0.22.7.tar.gz 1599627 BLAKE2B d2d59c7035383a78ab8d237158da78a8f33c1bb501651c30dbf18fb2b0b782c7bcc329337b66e76c4c620702abadccf9c5ad53cb70a9f975d85a58c00a89b8b7 SHA512 a33d9c3e8e9fb9b7149d764f1892a6fb9863b08f7fd653af6936259f04e810a047f896eb53471f0cd3406a1b02bd7f10e5c67b9744958810ee0b0f40e65407af
+DIST beartype-0.22.7.tar.gz.provenance 9322 BLAKE2B 7aba9887475722122a6d93fc50be132460bcbf0c35aa50b3bbee0c4567de7e0a935188367c154faf71ec380ace85220a092594b8e3be1773191c7b53ab4f9646 SHA512 bddf6805175ed53462fbe63bfcee43aa46450485633a31da7a801610e3b186d52efff07660d1a6a34be92bcf1dfac70e6a0c756d95517fc611044bdbf49b5ae6
diff --git a/dev-python/beartype/beartype-0.22.7.ebuild b/dev-python/beartype/beartype-0.22.7.ebuild
new file mode 100644
index 000000000000..23c57fb9868b
--- /dev/null
+++ b/dev-python/beartype/beartype-0.22.7.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYPI_VERIFY_REPO=https://github.com/beartype/beartype
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Unbearably fast runtime type checking in pure Python"
+HOMEPAGE="
+ https://pypi.org/project/beartype/
+ https://github.com/beartype/beartype/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+BDEPEND="
+ test? (
+ dev-python/click[${PYTHON_USEDEP}]
+ >=dev-python/docutils-0.22[${PYTHON_USEDEP}]
+ dev-python/mypy[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/redis[${PYTHON_USEDEP}]
+ dev-python/sqlalchemy[${PYTHON_USEDEP}]
+ dev-python/xarray[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # fragile performance test
+ beartype_test/a00_unit/a70_decor/test_decorwrapper.py::test_wrapper_fail_obj_large
+ # test for building docs, apparently broken too
+ beartype_test/a90_func/z90_lib/a00_sphinx
+ # poetry, also broken
+ beartype_test/a90_func/a50_external/test_poetry.py
+ # broken
+ beartype_test/a90_func/a90_pep/test_pep561_static.py::test_pep561_mypy
+)
diff --git a/dev-python/gast/Manifest b/dev-python/gast/Manifest
index 5e19b36bb297..41576fbc6d19 100644
--- a/dev-python/gast/Manifest
+++ b/dev-python/gast/Manifest
@@ -1,2 +1,2 @@
-DIST gast-0.5.5.tar.gz 26733 BLAKE2B bc309969ace97920b7278fb329ecaa050090df3b9624d70350ce16bb090dbb0f4474407c34457abc2d1b8e728671c0e886ec46b2c94237b678575be34d593e98 SHA512 7325c9096f99f43e2d791f39acd7e655724e23c9cd93a838ae703377eedd23190af0f52ae07330323b90ef95bdcf6d032d39030823749557fecd9d00321a4163
DIST gast-0.6.0.tar.gz 27708 BLAKE2B d3084eee3d3b2665d8435450f0b7fad7979656c1d5e2fc474ea25918005ebd70dddc0e6b955c6bd7ab4cdedd3aa2547bbf8daacc47846313196508150e18c896 SHA512 a482d0ca489781b57c119169a9bc502a84ead352ed5c4edc078907e8baa4f9abd379ee01df9cad9565a33fa1d0f363bea7b5c17b7d3cf6d600ef96018b97191b
+DIST gast-0.7.0.tar.gz 33630 BLAKE2B 54657229d77eae84480c7f33e894fbd012880c3e9c31ee784654618da7aa7a9536eb1237bada6aa999cb4a2c14fff517c9cec80291e7e4ab20128d94c80d01aa SHA512 ee7c17f3f890edf8e32845bee9b616cd0ed4a0b235833b11ce6716f15675a03fc835b2df1ac6417d5332e2c162ade0fdc0533914c014537ab0526f98dd7339aa
diff --git a/dev-python/gast/gast-0.5.5.ebuild b/dev-python/gast/gast-0.7.0.ebuild
index 96dc24c6d08c..4aa55dc65f21 100644
--- a/dev-python/gast/gast-0.5.5.ebuild
+++ b/dev-python/gast/gast-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,6 +16,6 @@ HOMEPAGE="
LICENSE="BSD PSF-2"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
distutils_enable_tests unittest
diff --git a/dev-python/jaconv/Manifest b/dev-python/jaconv/Manifest
index de23b01af26f..f760e4b47bd1 100644
--- a/dev-python/jaconv/Manifest
+++ b/dev-python/jaconv/Manifest
@@ -1,2 +1,3 @@
DIST jaconv-0.4.0-nose-to-pytest.patch 9718 BLAKE2B 3c8386357c2a1359cd7885f9070138aaa743cda747869c0a4af60888def9804f0a2c57d7dc808096f3acb79bfc5ce7c7c45c3da9e9e683e597c3168c1650b1ef SHA512 4d0abc1e26f8d0652114cdd0a7bf6bd30acea5be2e8f21a956a0305ae8363d4e7734d6c082a801b5ef3d83892d53ff709737e587c5e983be76c8dfab068868ca
DIST jaconv-0.4.0.gh.tar.gz 22876 BLAKE2B b37723afdf8516398608919ee5058dae9a99c4f0b258eb0a570b2f4f472637b6cd2e97c6f076b2d42cf74c0f1c1dce852f24a7effde79e8808b6f4e8b55020d8 SHA512 f435f1f61fef2ed36ee387138c767f88bf40dfb9d607b2b8bf9f88b1bbfd969d71c03464ce5b2adba2a65b5441eff6a0b88629cdff415366c2f1b8e6ea510bdf
+DIST jaconv-0.4.1.tar.gz 20277 BLAKE2B aca83fe68f1822bfcacaff516232b236c5ab575925a5056094a522cfffaf6e67843bb0749a6c15fe372a225c3f76e89c228f82ba747115b627f8c26a69d6682c SHA512 c5869da6a5a217c6fbe90a744c81d1969e7315cea09df0b24c229293980e75b49af3dc656b27cb5994ddeadd13d8ea2b2b492d4b4eea154ae68c3925477507a9
diff --git a/dev-python/jaconv/jaconv-0.4.1.ebuild b/dev-python/jaconv/jaconv-0.4.1.ebuild
new file mode 100644
index 000000000000..0dc93bce9d77
--- /dev/null
+++ b/dev-python/jaconv/jaconv-0.4.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pure-Python Japanese character interconverter"
+HOMEPAGE="
+ https://pypi.org/project/jaconv/
+ https://github.com/ikegami-yukino/jaconv
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
diff --git a/dev-python/librt/librt-0.6.3.ebuild b/dev-python/librt/librt-0.6.3.ebuild
index 69f81ec28315..8be18b207754 100644
--- a/dev-python/librt/librt-0.6.3.ebuild
+++ b/dev-python/librt/librt-0.6.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="MIT PSF-2.4"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc ~ppc64"
BDEPEND="
test? (
diff --git a/dev-python/libtmux/Manifest b/dev-python/libtmux/Manifest
index 70eff34ae3bf..10145509897e 100644
--- a/dev-python/libtmux/Manifest
+++ b/dev-python/libtmux/Manifest
@@ -2,3 +2,4 @@ DIST libtmux-0.36.0.gh.tar.gz 282828 BLAKE2B 247f98ae47093090187f2d52792f850f747
DIST libtmux-0.46.2.gh.tar.gz 350347 BLAKE2B b771eb8e0fc48082ec7e08d82143c48c0df51bb0f5cc2783df4969a78cbfb232aef76e9ec3b44e728a49651c892cfec6b4623297fc7c5cf8f7cf96453b04aba4 SHA512 60ca1e3699ce6fb5bb0b44ef6ef7349b96c9b1eec8f3761e6da94cd69fc9088a25d717271d34350b79b4139c4607ee37933370d83d6645462b34caa02f65bb07
DIST libtmux-0.47.0.gh.tar.gz 357616 BLAKE2B 3372a0cb7fff2723ac21c364b1be813f4b47c346a09375cb0ee219abed152c5e9b2fe812a9c48183f531a173076911dbed246b12f9bbfd293c3b1856aef325d9 SHA512 7302b955602e4a0869cc6f676a24baac555ef861e1db0d8bbed0008fda368cc42ebee78c7fefbcfa44ca5587843ff6b53ac13c7762aab45e9f710c4fac7e4b89
DIST libtmux-0.48.0.post0.tar.gz 359150 BLAKE2B 8e105588e041e9ec106c6fba0419c601c9359242aef486690acf00da5337213f5718a67352f99fbc43abe267fb07feab7f232b9379b6eebcecadc551a2a04e7c SHA512 92df268534cb78fb39462f048b486487d095fab3dc2ff99092edea9dd9342edc2be97d3b7e3709fc39b9029e52ecd3f65ff3676bbce1f1a1545e35a505c8acf0
+DIST libtmux-0.49.0.tar.gz 355432 BLAKE2B f6022b474168bfb1a71b319b1c6ebd3e290eaf4577576db72a877243d5ec81da86d4cdb7d1d979b5ef8f5ea22b590a8578285bf09699e122cab91a963a6f4fc4 SHA512 977f4da6f470474106f964559f1a40b0152b91ed7812977dbc504c3f54e1feff370c42b6ec259714b585e54edc55bf5422daa33e4cfafeff98f434038891d2a5
diff --git a/dev-python/libtmux/libtmux-0.49.0.ebuild b/dev-python/libtmux/libtmux-0.49.0.ebuild
new file mode 100644
index 000000000000..a0efb8667565
--- /dev/null
+++ b/dev-python/libtmux/libtmux-0.49.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Typed library that provides an ORM wrapper for tmux, a terminal multiplexer"
+HOMEPAGE="
+ https://libtmux.git-pull.com/
+ https://github.com/tmux-python/libtmux/
+ https://pypi.org/project/libtmux/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+ >=app-misc/tmux-3.0a
+"
+
+EPYTEST_PLUGIN_LOAD_VIA_ENV=1
+EPYTEST_PLUGINS=( "${PN}" pytest-mock )
+EPYTEST_RERUNS=5
+distutils_enable_tests pytest
+
+python_test() {
+ # tests/test_window.py::test_fresh_window_data fails if TMUX_PANE is set
+ # https://bugs.gentoo.org/927158
+ local -x TMUX_PANE=
+
+ epytest -o addopts= tests
+}
diff --git a/dev-python/multidict/multidict-6.7.0.ebuild b/dev-python/multidict/multidict-6.7.0.ebuild
index 1d9b762eddda..fb1cf2a55372 100644
--- a/dev-python/multidict/multidict-6.7.0.ebuild
+++ b/dev-python/multidict/multidict-6.7.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
IUSE="+native-extensions"
BDEPEND="
diff --git a/dev-python/mypy/mypy-1.19.0.ebuild b/dev-python/mypy/mypy-1.19.0.ebuild
index bb4392e98778..2563639ce4a6 100644
--- a/dev-python/mypy/mypy-1.19.0.ebuild
+++ b/dev-python/mypy/mypy-1.19.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
IUSE="+native-extensions"
# stubgen collides with this package: https://bugs.gentoo.org/585594
diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest
index b810c55cbf9c..c4a54cfd4482 100644
--- a/dev-python/nuitka/Manifest
+++ b/dev-python/nuitka/Manifest
@@ -1,2 +1,3 @@
DIST nuitka-2.8.6.tar.gz 3885843 BLAKE2B fa51534a0229e3f54ddb3da87373f6b9275aa3d1d6a068267180478d46ba9d2619abbc8e33b898e425c4acfa5d39387b7ec351a1b0cbcf42130a11af221f99e1 SHA512 d035372ff32de1bc8b9e6e9a62997f431eaf0a12c672dfd8c7c254b5dd87dd22b1ce959efd39fe61cfa1a219b0fdd9961b1f34446260453bd18526a6774f64e5
DIST nuitka-2.8.7.tar.gz 4331865 BLAKE2B 49e9aeb61bcad964b068c009a17ab33a046795dd07e79967a8c94b2f0b6aff528b7b7cf587c7ebc628be0016ea30c8871d84fa484953a5d033ae7cac34503604 SHA512 f3b01af1405b2844c19814003f239c3f5a4df7a3b524672ffbeb58016f3b1550e110965886419ba15cffb6d66c6afa7664455ad28bb26cedb0dbfa4158fac83d
+DIST nuitka-2.8.9.tar.gz 4332046 BLAKE2B 52d17ad1617517206167d239d7915d6497f88ddee83476cbd4eb68bb037af42d25ffdc3bc718f1d3b2f1bbece7c1b79545b19adb893b06ea23674285f18146c0 SHA512 bb096f38c89123705f1ec60fd56eee5c1ad9d7b78f3a903f4a5968a1f9cc9143fa0e7bd4ddd4d56190497a08971413b090b00d6d1d19b43574a62115b04ef471
diff --git a/dev-python/nuitka/nuitka-2.8.9.ebuild b/dev-python/nuitka/nuitka-2.8.9.ebuild
new file mode 100644
index 000000000000..ed0a610fde19
--- /dev/null
+++ b/dev-python/nuitka/nuitka-2.8.9.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_PN=${PN^}
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+ https://nuitka.net/
+ https://github.com/Nuitka/Nuitka/
+ https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-build/scons[${PYTHON_USEDEP}]
+ >=dev-python/ordered-set-4.1.0[${PYTHON_USEDEP}]
+ >=dev-python/zstandard-0.15[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ ${RDEPEND}
+ test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+ # remove vendored version of SCons that is Python2 only
+ # this should be removed when upstream removes support for Python2
+ rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+ eapply_user
+}
+
+python_install() {
+ distutils-r1_python_install
+ doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+ append-ldflags -Wl,--no-warn-search-mismatch
+ ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+ optfeature "support for stand-alone executables" dev-util/patchelf
+}
diff --git a/dev-python/pyspellchecker/Manifest b/dev-python/pyspellchecker/Manifest
index 4b12ef8e414a..51e0c1f78e94 100644
--- a/dev-python/pyspellchecker/Manifest
+++ b/dev-python/pyspellchecker/Manifest
@@ -1,2 +1,2 @@
-DIST pyspellchecker-0.8.2.gh.tar.gz 78736515 BLAKE2B 18215ca7faea82207a9eda75f0e0921208972edb6a26dd57959f5f9a357dd52a907b0c72ece817c40e6a973838de9c2520698e01081690f33d8322f1ed6bdd2d SHA512 46772815bfe8afdb8c01e09801e757aabc42dff88a2ba8113678251c0f957a6dd6d37ff030c9bc724983a2b335a92e231d3aa461df5bd347863eaddb34b68066
DIST pyspellchecker-0.8.3.gh.tar.gz 79000658 BLAKE2B 13c92191a9aa590400791c90d2055e646cdf313d3475718ca2dc8eb78819e300ec35f64c90c6b8318c6c56f838092dda89181ad395f66d60fc00c07af9f134ed SHA512 512169f6afa3c67a43e0b99a928b1b6dc7959c990f6c031eb2f80cc254dabaf0d7a59135f6ddc3447118aeb907c440b486a22e6b8f61c04b6b89268565ae2a8d
+DIST pyspellchecker-0.8.4.gh.tar.gz 79001033 BLAKE2B 4b95e9318c631d54bb5b6f2a19986ff7bcfc5485b0dead298cd087a569cb0879bf1e82e3391bd821327431329b2bad64d989e816cabaa2061c23e419cee1144a SHA512 de7ee41cac319622af7790b16cf67d23e31a70b160794ec12d7db2cf81f10484230fe0f99d8c5197aeeb5d0bb15d753dbe23b15432a0a49a9e19d023220245ba
diff --git a/dev-python/pyspellchecker/pyspellchecker-0.8.2.ebuild b/dev-python/pyspellchecker/pyspellchecker-0.8.4.ebuild
index 3b46bfc81bc3..3b46bfc81bc3 100644
--- a/dev-python/pyspellchecker/pyspellchecker-0.8.2.ebuild
+++ b/dev-python/pyspellchecker/pyspellchecker-0.8.4.ebuild
diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
index d7b86823729a..5d7a1add6c5d 100644
--- a/dev-python/sphinx/Manifest
+++ b/dev-python/sphinx/Manifest
@@ -1,3 +1,4 @@
DIST sphinx-8.2.3.gh.tar.gz 8378376 BLAKE2B ddfa406140bebcaa09299a56fedf1170db6504a9ce3807e20c555f5e088d81acbfd19f2621a824b91199713b301380fd2056cf2282ea81f4a0858dd714eb7e45 SHA512 23066d9e98f3e36ee34ac3bc5af45792762f858e1e670145b7d1db7e98fa9e9654d87a27b9316dd72704aeea75b53f73d07d22f723c915d23a95f59bbd4f6365
DIST sphinx-9.0.0rc1.gh.tar.gz 8595494 BLAKE2B d1e5d61f3527e7f250af8c68ef50785bbe35c35d5697e09966d73c3ca250bb6c675e320533721c49f53a59c46a2255d7e35ca6b0522cf03289b281e105056beb SHA512 abc993b17face3ef5dfb71b629bb0b5d2abb69b41cc7efb527bec7aea8ba9b6bb1a8c4801257f5d2672ae915721c92a88e13b156a504be0c82517b47b430d60f
DIST sphinx-9.0.0rc2.gh.tar.gz 8602976 BLAKE2B 5b6452d7f5b1a3ce6e269a019909ee8187d4cda086e4faa29e9a10c1a807d4469c79664a232aa895cec21fc8c68572ef4a76fec97f89449e18cbf3f746e8715f SHA512 9dd6a5eb9ab3442728f5eec989820d99337ef7316656b67515c0963e12347fbfa05f82ef4a2ac958a1430f9cdf25579a39d97243986b9a3f235bbf17613621de
+DIST sphinx-9.0.0rc3.gh.tar.gz 8603354 BLAKE2B 4e629d89f1e2dd62ba7e08955321b3b74c1ca638ae6cc9bbb7fbaad58631913dc1aa0c4159961993f96b9c175334d71cc6e4ead14198400a1a5f0467603bdf30 SHA512 938061403a6534c1d93ff733bfed8c8745113b785c22116794808ec8b7a7fa5bf64e4e721edb1d568ce1041d9783278d39250f49e0ff3dbd238f77b01496d95c
diff --git a/dev-python/sphinx/sphinx-9.0.0_rc3.ebuild b/dev-python/sphinx/sphinx-9.0.0_rc3.ebuild
new file mode 100644
index 000000000000..a32dc380ae22
--- /dev/null
+++ b/dev-python/sphinx/sphinx-9.0.0_rc3.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..14} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+MY_P=${P/_}
+DESCRIPTION="Python documentation generator"
+HOMEPAGE="
+ https://www.sphinx-doc.org/
+ https://github.com/sphinx-doc/sphinx/
+ https://pypi.org/project/Sphinx/
+"
+SRC_URI="
+ https://github.com/sphinx-doc/sphinx/archive/v${PV/_}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+if [[ ${PV} != *_rc* ]]; then
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+IUSE="doc latex"
+
+RDEPEND="
+ >=dev-python/alabaster-0.7.14[${PYTHON_USEDEP}]
+ >=dev-python/babel-2.13[${PYTHON_USEDEP}]
+ <dev-python/docutils-0.23[${PYTHON_USEDEP}]
+ >=dev-python/docutils-0.20[${PYTHON_USEDEP}]
+ >=dev-python/imagesize-1.3[${PYTHON_USEDEP}]
+ >=dev-python/jinja2-3.1[${PYTHON_USEDEP}]
+ >=dev-python/packaging-23.0[${PYTHON_USEDEP}]
+ >=dev-python/pygments-2.14[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.30.0[${PYTHON_USEDEP}]
+ >=dev-python/roman-numerals-py-1.0.0[${PYTHON_USEDEP}]
+ >=dev-python/snowballstemmer-2.2[${PYTHON_USEDEP}]
+ >=dev-python/sphinxcontrib-applehelp-1.0.7[${PYTHON_USEDEP}]
+ >=dev-python/sphinxcontrib-devhelp-1.0.6[${PYTHON_USEDEP}]
+ >=dev-python/sphinxcontrib-htmlhelp-2.0.6[${PYTHON_USEDEP}]
+ >=dev-python/sphinxcontrib-jsmath-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/sphinxcontrib-qthelp-1.0.6[${PYTHON_USEDEP}]
+ >=dev-python/sphinxcontrib-serializinghtml-1.1.9[${PYTHON_USEDEP}]
+ latex? (
+ dev-texlive/texlive-latexextra
+ dev-texlive/texlive-luatex
+ app-text/dvipng
+ )
+"
+BDEPEND="
+ >=dev-python/flit-core-3.11
+ doc? (
+ dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
+ media-gfx/graphviz
+ )
+ test? (
+ app-text/dvipng
+ >=dev-python/cython-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}]
+ dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+ >=dev-python/setuptools-67.0[${PYTHON_USEDEP}]
+ dev-texlive/texlive-fontsextra
+ dev-texlive/texlive-latexextra
+ dev-texlive/texlive-luatex
+ virtual/imagemagick-tools[jpeg,png,svg]
+ )
+"
+
+PATCHES=(
+ "${FILESDIR}/sphinx-3.2.1-doc-link.patch"
+)
+
+EPYTEST_PLUGINS=()
+EPYTEST_RERUNS=5
+# EPYTEST_XDIST breaks stuff
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ # roman-numerals-py has been renamed (no -py), but the package can't be pkgmoved "yet".
+ # For rc1, simply fix pip check by using the old name.
+ sed -i -e 's:roman-numerals:roman-numerals-py:' pyproject.toml || die
+ # disable internet access
+ sed -i -e 's:^intersphinx_mapping:disabled_&:' \
+ doc/conf.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+ # we can't use distutils_enable_sphinx because it would
+ # introduce a dep on itself
+ use doc && build_sphinx doc
+}
+
+python_test() {
+ mkdir -p "${BUILD_DIR}/sphinx_tempdir" || die
+ local -x SPHINX_TEST_TEMPDIR="${BUILD_DIR}/sphinx_tempdir"
+
+ local EPYTEST_DESELECT=()
+ case ${EPYTHON} in
+ pypy3.11)
+ EPYTEST_DESELECT+=(
+ # TODO
+ tests/test_util/test_util_inspect.py::test_is_classmethod_descriptor
+ tests/test_util/test_util_inspect.py::test_is_builtin_classmethod_like
+ # minor repr() differences
+ tests/test_util/test_util_typing.py::test_restify
+ tests/test_util/test_util_typing.py::test_stringify_annotation
+ tests/test_util/test_util_typing.py::test_stringify_type_union_operator
+ # from pypy3 era
+ tests/test_ext_autodoc/test_ext_autodoc.py::test_autodoc_exception
+ tests/test_ext_autodoc/test_ext_autodoc.py::test_autodoc_ignore_module_all
+ tests/test_ext_autodoc/test_ext_autodoc.py::test_autodoc_inherited_members_None
+ tests/test_ext_autodoc/test_ext_autodoc.py::test_autodoc_subclass_of_builtin_class
+ tests/test_ext_autodoc/test_ext_autodoc.py::test_automethod_for_builtin
+ tests/test_ext_autodoc/test_ext_autodoc.py::test_cython
+ tests/test_ext_autodoc/test_ext_autodoc.py::test_partialfunction
+ tests/test_ext_autodoc/test_ext_autodoc_autoclass.py::test_autodoc_process_bases
+ tests/test_ext_autodoc/test_ext_autodoc_autoclass.py::test_show_inheritance_for_decendants_of_generic_type
+ tests/test_ext_autodoc/test_ext_autodoc_autoclass.py::test_show_inheritance_for_subclass_of_generic_type
+ tests/test_ext_autodoc/test_ext_autodoc_autofunction.py::test_builtin_function
+ tests/test_ext_autodoc/test_ext_autodoc_autofunction.py::test_methoddescriptor
+ tests/test_ext_autodoc/test_ext_autodoc_automodule.py::test_automodule_inherited_members
+ tests/test_ext_autodoc/test_ext_autodoc_preserve_defaults.py::test_preserve_defaults_special_constructs
+ tests/test_ext_autodoc/test_ext_autodoc_signatures.py::test_format_class_signatures_text_signature
+ tests/test_ext_autodoc/test_ext_autodoc_signatures.py::test_format_class_signatures_no_text_signature
+ tests/test_ext_autodoc/test_ext_autodoc_signatures.py::test_format_method_signatures_error_handling
+ tests/test_ext_autosummary/test_ext_autosummary.py::test_autosummary_generate_content_for_module
+ tests/test_ext_autosummary/test_ext_autosummary.py::test_autosummary_generate_content_for_module_skipped
+ tests/test_util/test_util_inspect.py::test_isattributedescriptor
+ tests/test_util/test_util_inspect.py::test_signature
+ tests/test_util/test_util_typing.py::test_is_invalid_builtin_class
+ )
+ ;;
+ esac
+
+ epytest
+}
diff --git a/dev-python/sphinxcontrib-mermaid/sphinxcontrib-mermaid-1.0.0.ebuild b/dev-python/sphinxcontrib-mermaid/sphinxcontrib-mermaid-1.0.0.ebuild
index fcfffb4660fe..ad10c500206a 100644
--- a/dev-python/sphinxcontrib-mermaid/sphinxcontrib-mermaid-1.0.0.ebuild
+++ b/dev-python/sphinxcontrib-mermaid/sphinxcontrib-mermaid-1.0.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
RDEPEND="
>=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
diff --git a/dev-python/stdio-mgr/Manifest b/dev-python/stdio-mgr/Manifest
index b918f04bf9d9..5505230fae01 100644
--- a/dev-python/stdio-mgr/Manifest
+++ b/dev-python/stdio-mgr/Manifest
@@ -1 +1,2 @@
DIST stdio-mgr-1.0.1.gh.tar.gz 8447 BLAKE2B 72038ea34177829d77ac239585775557b5a0a253879c027b2aad64045ec8bafbfdc250d94fe61cde96f06616f774edf42b384bfef7fbf69af442b0a9b703cf9a SHA512 2d18e5d65faa7a73373b56fdac3893768a65a36bed17f017b647e71431a6bff44ce1d39022f1dbbd31ddc9c0e704743a164f4b7610fb62d75aa34ecb53331366
+DIST stdio_mgr-1.0.1.1.tar.gz 13263 BLAKE2B d976788e9688b362c4d8d92f975c07047ef9c01b54bcfeec6243ab5621eb9aad1e8aef7c151daedd6062055ece0feca7c9e787cce86337e92552fa0a5eb3f641 SHA512 bbd3501fc4871c70125d61cc66592feb06f3847a48fb6c7c8733e1344480a90126074f19784b6dd3f3a1897530b9343ed4723649a5d932fc1d8d21f143ec43ae
diff --git a/dev-python/stdio-mgr/stdio-mgr-1.0.1.1.ebuild b/dev-python/stdio-mgr/stdio-mgr-1.0.1.1.ebuild
new file mode 100644
index 000000000000..80c2ceedc81f
--- /dev/null
+++ b/dev-python/stdio-mgr/stdio-mgr-1.0.1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Context manager for mocking/wrapping stdin/stdout/stderr"
+HOMEPAGE="
+ https://github.com/bskinn/stdio-mgr/
+ https://pypi.org/project/stdio-mgr/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/attrs-17.1[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
diff --git a/dev-python/tree-sitter/tree-sitter-0.25.2.ebuild b/dev-python/tree-sitter/tree-sitter-0.25.2.ebuild
index 132afa7225bc..0bed88da13d0 100644
--- a/dev-python/tree-sitter/tree-sitter-0.25.2.ebuild
+++ b/dev-python/tree-sitter/tree-sitter-0.25.2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/py-${P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
# setuptools is needed for distutils import
DEPEND="=dev-libs/tree-sitter-0.25*:="
diff --git a/dev-python/types-psutil/Manifest b/dev-python/types-psutil/Manifest
index 8a3aedd52404..b58287ea009d 100644
--- a/dev-python/types-psutil/Manifest
+++ b/dev-python/types-psutil/Manifest
@@ -6,3 +6,4 @@ DIST types_psutil-7.1.1.20251122.tar.gz 22275 BLAKE2B 37780ae12cab65c92cec76211e
DIST types_psutil-7.1.3.20251125.tar.gz 23391 BLAKE2B c8f30870d822d9686dd23e893bb435cd2ce1bdecca8573ac7bfb7f871f76f5f285016a0c8cf6bd8fc871b07ae0e21e0259b3afa17e97ce7d28340eba281a6e5c SHA512 1b5e6d2e1f1f971a4b3bf52435f1eb115b6a2b845ea4c2c2f7061de4c7e6412568eddd82ad6a1465e880266b2a6b23d11031dccb1f315ba874120949f421c9d9
DIST types_psutil-7.1.3.20251127.tar.gz 23864 BLAKE2B 17e83d33acca79b8ffcad310ff50157436c961fafe1eee73a0438bb313b40701dfa8cd6f14b68eda621cf88efd72b233c29fcb0daf6c76c065c3c294296f864e SHA512 c9f394c0d34244ff04ea05531a699f65502a01682686b3c1a5485bceeb274228220a60ceadc8ec28a280d621eadf345fe12d3da71befe6caaa1c490dd69d1604
DIST types_psutil-7.1.3.20251129.tar.gz 24302 BLAKE2B 90bfe0e28db5c520ec61c376cd9b9e63e18e37f642fd49e3c44ce2d02a57ab5afbacf64a805fed8556e7ecb0481eff944e2af957785aa7f14b561841b29da51e SHA512 799bf6272a3eb063e5d530c623d8c9f29ef330563d4a5e1a44643f034a3333d2c438ae7c8dd04ef2e2a0b35c09492a9a5d7f28ef96ce3a9b27aa5336f9acce23
+DIST types_psutil-7.1.3.20251130.tar.gz 24467 BLAKE2B 1837da04ef4d2f86ea4a23b84f372f86798239404959a1f6febbc86acc78df2b0e457ee1cf36deebd7f2958922916e33caabdb780dffa04dada342560804f500 SHA512 dea0baae72bc0ee3fa0358d8dee1975a60550d9f259bfebfdcb40993311e9d47c309d83618befeba9746257f3528e2fa11ba7f4a6934de8a47571cb9c645c1e7
diff --git a/dev-python/types-psutil/types-psutil-7.1.3.20251130.ebuild b/dev-python/types-psutil/types-psutil-7.1.3.20251130.ebuild
new file mode 100644
index 000000000000..486007de99f8
--- /dev/null
+++ b/dev-python/types-psutil/types-psutil-7.1.3.20251130.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Typing stubs for psutil"
+HOMEPAGE="https://pypi.org/project/types-psutil/"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"