2026-07-19 02:31:03 UTC

This commit is contained in:
Repository mirror & CI
2026-07-19 02:31:03 +00:00
parent 55540e35a4
commit ddc4ac8694
13 changed files with 192 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
BDEPEND=|| ( dev-lang/python:3.15 dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 ) virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=dev-libs/libpcre2:= net-libs/llhttp:= virtual/zlib:= dev-libs/openssl:0= gssapi? ( virtual/krb5 ) ssh? ( net-libs/libssh2 )
DESCRIPTION=A linkable library for Git
EAPI=8
HOMEPAGE=https://libgit2.org/
INHERIT=cmake flag-o-matic python-any-r1
IUSE=examples gssapi +ssh test trace
KEYWORDS=~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=GPL-2-with-linking-exception
RDEPEND=dev-libs/libpcre2:= net-libs/llhttp:= virtual/zlib:= dev-libs/openssl:0= gssapi? ( virtual/krb5 ) ssh? ( net-libs/libssh2 )
RESTRICT=!test? ( test )
SLOT=0/1.9
SRC_URI=https://github.com/libgit2/libgit2/archive/v1.9.6.tar.gz -> libgit2-1.9.6.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=0bc7afd46e4ed9f1e60221aef7020e53

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/hatch-vcs[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] test? ( dev-python/virtualenv[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-rerunfailures[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-asyncio[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-mock[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-timeout[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) python_targets_python3_14t? ( dev-lang/python:3.14t ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15? ( dev-lang/python:3.15 ) >=dev-python/gpep517-16[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/hatchling[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] verify-provenance? ( dev-python/pypi-attestations )
DEFINED_PHASES=compile configure install prepare test unpack
DESCRIPTION=A platform independent file lock for Python
EAPI=8
HOMEPAGE=https://github.com/tox-dev/filelock/ https://pypi.org/project/filelock/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_14t python_targets_python3_15t python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 verify-provenance
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos
LICENSE=MIT
RDEPEND=python_targets_python3_14t? ( dev-lang/python:3.14t ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15? ( dev-lang/python:3.15 )
REQUIRED_USE=|| ( python_targets_python3_14t python_targets_python3_15t python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/f/filelock/filelock-3.31.0.tar.gz verify-provenance? ( https://pypi.org/integrity/filelock/v3.31.0/filelock-3.31.0.tar.gz/provenance -> filelock-3.31.0.tar.gz.provenance )
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=ffc05c444309dc5a81524f8bc76b8d0e

View File

@@ -0,0 +1,18 @@
BDEPEND=test? ( >=dev-python/attrs-22.2.0[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pexpect[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/pytest-8[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( >=dev-python/sortedcontainers-2.1.0[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] cli? ( python_targets_python3_12? ( dev-python/black[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) python_targets_python3_13? ( dev-python/black[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) python_targets_python3_14? ( dev-python/black[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) python_targets_python3_15? ( dev-python/black[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) ) >=dev-python/pytest-7.4.4[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-rerunfailures[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-xdist[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-xdist[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) || ( >=dev-lang/rust-bin-1.91.0:* >=dev-lang/rust-1.91.0:* ) python_targets_python3_14t? ( dev-lang/python:3.14t[threads(+),sqlite] ) python_targets_python3_15t? ( dev-lang/python:3.15t[threads(+),sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+),sqlite] ) python_targets_python3_13? ( dev-lang/python:3.13[threads(+),sqlite] ) python_targets_python3_14? ( dev-lang/python:3.14[threads(+),sqlite] ) python_targets_python3_15? ( dev-lang/python:3.15[threads(+),sqlite] ) >=dev-python/gpep517-16[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-util/maturin-1.8.2[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
DEPEND=python_targets_python3_14t? ( dev-lang/python:3.14t[threads(+),sqlite] ) python_targets_python3_15t? ( dev-lang/python:3.15t[threads(+),sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+),sqlite] ) python_targets_python3_13? ( dev-lang/python:3.13[threads(+),sqlite] ) python_targets_python3_14? ( dev-lang/python:3.14[threads(+),sqlite] ) python_targets_python3_15? ( dev-lang/python:3.15[threads(+),sqlite] )
DESCRIPTION=A library for property based testing
EAPI=8
HOMEPAGE=https://github.com/HypothesisWorks/hypothesis/ https://pypi.org/project/hypothesis/
INHERIT=cargo distutils-r1 optfeature
IUSE=cli test debug python_targets_python3_14t python_targets_python3_15t python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 debug
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=MPL-2.0 Apache-2.0-with-LLVM-exceptions Unicode-3.0 || ( Apache-2.0 MIT )
PDEPEND=dev-python/hypothesis-gentoo[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
RDEPEND=>=dev-python/sortedcontainers-2.1.0[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] cli? ( python_targets_python3_12? ( dev-python/black[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) python_targets_python3_13? ( dev-python/black[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) python_targets_python3_14? ( dev-python/black[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) python_targets_python3_15? ( dev-python/black[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) ) python_targets_python3_14t? ( dev-lang/python:3.14t[threads(+),sqlite] ) python_targets_python3_15t? ( dev-lang/python:3.15t[threads(+),sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+),sqlite] ) python_targets_python3_13? ( dev-lang/python:3.13[threads(+),sqlite] ) python_targets_python3_14? ( dev-lang/python:3.14[threads(+),sqlite] ) python_targets_python3_15? ( dev-lang/python:3.15[threads(+),sqlite] )
REQUIRED_USE=|| ( python_targets_python3_14t python_targets_python3_15t python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/HypothesisWorks/hypothesis/archive/v6.156.9.tar.gz -> hypothesis-6.156.9.gh.tar.gz https://static.crates.io/crates/heck/heck-0.5.0.crate https://static.crates.io/crates/libc/libc-0.2.186.crate https://static.crates.io/crates/once_cell/once_cell-1.21.4.crate https://static.crates.io/crates/portable-atomic/portable-atomic-1.13.1.crate https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.106.crate https://static.crates.io/crates/pyo3-build-config/pyo3-build-config-0.29.0.crate https://static.crates.io/crates/pyo3-ffi/pyo3-ffi-0.29.0.crate https://static.crates.io/crates/pyo3-macros-backend/pyo3-macros-backend-0.29.0.crate https://static.crates.io/crates/pyo3-macros/pyo3-macros-0.29.0.crate https://static.crates.io/crates/pyo3/pyo3-0.29.0.crate https://static.crates.io/crates/quote/quote-1.0.46.crate https://static.crates.io/crates/syn/syn-2.0.118.crate https://static.crates.io/crates/target-lexicon/target-lexicon-0.13.5.crate https://static.crates.io/crates/unicode-ident/unicode-ident-1.0.24.crate
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust e2200a3d90348a53accc2f8c2e80f10c rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo c18ade5e10cfd39155908ca389968d65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4 optfeature 58cc13bdc4e9a204077e1e7c9a1d7988
_md5_=f99b8523b5931c43c4547c377f51a226

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) python_targets_python3_14t? ( dev-lang/python:3.14t ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15? ( dev-lang/python:3.15 ) >=dev-python/gpep517-16[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/flit-core[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Parser for multipart/form-data
EAPI=8
HOMEPAGE=https://github.com/defnull/multipart/ https://pypi.org/project/multipart/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_14t python_targets_python3_15t python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15
KEYWORDS=~amd64 ~arm64 ~ppc64 ~riscv ~x86
LICENSE=MIT
RDEPEND=python_targets_python3_14t? ( dev-lang/python:3.14t ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15? ( dev-lang/python:3.15 )
REQUIRED_USE=|| ( python_targets_python3_14t python_targets_python3_15t python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/m/multipart/multipart-2.0.0.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=a0d7874401f67d05463ec07c35f7ef51

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] ) python_targets_python3_13? ( dev-lang/python:3.13[threads(+)] ) python_targets_python3_14? ( dev-lang/python:3.14[threads(+)] ) python_targets_python3_15? ( dev-lang/python:3.15[threads(+)] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/numpy-2.0.0:=[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] ) python_targets_python3_13? ( dev-lang/python:3.13[threads(+)] ) python_targets_python3_14? ( dev-lang/python:3.14[threads(+)] ) python_targets_python3_15? ( dev-lang/python:3.15[threads(+)] )
DESCRIPTION=Fast numerical array expression evaluator for Python and NumPy
EAPI=8
HOMEPAGE=https://github.com/pydata/numexpr/ https://pypi.org/project/numexpr/
INHERIT=distutils-r1
IUSE=python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 debug
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos
LICENSE=MIT
RDEPEND=>=dev-python/numpy-2.0.0:=[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/packaging[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] ) python_targets_python3_13? ( dev-lang/python:3.13[threads(+)] ) python_targets_python3_14? ( dev-lang/python:3.14[threads(+)] ) python_targets_python3_15? ( dev-lang/python:3.15[threads(+)] )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
SLOT=0
SRC_URI=https://github.com/pydata/numexpr/archive/v2.14.2.tar.gz -> numexpr-2.14.2.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4
_md5_=62bafccc5fa45e2ea607af9f2c94aed5

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( python_targets_python3_12? ( >=dev-python/backports-zstd-1.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( >=dev-python/backports-zstd-1.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) <dev-python/httpx-1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/httpx-0.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-import-check[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-import-check[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pdm-backend[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] verify-provenance? ( dev-python/pypi-attestations )
DEFINED_PHASES=compile configure install prepare test unpack
DESCRIPTION=Installer for Python Build Standalone
EAPI=8
HOMEPAGE=https://pypi.org/project/pbs-installer/ https://github.com/frostming/pbs-installer/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 verify-provenance
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=MIT
RDEPEND=python_targets_python3_12? ( >=dev-python/backports-zstd-1.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( >=dev-python/backports-zstd-1.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) <dev-python/httpx-1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/httpx-0.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pbs-installer/pbs_installer-2026.7.18.tar.gz verify-provenance? ( https://pypi.org/integrity/pbs-installer/v2026.7.18/pbs_installer-2026.7.18.tar.gz/provenance -> pbs_installer-2026.7.18.tar.gz.provenance )
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=4f7bf8fe27697d2dd9c9cbfc1d164611

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/appdirs[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-mock[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) python_targets_python3_14t? ( dev-lang/python:3.14t ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15? ( dev-lang/python:3.15 ) >=dev-python/gpep517-16[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/flit-core[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] verify-provenance? ( dev-python/pypi-attestations )
DEFINED_PHASES=compile configure install prepare test unpack
DESCRIPTION=A small Python module for determining appropriate platform-specific dirs
EAPI=8
HOMEPAGE=https://pypi.org/project/platformdirs/ https://github.com/tox-dev/platformdirs/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_14t python_targets_python3_15t python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 verify-provenance
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris
LICENSE=MIT
RDEPEND=python_targets_python3_14t? ( dev-lang/python:3.14t ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15? ( dev-lang/python:3.15 )
REQUIRED_USE=|| ( python_targets_python3_14t python_targets_python3_15t python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/platformdirs/platformdirs-4.10.1.tar.gz verify-provenance? ( https://pypi.org/integrity/platformdirs/v4.10.1/platformdirs-4.10.1.tar.gz/provenance -> platformdirs-4.10.1.tar.gz.provenance )
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=3516f665a421e6ba1cde24f6f86259b4

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_14t? ( dev-lang/python:3.14t ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15? ( dev-lang/python:3.15 ) >=dev-python/gpep517-16[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/setuptools[python_targets_python3_14t(-)?,python_targets_python3_15t(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_14t? ( dev-lang/python:3.14t ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15? ( dev-lang/python:3.15 )
DESCRIPTION=Alternative regular expression module to replace re
EAPI=8
HOMEPAGE=https://github.com/mrabarnett/mrab-regex/ https://pypi.org/project/regex/
INHERIT=distutils-r1 pypi
IUSE=doc python_targets_python3_14t python_targets_python3_15t python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 debug
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos
LICENSE=Apache-2.0
RDEPEND=python_targets_python3_14t? ( dev-lang/python:3.14t ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15? ( dev-lang/python:3.15 )
REQUIRED_USE=|| ( python_targets_python3_14t python_targets_python3_15t python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/r/regex/regex-2026.7.19.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=600aa067b34bcb9f153b21e2ca2a5972

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/defusedxml[python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/myst-parser[python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( dev-python/jinja2[python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/pyyaml-6.0.0[python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/sphinx-3.0.0[python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-asyncio[python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15? ( dev-lang/python:3.15 ) >=dev-python/gpep517-16[python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/hatchling[python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Sphinx spelling extension
EAPI=8
HOMEPAGE=https://github.com/mgaitan/sphinxcontrib-mermaid https://pypi.org/project/sphinxcontrib-mermaid/
INHERIT=distutils-r1
IUSE=test python_targets_python3_13 python_targets_python3_14 python_targets_python3_15
KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86
LICENSE=BSD-2
RDEPEND=dev-python/jinja2[python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/pyyaml-6.0.0[python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/sphinx-3.0.0[python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15? ( dev-lang/python:3.15 )
REQUIRED_USE=|| ( python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/mgaitan/sphinxcontrib-mermaid/archive/2.1.0.tar.gz -> sphinxcontrib-mermaid-2.1.0.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4
_md5_=c3925b13016ae44eefc2a0bea5b5bf88

File diff suppressed because one or more lines are too long

View File

@@ -5693,7 +5693,7 @@ dev-libs/libgcrypt 1.12.2: General purpose crypto library based on the code used
dev-libs/libgcrypt-compat 1.5.6: Old version of libgcrypt needed by some binaries
dev-libs/libgdata 0.18.1-r2: GLib-based library for accessing online service APIs using the GData protocol
dev-libs/libgee 0.20.6-r1 0.20.8: GObject-based interfaces and classes for commonly used data structures
dev-libs/libgit2 1.9.2 1.9.3 1.9.4: A linkable library for Git
dev-libs/libgit2 1.9.2 1.9.3 1.9.4 1.9.6: A linkable library for Git
dev-libs/libgit2-glib 1.2.1-r1: Git library for GLib
dev-libs/libglib-testing 0.1.1: Libglib-testing is a test library providing test harnesses and mock classes
dev-libs/libgnome-games-support 1.8.2 2.0.1 2.0.2: Library for code common to GNOME games
@@ -8603,7 +8603,7 @@ dev-python/ffmpeg-python 0.2.0_p20220711-r1: Python bindings for FFmpeg with com
dev-python/fido2 0.9.3-r1 2.1.1 2.2.0 2.2.1: Python based FIDO 2.0 library
dev-python/fields 5.0.0-r3: Container class boilerplate killer
dev-python/filebytes 0.10.2 9999: Classes/Types to read and edit executable files
dev-python/filelock 3.29.3 3.29.4 3.29.5 3.29.6 3.29.7 3.30.2 3.30.3: A platform independent file lock for Python
dev-python/filelock 3.29.3 3.29.4 3.29.5 3.29.6 3.29.7 3.30.2 3.30.3 3.31.0: A platform independent file lock for Python
dev-python/filetype 1.2.0: Small, dependency-free, fast Python package to infer binary file types checking
dev-python/findimports 3.0.0: Python module import analysis tool
dev-python/findpython 0.8.0: A utility to find python versions on your system
@@ -8720,7 +8720,7 @@ dev-python/hvac 2.4.0: HashiCorp Vault API client
dev-python/hypercorn 0.18.0: A ASGI Server based on Hyper libraries and inspired by Gunicorn
dev-python/hyperframe 6.1.0: HTTP/2 framing layer for Python
dev-python/hyperlink 21.0.0-r1: A featureful, correct URL for Python
dev-python/hypothesis 6.155.7 6.156.1 6.156.2 6.156.4 6.156.6: A library for property based testing
dev-python/hypothesis 6.155.7 6.156.1 6.156.2 6.156.4 6.156.6 6.156.9: A library for property based testing
dev-python/hypothesis-gentoo 3 4: Plugin to create 'gentoo' hypothesis profile, disabling health checks
dev-python/icalendar 7.1.2 7.1.3 7.2.0: RFC 5545 compatible parser and generator of iCalendar files
dev-python/id 1.6.1: A tool for generating OIDC identities
@@ -8915,7 +8915,7 @@ dev-python/markdown2 2.5.5-r1: Python Markdown language reimplementation
dev-python/markups 4.1.1: A wrapper around various text markups
dev-python/markupsafe 3.0.3: Implements a XML/HTML/XHTML Markup safe string for Python
dev-python/marshmallow 4.3.0: A library for converting to and from native Python datatypes
dev-python/matplotlib 3.10.9 3.11.0_rc2 3.11.0: Pure python plotting library with matlab like syntax
dev-python/matplotlib 3.10.9 3.11.0_rc2 3.11.0 3.11.1: Pure python plotting library with matlab like syntax
dev-python/matplotlib-inline 0.2.1 0.2.2: Inline Matplotlib backend for Jupyter
dev-python/matplotlib-venn 1.1.2: Plot area-proportional two- and three-way Venn diagrams in matplotlib
dev-python/matrix-common 1.3.0-r1: Common code for Synapse, Sydent and Sygnal
@@ -8959,7 +8959,7 @@ dev-python/msgpack 1.1.2 1.2.1: MessagePack (de)serializer for Python
dev-python/msgspec 0.21.1: Fast serialization and validation library, with builtin support for many formats
dev-python/mss 10.2.0: An ultra fast cross-platform multiple screenshots module in python using ctypes
dev-python/multidict 6.7.1: multidict implementation
dev-python/multipart 1.3.1: Parser for multipart/form-data
dev-python/multipart 1.3.1 2.0.0: Parser for multipart/form-data
dev-python/multipledispatch 1.0.0: Multiple dispatch
dev-python/multiprocess 0.70.19: Better multiprocessing and multithreading in Python
dev-python/munch 4.0.0: A dot-accessible dictionary (a la JavaScript objects)
@@ -9004,7 +9004,7 @@ dev-python/notify2 0.3.1-r3: Python interface to DBus notifications
dev-python/nox 2026.04.10 2026.07.11: Flexible test automation for Python
dev-python/ntplib 0.4.0-r1: Python NTP library
dev-python/nuitka 4.1.2 4.1.3: Python to native compiler
dev-python/numexpr 2.14.1: Fast numerical array expression evaluator for Python and NumPy
dev-python/numexpr 2.14.1 2.14.2: Fast numerical array expression evaluator for Python and NumPy
dev-python/numpy 2.2.6 2.4.4 2.4.5 2.4.6 2.5.0_rc1 2.5.0 2.5.1: Fast array and numerical python library
dev-python/numpydoc 1.10.0: Sphinx extension to support docstrings in Numpy format
dev-python/nvidia-ml-py 12.575.51 13.590.44: Python bindings to the NVIDIA Management Library
@@ -9074,7 +9074,7 @@ dev-python/patiencediff 0.2.19: Python implementation of the patiencediff algori
dev-python/patsy 1.0.2: Python module to describe statistical models and design matrices
dev-python/pbkdf2 1.3-r2: Implementation of PBKDF2, specified in RSA PKCS#5 v2.0
dev-python/pbr 7.0.3-r2: Inject some useful and sensible default behaviors into setuptools
dev-python/pbs-installer 2026.6.10: Installer for Python Build Standalone
dev-python/pbs-installer 2026.6.10 2026.7.18: Installer for Python Build Standalone
dev-python/pdfrw 0.4_p1-r1: PDF file reader/writer library
dev-python/pdm 2.27.0 2.28.0: Python package and dependency manager supporting the latest PEP standards
dev-python/pdm-backend 2.4.9: A PEP 517 backend for PDM that supports PEP 621 metadata
@@ -9104,7 +9104,7 @@ dev-python/pkg-resources 0 81.0.0: pkg_resources package split from old setuptoo
dev-python/pkgconfig 1.5.5-r1: Interface Python with pkg-config
dev-python/pkgcraft 0.0.11 9999: Python bindings for pkgcraft
dev-python/pkginfo 1.12.1.2: Provides an API for querying the distutils metadata written in a PKG-INFO file
dev-python/platformdirs 4.10.0: A small Python module for determining appropriate platform-specific dirs
dev-python/platformdirs 4.10.0 4.10.1: A small Python module for determining appropriate platform-specific dirs
dev-python/plotly 6.8.0 6.9.0: Browser-based graphing library for Python
dev-python/plotly-geo 1.0.0-r2: Browser-based graphing library for Python
dev-python/pluggy 1.6.0: Plugin and hook calling mechanisms for Python
@@ -9502,7 +9502,7 @@ dev-python/redis 7.4.1 8.0.1: Python client for Redis key-value store
dev-python/reedsolo 2.1.1_beta1-r2: Python Reed Solomon encoder/decoder
dev-python/referencing 0.37.0: Cross-specification JSON referencing (JSON Schema, OpenAPI...)
dev-python/reflink 0.2.2: Python wrapper around the reflink system calls
dev-python/regex 2026.5.9 2026.6.28 2026.7.10: Alternative regular expression module to replace re
dev-python/regex 2026.5.9 2026.6.28 2026.7.10 2026.7.19: Alternative regular expression module to replace re
dev-python/regress 2025.10.1: Python bindings to the Rust regress crate
dev-python/rencode 1.0.8-r1: Serialization similar to bencode from the BitTorrent project
dev-python/reno 4.1.0: Release notes manager, storing release notes in a git repo and building docs
@@ -9662,7 +9662,7 @@ dev-python/sphinxcontrib-httpdomain 2.0.0: Sphinx domain for documenting HTTP AP
dev-python/sphinxcontrib-jquery 4.1: Extension to include jQuery on newer Sphinx releases
dev-python/sphinxcontrib-jsmath 1.0.1-r5: Sphinx extension which renders display math in HTML via JavaScript
dev-python/sphinxcontrib-log-cabinet 1.0.1-r1: Organize changelog directives in Sphinx docs
dev-python/sphinxcontrib-mermaid 2.0.2 2.0.3: Sphinx spelling extension
dev-python/sphinxcontrib-mermaid 2.0.2 2.0.3 2.1.0: Sphinx spelling extension
dev-python/sphinxcontrib-plantuml 0.31: Sphinx extensions for PlantUML
dev-python/sphinxcontrib-programoutput 0.19 0.20: Extension to sphinx to include program output
dev-python/sphinxcontrib-qthelp 2.0.0-r1: Sphinx extension which outputs QtHelp documents
@@ -9741,7 +9741,7 @@ dev-python/threadpoolctl 3.6.0: Limit the number of threads used in native libs
dev-python/three-merge 0.1.1-r1: Simple Python library to perform a 3-way merge between strings
dev-python/thrift 0.23.0 0.24.0: Python implementation of Thrift
dev-python/thriftpy2 0.6.0: Pure python approach of Apache Thrift
dev-python/tibs 0.9.2 0.10.0 0.11.0 0.12.0 1.0.0: A sleek Python library for your binary data
dev-python/tibs 0.9.2 0.10.0 0.11.0 0.12.0 1.0.0 1.1.0: A sleek Python library for your binary data
dev-python/tifffile 2026.6.1 2026.7.14: Read and write TIFF files
dev-python/time-machine 3.2.0: Travel through time in your tests
dev-python/tiny-proxy 0.2.1 0.3.0: Simple proxy server (SOCKS4(a), SOCKS5(h), HTTP tunnel)

View File

@@ -1 +1 @@
Sat, 18 Jul 2026 22:31:00 +0000
Sun, 19 Jul 2026 02:31:03 +0000