2026-08-07 02:30:59 UTC

This commit is contained in:
Repository mirror & CI
2026-08-07 02:30:59 +00:00
parent 234d5641cf
commit fdbea32227
57 changed files with 349 additions and 188 deletions

View File

@@ -6,11 +6,11 @@ EAPI=8
HOMEPAGE=https://containerd.io/
INHERIT=go-env go-module systemd toolchain-funcs
IUSE=apparmor btrfs device-mapper +cri +seccomp selinux test
KEYWORDS=~amd64 ~arm arm64 ~ppc64 ~riscv ~x86
KEYWORDS=amd64 ~arm arm64 ~ppc64 ~riscv ~x86
LICENSE=Apache-2.0
RDEPEND=btrfs? ( sys-fs/btrfs-progs ) seccomp? ( sys-libs/libseccomp ) >=app-containers/runc-1.4.3[apparmor?,seccomp?] selinux? ( sec-policy/selinux-docker )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/containerd/containerd/archive/v2.3.2.tar.gz -> containerd-2.3.2.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 3d4b6f3f29b3ebdeb708785b3cb1743b systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=1d8fae5adaacd1f6697eb7dac8114ef5
_md5_=74c5ea26e6a5454f48d4a778b464619f

View File

@@ -4,10 +4,10 @@ DESCRIPTION=container signing utility
EAPI=8
HOMEPAGE=https://sigstore.dev
INHERIT=go-module shell-completion sysroot
KEYWORDS=~amd64
KEYWORDS=amd64
LICENSE=Apache-2.0 Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/sigstore/cosign/archive/v3.1.0.tar.gz -> cosign-3.1.0.tar.gz https://github.com/gentoo-golang-dist/cosign/releases/download/v3.1.0/cosign-3.1.0-vendor.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 shell-completion 63a62de3ca49c798ee6e89f190e45d0e flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 3d4b6f3f29b3ebdeb708785b3cb1743b
_md5_=47ad0fbd122dacb295d230290b1a5767
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 3d4b6f3f29b3ebdeb708785b3cb1743b shell-completion 63a62de3ca49c798ee6e89f190e45d0e
_md5_=6b55e3ba37c6464222f204c48b585276

View File

@@ -6,11 +6,11 @@ EAPI=8
HOMEPAGE=https://www.docker.com/
INHERIT=go-module linux-info optfeature systemd toolchain-funcs udev
IUSE=apparmor btrfs +container-init cuda +overlay2 seccomp selinux systemd
KEYWORDS=~amd64 ~arm arm64 ~ppc64 ~riscv ~x86
KEYWORDS=amd64 ~arm arm64 ~ppc64 ~riscv ~x86
LICENSE=Apache-2.0
RDEPEND=acct-group/docker >=dev-db/sqlite-3.7.9:3 net-firewall/nftables:= apparmor? ( sys-libs/libapparmor ) btrfs? ( >=sys-fs/btrfs-progs-3.16.1 ) seccomp? ( >=sys-libs/libseccomp-2.2.1 ) systemd? ( sys-apps/systemd ) sys-process/procps >=dev-vcs/git-1.7 >=app-arch/xz-utils-4.9 >=app-containers/containerd-2.2.0[apparmor?,btrfs?,seccomp?] >=app-containers/runc-1.2.6[apparmor?,seccomp?] !app-containers/docker-proxy !<app-containers/docker-cli-29.5.2 container-init? ( >=sys-process/tini-0.19.0[static] ) cuda? ( app-containers/nvidia-container-toolkit ) selinux? ( sec-policy/selinux-docker )
RESTRICT=installsources strip test
SLOT=0
SRC_URI=https://github.com/moby/moby/archive/docker-v29.5.2.tar.gz -> docker-29.5.2.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 3d4b6f3f29b3ebdeb708785b3cb1743b linux-info efd923656513c879204fec6638eadee5 optfeature 58cc13bdc4e9a204077e1e7c9a1d7988 systemd a964c0cbe818b5729da1dbfcee5be861 udev 1a23882bb73bc31c64a6f00a5e515f34
_md5_=e393e4fa93157211a75c2d0d04666c39
_md5_=af93ec3576563e89b71f63f347022f45

View File

@@ -4,10 +4,10 @@ DESCRIPTION=Docker CLI plugin for extended build capabilities with BuildKit
EAPI=9
HOMEPAGE=https://github.com/docker/buildx
INHERIT=go-module
KEYWORDS=~amd64 ~arm arm64 ppc64 ~riscv ~x86
KEYWORDS=amd64 ~arm arm64 ppc64 ~riscv ~x86
LICENSE=Apache-2.0 Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0 Unicode-DFS-2016
RDEPEND=app-containers/docker-cli
SLOT=0
SRC_URI=https://github.com/docker/buildx/archive/refs/tags/v0.35.0.tar.gz -> docker-buildx-0.35.0.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 3d4b6f3f29b3ebdeb708785b3cb1743b
_md5_=1c2274ada6442929dabed2fbe87eeff0
_md5_=e37988b84b870aec502d9f1e5cb443b6

View File

@@ -5,11 +5,11 @@ EAPI=8
HOMEPAGE=https://www.docker.com/
INHERIT=shell-completion go-env go-module toolchain-funcs
IUSE=selinux
KEYWORDS=~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86
KEYWORDS=amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86
LICENSE=Apache-2.0
RDEPEND=selinux? ( sec-policy/selinux-docker )
RESTRICT=installsources strip test
SLOT=0
SRC_URI=https://github.com/docker/cli/archive/v29.5.2.tar.gz -> docker-cli-29.5.2.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 shell-completion 63a62de3ca49c798ee6e89f190e45d0e flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 3d4b6f3f29b3ebdeb708785b3cb1743b
_md5_=1868a99b3f8d59ba745292420f148328
_md5_=0eb79e4333b8b18d575ce3d38fec95a0

View File

@@ -4,11 +4,11 @@ DESCRIPTION=Multi-container orchestration for Docker
EAPI=8
HOMEPAGE=https://github.com/docker/compose
INHERIT=eapi9-ver optfeature
KEYWORDS=~amd64 arm64
KEYWORDS=amd64 arm64
LICENSE=Apache-2.0
RDEPEND=|| ( >=app-containers/docker-cli-29.5.2 app-containers/podman[wrapper(+)] )
RESTRICT=test
SLOT=2
SRC_URI=https://github.com/docker/compose/archive/v5.1.4.tar.gz -> docker-compose-5.1.4.gh.tar.gz https://github.com/gentoo-golang-dist/compose/releases/download/v5.1.4/compose-5.1.4-vendor.tar.xz
_eclasses_=eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 optfeature 58cc13bdc4e9a204077e1e7c9a1d7988
_md5_=0de91941933c014ef83ad99762a9f616
_md5_=65795553caa2a7fa97b6bd750e7fae57

View File

@@ -6,11 +6,11 @@ EAPI=8
HOMEPAGE=https://github.com/opencontainers/runc/
INHERIT=go-module linux-info
IUSE=apparmor +seccomp selinux test
KEYWORDS=~amd64 ~arm arm64 ~ppc64 ~riscv ~x86
KEYWORDS=amd64 ~arm arm64 ~ppc64 ~riscv ~x86
LICENSE=Apache-2.0 BSD-2 BSD MIT
RDEPEND=seccomp? ( sys-libs/libseccomp ) !app-emulation/docker-runc apparmor? ( sys-libs/libapparmor ) selinux? ( sec-policy/selinux-container )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/opencontainers/runc/archive/v1.4.3.tar.gz -> runc-1.4.3.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 3d4b6f3f29b3ebdeb708785b3cb1743b linux-info efd923656513c879204fec6638eadee5
_md5_=a2a52dfa81e9f836d44b97269287c33e
_md5_=e430f5c21fafb3115ac2d1fc866268fe

View File

@@ -6,11 +6,11 @@ EAPI=8
HOMEPAGE=https://www.gnupg.org/related_software/gpgme
INHERIT=libtool flag-o-matic out-of-source verify-sig
IUSE=common-lisp static-libs test verify-sig
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris
LICENSE=GPL-2 LGPL-2.1
RDEPEND=|| ( app-alternatives/gpg[reference] app-alternatives/gpg[freepg(-)] ) >=dev-libs/libassuan-2.5.3:= >=dev-libs/libgpg-error-1.46-r1:=
RESTRICT=!test? ( test )
SLOT=1/45.0
SRC_URI=mirror://gnupg/gpgme/gpgme-2.1.2.tar.bz2 verify-sig? ( mirror://gnupg/gpgme/gpgme-2.1.2.tar.bz2.sig )
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 libtool 6a96cd90e5da8c7c615015479f46f1a4 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source 6b6854c4199b5eeb2cf123b7530b6b4e eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig ece4c893b6bd62eacbc4d25958e857f8
_md5_=4845a0dd45a28bcb5e5c5106b22c9580
_md5_=39f6bc4be3b25a85798d377cee0b36d3

View File

@@ -7,7 +7,7 @@ HOMEPAGE=https://fcitx-im.org/ https://github.com/fcitx/fcitx5
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake flag-o-matic toolchain-funcs unpacker xdg
IUSE=+autostart doc +emoji +enchant +keyboard presage +server systemd system-yoga test wayland +X
KEYWORDS=~amd64 arm64 ~ppc ~ppc64 ~riscv ~x86
KEYWORDS=amd64 arm64 ~ppc ~ppc64 ~riscv x86
LICENSE=LGPL-2+ Unicode-DFS-2016
RDEPEND=dev-libs/libfmt sys-devel/gettext virtual/libintl x11-libs/cairo[X?] x11-libs/gdk-pixbuf:2 x11-libs/pango[X?] doc? ( app-text/doxygen dev-texlive/texlive-fontutils ) emoji? ( virtual/zlib:= ) enchant? ( app-text/enchant:2 ) keyboard? ( app-text/iso-codes dev-libs/expat dev-cpp/nlohmann_json x11-misc/xkeyboard-config x11-libs/libxkbcommon[X?,wayland?] ) systemd? ( sys-apps/systemd ) !systemd? ( dev-libs/libuv sys-apps/dbus ) system-yoga? ( dev-libs/yoga ) wayland? ( dev-libs/glib:2 dev-libs/wayland dev-libs/wayland-protocols dev-util/wayland-scanner ) X? ( dev-libs/glib:2 >=x11-libs/xcb-imdkit-1.0.3:5 x11-libs/libX11 x11-libs/libxkbfile x11-libs/xcb-util x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm )
REQUIRED_USE=|| ( wayland X ) X? ( keyboard ) wayland? ( keyboard )
@@ -15,4 +15,4 @@ RESTRICT=!test? ( test )
SLOT=5
SRC_URI=https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-5.1.21_dict.tar.zst -> fcitx-5.1.21.tar.zst
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=ee0e146e715c15c6437b0924e6cb4da2
_md5_=8eaf4a5a1a01e069a19620464aeb7df5

View File

@@ -7,11 +7,11 @@ HOMEPAGE=https://github.com/fcitx/fcitx5-chewing
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake unpacker xdg
IUSE=test
KEYWORDS=~amd64 ~arm64 ~loong ~riscv ~x86
KEYWORDS=amd64 ~arm64 ~loong ~riscv x86
LICENSE=LGPL-2.1+
RDEPEND=!app-i18n/fcitx-chewing:4 >=app-i18n/fcitx-5.1.13:5 >=app-i18n/libchewing-0.5.0
RESTRICT=!test? ( test )
SLOT=5
SRC_URI=https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-5.1.12.tar.zst -> fcitx-chewing-5.1.12.tar.zst
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 xdg 3ef49a87c52c8b77c476351195dfe575 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd unpacker a89c769f7dcf68bd2a6d23da9ede2ad2
_md5_=ca59f0d9f5829104f11bcde4ad08b374
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=3a3411f80bfeac15c9c6b2ef89365905

View File

@@ -6,11 +6,11 @@ EAPI=8
HOMEPAGE=https://fcitx-im.org/ https://github.com/fcitx/fcitx5-configtool
INHERIT=cmake unpacker
IUSE=kcm +config-qt test X
KEYWORDS=~amd64 ~arm64 ~loong ~riscv ~x86
KEYWORDS=amd64 ~arm64 ~loong ~riscv ~x86
LICENSE=GPL-2+
RDEPEND=>=app-i18n/fcitx-5.1.13:5 >=app-i18n/fcitx-qt-5.1.4:5[qt6(+),-onlyplugin] app-text/iso-codes dev-qt/qtbase:6[concurrent,dbus,gui,widgets] dev-qt/qtsvg:6 kde-frameworks/kwidgetsaddons:6 sys-devel/gettext virtual/libintl X? ( x11-libs/libX11 x11-misc/xkeyboard-config ) config-qt? ( kde-frameworks/kitemviews:6 ) kcm? ( dev-qt/qtdeclarative:6 kde-frameworks/kcoreaddons:6 kde-frameworks/kdeclarative:6 kde-frameworks/ki18n:6 kde-frameworks/kiconthemes:6 kde-frameworks/kirigami:6 kde-frameworks/kpackage:6 kde-frameworks/ksvg:6 kde-frameworks/kcmutils:6 kde-plasma/libplasma:6= x11-libs/libxkbcommon )
RESTRICT=!test? ( test )
SLOT=5
SRC_URI=https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-5.1.14.tar.zst -> fcitx-configtool-5.1.14.tar.zst
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd unpacker a89c769f7dcf68bd2a6d23da9ede2ad2
_md5_=44406c945748d9ec9ae56119723e2ed9
_md5_=dfad035b38a4a12a4f496ee869fb9469

View File

@@ -7,11 +7,11 @@ HOMEPAGE=https://github.com/fcitx/fcitx5-gtk
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake gnome2-utils unpacker xdg
IUSE=gtk2 +gtk3 +gtk4 +introspection +snooper onlyplugin wayland +X
KEYWORDS=~amd64 ~arm64 ~loong ~riscv ~x86
KEYWORDS=amd64 ~arm64 ~loong ~riscv x86
LICENSE=LGPL-2.1+
RDEPEND=app-i18n/fcitx:5 >=dev-libs/glib-2.56 x11-libs/libxkbcommon gtk2? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3[wayland?,X?] ) gtk4? ( gui-libs/gtk:4[wayland?,X?] ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) X? ( x11-libs/libX11 )
REQUIRED_USE=|| ( gtk2 gtk3 gtk4 )
SLOT=5
SRC_URI=https://download.fcitx-im.org/fcitx5/fcitx5-gtk/fcitx5-gtk-5.1.7.tar.zst -> fcitx-gtk-5.1.7.tar.zst
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=eb13879f3c16495c864ecc68c2f51935
_md5_=4948c75786d3b0c80a3a3b6ab6a8718a

View File

@@ -7,7 +7,7 @@ HOMEPAGE=https://github.com/fcitx/fcitx5-lua
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake lua-single xdg unpacker
IUSE=+dlopen test lua_single_target_lua5-3 lua_single_target_lua5-4
KEYWORDS=~amd64 ~arm64 ~loong ~riscv ~x86
KEYWORDS=amd64 ~arm64 ~loong ~riscv x86
LICENSE=LGPL-2.1+
RDEPEND=lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) >=app-i18n/fcitx-5.1.13:5
REQUIRED_USE=^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 )
@@ -15,4 +15,4 @@ RESTRICT=!test? ( test )
SLOT=5
SRC_URI=https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-5.0.17.tar.zst -> fcitx-lua-5.0.17.tar.zst
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 lua-utils 7c89927eda6f21c4c48136247077ab37 lua-single 75fe955a36b18e199213c8739eaebdbb xdg 3ef49a87c52c8b77c476351195dfe575 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd unpacker a89c769f7dcf68bd2a6d23da9ede2ad2
_md5_=91faeafa231bc7dc4bb0c4ff90a93cf0
_md5_=a611af29132bd8a6978567af6e94545f

View File

@@ -6,11 +6,11 @@ EAPI=8
HOMEPAGE=https://github.com/fcitx/fcitx5-qt
INHERIT=cmake dot-a unpacker
IUSE=onlyplugin staticplugin wayland +X
KEYWORDS=~amd64 ~arm64 ~loong ~riscv ~x86
KEYWORDS=amd64 ~arm64 ~loong ~riscv x86
LICENSE=BSD LGPL-2.1+
RDEPEND=!onlyplugin? ( >=app-i18n/fcitx-5.1.13:5 ) dev-qt/qtbase:6=[dbus,gui,widgets,wayland?] wayland? ( dev-qt/qtwayland:6 ) X? ( x11-libs/libX11 x11-libs/libxcb x11-libs/libxkbcommon )
REQUIRED_USE=staticplugin? ( onlyplugin )
SLOT=5
SRC_URI=https://download.fcitx-im.org/fcitx5/fcitx5-qt/fcitx5-qt-5.1.14.tar.zst -> fcitx-qt-5.1.14.tar.zst
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 dot-a e5200fe17cfd2ed6fa66edd80201763a eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd unpacker a89c769f7dcf68bd2a6d23da9ede2ad2
_md5_=dacec4cb82081673df38368dc84aca36
_md5_=036f4bae133e7ad3fbf494c25fa6180e

View File

@@ -6,10 +6,10 @@ EAPI=8
HOMEPAGE=https://fcitx-im.org/ https://github.com/fcitx/fcitx5-rime
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake unpacker xdg
KEYWORDS=~amd64 ~arm64 ~loong ~riscv ~x86
KEYWORDS=amd64 ~arm64 ~loong ~riscv x86
LICENSE=LGPL-2.1+
RDEPEND=!app-i18n/fcitx-rime:4 >=app-i18n/fcitx-5.1.13:5 app-i18n/librime app-i18n/rime-data virtual/libintl
SLOT=5
SRC_URI=https://download.fcitx-im.org/fcitx5/fcitx5-rime/fcitx5-rime-5.1.14.tar.zst -> fcitx-rime-5.1.14.tar.zst
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 xdg 3ef49a87c52c8b77c476351195dfe575 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd unpacker a89c769f7dcf68bd2a6d23da9ede2ad2
_md5_=ab905dfa920896d046c03572e431b5f0
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=ca96c40cf386691421260dbf4625a76c

View File

@@ -6,11 +6,11 @@ EAPI=8
HOMEPAGE=https://fcitx-im.org/
INHERIT=cmake unpacker
IUSE=+data doc test
KEYWORDS=~amd64 ~ppc64 ~riscv
KEYWORDS=amd64 ~ppc64 ~riscv
LICENSE=LGPL-2+
RDEPEND=>=app-i18n/fcitx-5.1.20:5 app-arch/zstd:= dev-libs/boost:=
RESTRICT=!test? ( test )
SLOT=5
SRC_URI=https://download.fcitx-im.org/fcitx5/libime/libime-1.1.15_dict.tar.zst
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd unpacker a89c769f7dcf68bd2a6d23da9ede2ad2
_md5_=d3acf486d2f0645b176d44e5fdcde8ca
_md5_=047cf8c884260a50edaa1e0071b33512

View File

@@ -6,11 +6,11 @@ EAPI=8
HOMEPAGE=https://www.gnupg.org/related_software/gpgme
INHERIT=cmake verify-sig
IUSE=test verify-sig
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris
LICENSE=LGPL-2+ test? ( GPL-2 GPL-2+ LGPL-2.1+ )
RDEPEND=>=app-crypt/gpgme-2.1:= >=dev-libs/libgpg-error-1.47:= !<app-crypt/gpgme-2[cxx(-)] !dev-cpp/gpgmepp:1
RESTRICT=!test? ( test )
SLOT=0/7
SRC_URI=mirror://gnupg/gpgmepp/gpgmepp-2.1.0.tar.xz verify-sig? ( mirror://gnupg/gpgmepp/gpgmepp-2.1.0.tar.xz.sig )
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig ece4c893b6bd62eacbc4d25958e857f8
_md5_=088c2db4622498e81b63bb5c26105cd0
_md5_=b976fb5291b1de37b6d65c24a2169c3c

View File

@@ -0,0 +1,17 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=app-arch/lz4-1.7.5:= zlib? ( virtual/zlib:= ) zstd? ( app-arch/zstd:= )
DESCRIPTION=Blocking, shuffling and lossless compression library
EAPI=8
HOMEPAGE=https://blosc.org/c-blosc2/c-blosc2.html https://github.com/Blosc/c-blosc2/
INHERIT=cmake
IUSE=test +zlib +zstd
KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=BSD
RDEPEND=>=app-arch/lz4-1.7.5:= zlib? ( virtual/zlib:= ) zstd? ( app-arch/zstd:= )
REQUIRED_USE=test? ( zlib zstd )
RESTRICT=!test? ( test )
SLOT=0/9
SRC_URI=https://github.com/Blosc/c-blosc2/archive/v3.3.2.tar.gz -> c-blosc2-3.3.2.gh.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953
_md5_=5cb7d46dd901917d1963280008ed5db3

View File

@@ -6,10 +6,10 @@ EAPI=8
HOMEPAGE=https://invent.kde.org/libraries/plasma-wayland-protocols
INHERIT=cmake kde.org
IUSE=test
KEYWORDS=amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86
KEYWORDS=amd64 ~arm arm64 ~loong ppc64 ~riscv x86
LICENSE=LGPL-2.1
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://kde/stable/plasma-wayland-protocols/plasma-wayland-protocols-1.21.0.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 kde.org 83d81f56e21d7fcdb6319ad4cf7cec16
_md5_=6d890430b356dd93b58b32208b25029d
_md5_=c7fccd412be2b06c0ce8c7156d034192

View File

@@ -6,11 +6,11 @@ EAPI=8
HOMEPAGE=https://www.gnupg.org/related_software/gpgme
INHERIT=cmake verify-sig
IUSE=test verify-sig
KEYWORDS=amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~x86 ~arm64-macos ~x64-macos ~x64-solaris
KEYWORDS=amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86 ~arm64-macos ~x64-macos ~x64-solaris
LICENSE=GPL-2+ test? ( GPL-2 )
RDEPEND=>=app-crypt/gpgme-2.1:= >=dev-cpp/gpgmepp-2.1:= >=dev-libs/libgpg-error-1.47:= >=dev-qt/qtbase-6.5.0:6 !<app-crypt/gpgme-2[qt6(-)] !dev-libs/qgpgme:1
RESTRICT=!test? ( test )
SLOT=0/7
SRC_URI=mirror://gnupg/qgpgme/qgpgme-2.1.0.tar.xz verify-sig? ( mirror://gnupg/qgpgme/qgpgme-2.1.0.tar.xz.sig )
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig ece4c893b6bd62eacbc4d25958e857f8
_md5_=5208e8ff1b8ae5dca1a8a0a9f9cff1ae
_md5_=03e1384869b3998995f2e7cd3cfc753a

View File

@@ -5,10 +5,10 @@ EAPI=8
HOMEPAGE=https://github.com/facebook/yoga
INHERIT=cmake dot-a
IUSE=test
KEYWORDS=~amd64 arm64 ~ppc ~ppc64 ~riscv ~x86
KEYWORDS=amd64 arm64 ~ppc ~ppc64 ~riscv x86
LICENSE=MIT
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/facebook/yoga/archive/refs/tags/v3.2.1.tar.gz -> yoga-3.2.1.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 dot-a e5200fe17cfd2ed6fa66edd80201763a
_md5_=74ff4b235e002e5dbbc07666910ea2ae
_md5_=c78eccaf90c0eeebcaad2133c8864129

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? ( app-shells/tcsh app-shells/zsh 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/pip-19 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(-)?] ) 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=Bash tab completion for argparse
EAPI=8
HOMEPAGE=https://github.com/kislyuk/argcomplete/ https://pypi.org/project/argcomplete/
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=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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/a/argcomplete/argcomplete-3.7.2.tar.gz verify-provenance? ( https://pypi.org/integrity/argcomplete/v3.7.2/argcomplete-3.7.2.tar.gz/provenance -> argcomplete-3.7.2.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_=e66564e854c22f911fff627c9beab3a5

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/botocore-1.43.66[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/jmespath-0.7.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/s3transfer-0.19.0[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_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-xdist[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 ) 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_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
DESCRIPTION=The AWS SDK for Python
EAPI=8
HOMEPAGE=https://github.com/boto/boto3/ https://pypi.org/project/boto3/
INHERIT=distutils-r1
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15
KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86
LICENSE=Apache-2.0
RDEPEND=>=dev-python/botocore-1.43.66[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/jmespath-0.7.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/s3transfer-0.19.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 ) 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_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/boto/boto3/archive/1.43.66.tar.gz -> boto3-1.43.66.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_=08c1f03dfba02bdd6a509f90c02506bb

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/jsonschema[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( <dev-python/jmespath-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/python-dateutil[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/urllib3-1.25.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/six[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_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-xdist[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 ) 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_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
DESCRIPTION=Low-level, data-driven core of boto 3
EAPI=8
HOMEPAGE=https://github.com/boto/botocore/ https://pypi.org/project/botocore/
INHERIT=distutils-r1
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15
KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86
LICENSE=Apache-2.0
RDEPEND=<dev-python/jmespath-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/python-dateutil[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/urllib3-1.25.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/six[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 ) 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_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/boto/botocore/archive/1.43.66.tar.gz -> botocore-1.43.66.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_=d23600b6d3488984efbd85d9bdf49e13

View File

@@ -1,16 +0,0 @@
BDEPEND=dev-python/setuptools-scm[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( || ( x11-misc/xclip x11-misc/xsel ) ) test? ( >=dev-python/prompt-toolkit-3.0.52[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyperclip-1.8.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/rich-15.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/rich-argparse-1.7.2[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-rerunfailures[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-mock[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/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=Extra features for standard library's cmd module
EAPI=8
HOMEPAGE=https://github.com/python-cmd2/cmd2/ https://pypi.org/project/cmd2/
INHERIT=distutils-r1 optfeature virtualx pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 test
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 ~x86
LICENSE=MIT
RDEPEND=>=dev-python/prompt-toolkit-3.0.52[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyperclip-1.8.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/rich-15.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/rich-argparse-1.7.2[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 ) !test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/c/cmd2/cmd2-4.1.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 optfeature 58cc13bdc4e9a204077e1e7c9a1d7988 virtualx 9741d451eb64ea8bb9faee90d68a9b68 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=ca844e6912e54dc6ce5bd2385f9575e2

View File

@@ -1,4 +1,4 @@
BDEPEND=dev-python/setuptools-scm[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] test? ( || ( x11-misc/xclip x11-misc/xsel ) ) test? ( >=dev-python/prompt-toolkit-3.0.52[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/pyperclip-1.8.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/rich-15.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/rich-argparse-1.7.2[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_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-rerunfailures[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-mock[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 ) 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_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(-)?] test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
BDEPEND=dev-python/setuptools-scm[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] test? ( || ( x11-misc/xclip x11-misc/xsel ) ) test? ( >=dev-python/prompt-toolkit-3.0.53[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/pyperclip-1.8.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/rich-15.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/rich-argparse-1.7.2[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_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-rerunfailures[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-mock[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 ) 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_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(-)?] test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=Extra features for standard library's cmd module
EAPI=8
@@ -7,10 +7,10 @@ INHERIT=distutils-r1 optfeature virtualx pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 test
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 ~x86
LICENSE=MIT
RDEPEND=>=dev-python/prompt-toolkit-3.0.52[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/pyperclip-1.8.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/rich-15.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/rich-argparse-1.7.2[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 ) 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 )
RDEPEND=>=dev-python/prompt-toolkit-3.0.53[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/pyperclip-1.8.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/rich-15.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/rich-argparse-1.7.2[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 ) 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_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/c/cmd2/cmd2-4.1.1.tar.gz
SRC_URI=https://files.pythonhosted.org/packages/source/c/cmd2/cmd2-4.2.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 optfeature 58cc13bdc4e9a204077e1e7c9a1d7988 virtualx 9741d451eb64ea8bb9faee90d68a9b68 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=27db0816de88cf931caa52b41bb3f0e5
_md5_=17bd42e8d27004ff31ec22d4d2680a2e

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/unittest-mixins-1.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(-)?] ) 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-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/hypothesis[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(-)?] ) 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-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(-)?] verify-provenance? ( dev-python/pypi-attestations )
DEFINED_PHASES=compile configure install prepare 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=Code coverage measurement for Python
EAPI=8
HOMEPAGE=https://coverage.readthedocs.io/en/latest/ https://github.com/coveragepy/coveragepy/ https://pypi.org/project/coverage/
INHERIT=distutils-r1 multiprocessing pypi
IUSE=+native-extensions 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 debug verify-provenance
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos
LICENSE=BSD
RDEPEND=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://files.pythonhosted.org/packages/source/c/coverage/coverage-7.15.4.tar.gz verify-provenance? ( https://pypi.org/integrity/coverage/v7.15.4/coverage-7.15.4.tar.gz/provenance -> coverage-7.15.4.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_=98f265e9f3667fd8c8fa81a2f287eeeb

View File

@@ -1,4 +1,4 @@
BDEPEND=<dev-python/flit-core-4[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 ) 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_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/flit-core[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
BDEPEND=<dev-python/flit-core-4[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_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) 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_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/flit-core[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Discover and load entry points from installed packages
EAPI=8
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/e/entrypoints/entrypoints-0.4.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_=ed2e4988afd4824625da06f22e2007a5
_md5_=448bfcaf8cfaba2e9218cf752326bf67

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/grpcio-1.75.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/grpcio-status-1.75.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/rsa[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/googleapis-common-protos-1.69.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/google-auth-1.25.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/proto-plus-1.26.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/protobuf-6.33.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.33.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/requests-3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] grpc? ( >=dev-python/grpcio-1.75.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/grpcio-status-1.75.1[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-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-mock[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/setuptools[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=Core Library for Google Client Libraries
EAPI=8
HOMEPAGE=https://github.com/googleapis/google-cloud-python/ https://pypi.org/project/google-api-core/ https://googleapis.dev/python/google-api-core/latest/index.html
INHERIT=distutils-r1 pypi
IUSE=grpc test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 verify-provenance
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=dev-python/googleapis-common-protos-1.69.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/google-auth-1.25.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/proto-plus-1.26.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/protobuf-6.33.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.33.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/requests-3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] grpc? ( >=dev-python/grpcio-1.75.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/grpcio-status-1.75.1[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/g/google-api-core/google_api_core-2.34.0.tar.gz verify-provenance? ( https://pypi.org/integrity/google-api-core/v2.34.0/google_api_core-2.34.0.tar.gz/provenance -> google_api_core-2.34.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_=ff90e13a358c07d64212364076b5a735

View File

@@ -11,6 +11,6 @@ RDEPEND=>=dev-python/cryptography-41.0.5[python_targets_python3_12(-)?,python_ta
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/g/google-auth/google_auth-2.56.0.tar.gz verify-provenance? ( https://pypi.org/integrity/google-auth/v2.56.0/google_auth-2.56.0.tar.gz/provenance -> google_auth-2.56.0.tar.gz.provenance )
SRC_URI=https://files.pythonhosted.org/packages/source/g/google-auth/google_auth-2.56.3.tar.gz verify-provenance? ( https://pypi.org/integrity/google-auth/v2.56.3/google_auth-2.56.3.tar.gz/provenance -> google_auth-2.56.3.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_=6dcada86ee714859d33c0159ebc7cc01

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/flask[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( <dev-python/httplib2-1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/httplib2-0.19.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/google-auth-3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/google-auth-2.14.1[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-localserver[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/setuptools[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=httplib2 Transport for Google Auth
EAPI=8
HOMEPAGE=https://pypi.org/project/google-auth-httplib2/ https://github.com/googleapis/google-auth-library-python-httplib2/
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=Apache-2.0
RDEPEND=<dev-python/httplib2-1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/httplib2-0.19.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/google-auth-3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/google-auth-2.14.1[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/g/google-auth-httplib2/google_auth_httplib2-0.4.1.tar.gz verify-provenance? ( https://pypi.org/integrity/google-auth-httplib2/v0.4.1/google_auth_httplib2-0.4.1.tar.gz/provenance -> google_auth_httplib2-0.4.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_=017bba983c3ad136446b39596b7be08f

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( <dev-python/protobuf-8[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/protobuf-6.33.5[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_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) 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_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(-)?] verify-provenance? ( dev-python/pypi-attestations )
DEFINED_PHASES=compile configure install prepare test unpack
DESCRIPTION=Python classes generated from the common protos in the googleapis repository
EAPI=8
HOMEPAGE=https://github.com/googleapis/python-api-common-protos/ https://github.com/googleapis/google-cloud-python/tree/main/packages/googleapis-common-protos/ https://pypi.org/project/googleapis-common-protos/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 verify-provenance
KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86
LICENSE=Apache-2.0
RDEPEND=<dev-python/protobuf-8[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/protobuf-6.33.5[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 ) 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_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/g/googleapis-common-protos/googleapis_common_protos-1.75.1.tar.gz verify-provenance? ( https://pypi.org/integrity/googleapis-common-protos/v1.75.1/googleapis_common_protos-1.75.1.tar.gz/provenance -> googleapis_common_protos-1.75.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_=1beb8dfe33e29ba8856abd17c56f03c8

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( dev-python/mypy-extensions[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pytest-7.4.4[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/setuptools[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
DEPEND=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 )
DESCRIPTION=Mypyc runtime library
EAPI=8
HOMEPAGE=https://github.com/mypyc/librt/ https://pypi.org/project/librt/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug verify-provenance
KEYWORDS=amd64 arm arm64 ~loong ~m68k ppc ppc64 ~riscv ~s390 ~sparc x86
LICENSE=MIT PSF-2.4
RDEPEND=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/l/librt/librt-0.11.0.tar.gz verify-provenance? ( https://pypi.org/integrity/librt/v0.11.0/librt-0.11.0.tar.gz/provenance -> librt-0.11.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_=bb61b8872160907071101a178fe1a89e

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/mypy-extensions[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(-)?] ) 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(-)?] verify-provenance? ( dev-python/pypi-attestations )
DEFINED_PHASES=compile configure install prepare test unpack
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=Mypyc runtime library
EAPI=8
HOMEPAGE=https://github.com/mypyc/librt/ https://pypi.org/project/librt/
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 debug verify-provenance
KEYWORDS=~amd64 ~arm ~arm64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=MIT PSF-2.4
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/l/librt/librt-0.14.0.tar.gz verify-provenance? ( https://pypi.org/integrity/librt/v0.14.0/librt-0.14.0.tar.gz/provenance -> librt-0.14.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_=e73c3e83445ec55dacbaabca11ed3d6d

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/hatch-nodejs-version[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] test? ( dev-python/packaging[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/testpath[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( >=dev-python/fastjsonschema-2.15[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/jsonschema-2.6[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/jupyter-core-5.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/traitlets-5.1[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_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) python_targets_python3_13? ( dev-lang/python:3.13[sqlite] ) python_targets_python3_14? ( dev-lang/python:3.14[sqlite] ) python_targets_python3_15? ( dev-lang/python:3.15[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/hatchling[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Reference implementation of the Jupyter Notebook format
EAPI=8
HOMEPAGE=https://jupyter.org/ https://github.com/jupyter/nbformat/ https://pypi.org/project/nbformat/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15
KEYWORDS=~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=BSD
RDEPEND=>=dev-python/fastjsonschema-2.15[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/jsonschema-2.6[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/jupyter-core-5.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/traitlets-5.1[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[sqlite] ) python_targets_python3_13? ( dev-lang/python:3.13[sqlite] ) python_targets_python3_14? ( dev-lang/python:3.14[sqlite] ) python_targets_python3_15? ( dev-lang/python:3.15[sqlite] )
REQUIRED_USE=|| ( 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/n/nbformat/nbformat-5.11.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_=63ed76c5c747966883a8c6a7eb0586f1

View File

@@ -12,6 +12,6 @@ RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_pytho
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=test !test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/pika/pika/archive/1.4.1.tar.gz -> pika-1.4.1.gh.tar.gz
SRC_URI=https://github.com/pika/pika/archive/1.4.4.tar.gz -> pika-1.4.4.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_=c897a79d738bc65dc98cce81f3319c1e

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/google-api-core-2.25.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytz[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( <dev-python/protobuf-8[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/protobuf-6.33.5[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(-)?] ) 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/setuptools[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=Beautiful, Pythonic protocol buffers
EAPI=8
HOMEPAGE=https://github.com/googleapis/proto-plus-python/ https://pypi.org/project/proto-plus/
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=Apache-2.0
RDEPEND=<dev-python/protobuf-8[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/protobuf-6.33.5[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/proto-plus/proto_plus-1.28.3.tar.gz verify-provenance? ( https://pypi.org/integrity/proto-plus/v1.28.3/proto_plus-1.28.3.tar.gz/provenance -> proto_plus-1.28.3.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_=6d06a1a3cae95420a2639d7c46d9a2fc

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( <dev-cpp/catch-3:0 >=dev-cpp/catch-2.13.9:0 dev-libs/boost dev-python/tomlkit[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( dev-cpp/eigen:= >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-rerunfailures[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-xdist[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) app-alternatives/ninja >=dev-build/cmake-3.28.5 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_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/scikit-build-core[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=AST-based Python refactoring library
EAPI=8
HOMEPAGE=https://pybind11.readthedocs.io/en/stable/ https://github.com/pybind/pybind11/ https://pypi.org/project/pybind11/
INHERIT=cmake distutils-r1
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos
LICENSE=BSD
RDEPEND=dev-cpp/eigen:= 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_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/pybind/pybind11/archive/v3.1.0.tar.gz -> pybind11-3.1.0.gh.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4
_md5_=a7a8f29a7f294cc74e75900410b7a3a6

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( >=dev-python/cryptography-3.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/fonttools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pillow-8.0.0[jpeg,jpeg2k,tiff,zlib,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyyaml[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] media-libs/jbig2dec[png] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-xdist[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-timeout[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/flit-core[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test unpack
DESCRIPTION=Python library to work with PDF files
EAPI=8
HOMEPAGE=https://pypi.org/project/pypdf/ https://github.com/py-pdf/pypdf/
INHERIT=distutils-r1
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86
LICENSE=BSD
RDEPEND=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://github.com/py-pdf/pypdf/archive/6.12.2.tar.gz -> pypdf-6.12.2.gh.tar.gz test? ( https://github.com/py-pdf/sample-files/archive/8c405ece5eff12396a34a1fae3276132002e1753.tar.gz -> pypdf-sample-files-8c405ece5eff12396a34a1fae3276132002e1753.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_=473d6888e231405cb48e904201532ef8

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( >=dev-python/cryptography-3.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/fonttools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pillow-8.0.0[jpeg,jpeg2k,tiff,zlib,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyyaml[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] media-libs/jbig2dec[png] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-xdist[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-timeout[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/flit-core[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test unpack
DESCRIPTION=Python library to work with PDF files
EAPI=8
HOMEPAGE=https://pypi.org/project/pypdf/ https://github.com/py-pdf/pypdf/
INHERIT=distutils-r1
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86
LICENSE=BSD
RDEPEND=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://github.com/py-pdf/pypdf/archive/6.13.3.tar.gz -> pypdf-6.13.3.gh.tar.gz test? ( https://github.com/py-pdf/sample-files/archive/8c405ece5eff12396a34a1fae3276132002e1753.tar.gz -> pypdf-sample-files-8c405ece5eff12396a34a1fae3276132002e1753.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_=473d6888e231405cb48e904201532ef8

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/cryptography-3.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/fonttools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/pillow-8.0.0[jpeg,jpeg2k,tiff,zlib,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pyyaml[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] media-libs/jbig2dec[png] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-xdist[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-timeout[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 ) 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_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/flit-core[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install prepare test unpack
DESCRIPTION=Python library to work with PDF files
EAPI=8
HOMEPAGE=https://pypi.org/project/pypdf/ https://github.com/py-pdf/pypdf/
INHERIT=distutils-r1
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15
KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86
LICENSE=BSD
RDEPEND=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_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/py-pdf/pypdf/archive/6.15.0.tar.gz -> pypdf-6.15.0.gh.tar.gz test? ( https://github.com/py-pdf/sample-files/archive/818dc013ad1f537198e9fcfae8a6b0dffe25ffa3.tar.gz -> pypdf-sample-files-818dc013ad1f537198e9fcfae8a6b0dffe25ffa3.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_=b38fee427a6c73405d3c4f01b0e422b5

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/beautifulsoup4[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/lxml[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/html5lib[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(-)?] ) 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(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A modern CSS selector implementation for BeautifulSoup
EAPI=8
HOMEPAGE=https://github.com/facelessuser/soupsieve/ https://pypi.org/project/soupsieve/
INHERIT=distutils-r1
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=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~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://github.com/facelessuser/soupsieve/archive/2.9.2.tar.gz -> soupsieve-2.9.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_=4cd5d569a5aad1157a9f112b8fdda6f8

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/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(-)?] verify-provenance? ( dev-python/pypi-attestations )
DEFINED_PHASES=compile configure install prepare test unpack
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=Module for decorators, wrappers and monkey patching
EAPI=8
HOMEPAGE=https://github.com/GrahamDumpleton/wrapt/ https://pypi.org/project/wrapt/
INHERIT=distutils-r1 pypi
IUSE=+native-extensions 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 debug verify-provenance
LICENSE=BSD
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/w/wrapt/wrapt-2.4.0rc1.tar.gz verify-provenance? ( https://pypi.org/integrity/wrapt/v2.4.0rc1/wrapt-2.4.0rc1.tar.gz/provenance -> wrapt-2.4.0rc1.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_=bdef6f3ea188841db40ecf9fc0a9d8ec

View File

@@ -4,11 +4,11 @@ DESCRIPTION=GitHub CLI
EAPI=9
HOMEPAGE=https://github.com/cli/cli
INHERIT=go-module
KEYWORDS=~amd64 arm64 ~loong ppc64 ~riscv
KEYWORDS=amd64 arm64 ~loong ppc64 ~riscv
LICENSE=MIT Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0 Unlicense
RDEPEND=>=dev-vcs/git-1.7.3
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/cli/cli/archive/v2.96.0.tar.gz -> github-cli-2.96.0.tar.gz https://github.com/gentoo-golang-dist/github-cli/releases/download/v2.96.0/github-cli-2.96.0-deps.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 3d4b6f3f29b3ebdeb708785b3cb1743b
_md5_=4b16414ad5b6a357ad5a44412765d2c3
_md5_=90a112878b448b88475d765b4f3eb5b5

View File

@@ -6,11 +6,11 @@ EAPI=8
HOMEPAGE=https://mesa3d.org/
INHERIT=llvm-r2 meson python-any-r1
IUSE=video_cards_asahi video_cards_panfrost debug +llvm_slot_22 llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_21
KEYWORDS=~amd64 ~arm arm64 ~x86
KEYWORDS=amd64 ~arm arm64 x86
LICENSE=MIT
RDEPEND=dev-util/spirv-tools llvm_slot_18? ( dev-util/spirv-llvm-translator:18 llvm-core/clang:18= llvm-core/llvm:18= =llvm-runtimes/libclc-18* ) llvm_slot_19? ( dev-util/spirv-llvm-translator:19 llvm-core/clang:19= llvm-core/llvm:19= =llvm-runtimes/libclc-19* ) llvm_slot_20? ( dev-util/spirv-llvm-translator:20 llvm-core/clang:20= llvm-core/llvm:20= =llvm-runtimes/libclc-20* ) llvm_slot_21? ( dev-util/spirv-llvm-translator:21 llvm-core/clang:21= llvm-core/llvm:21= =llvm-runtimes/libclc-21* ) llvm_slot_22? ( dev-util/spirv-llvm-translator:22 llvm-core/clang:22= llvm-core/llvm:22= =llvm-runtimes/libclc-22* )
REQUIRED_USE=^^ ( llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_21 llvm_slot_22 )
SLOT=0
SRC_URI=https://archive.mesa3d.org/mesa-26.1.6.tar.xz
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 56f5637f85225a4b5312d9055a7727d8 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 sysroot 4c36abaf94ebd3ab32f8abea9a444121 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 12065b402c6d78a2aec926ed8dfd964f python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=f8b4244deef2b45ea9a682ce0140eb17
_md5_=93603f5c2d1fa7237ba5be171648f248

View File

@@ -6,11 +6,11 @@ EAPI=8
HOMEPAGE=https://github.com/intel/media-driver
INHERIT=cmake-multilib flag-o-matic
IUSE=+redistributable test X abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
KEYWORDS=~amd64
KEYWORDS=amd64
LICENSE=MIT BSD redistributable? ( no-source-code )
RDEPEND=>=media-libs/gmmlib-22.10.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libva-2.22.0[X?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/intel/media-driver/archive/intel-media-26.2.4.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f
_md5_=94369aac207f133494a7a87eb107aa1b
_md5_=181a94b0d569461cfaff1a32e55241a4

File diff suppressed because one or more lines are too long

View File

@@ -6,11 +6,11 @@ EAPI=8
HOMEPAGE=https://gitlab.freedesktop.org/mesa/waffle
INHERIT=meson-multilib multilib virtualx
IUSE=doc test wayland X abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 test
KEYWORDS=~amd64 arm ~arm64 ~ppc ~ppc64 ~x86
KEYWORDS=amd64 arm ~arm64 ~ppc ~ppc64 x86
LICENSE=BSD-2
RDEPEND=>=media-libs/mesa-23[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=virtual/libudev-208:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] X? ( >=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.9.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) wayland? ( >=dev-libs/wayland-1.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] )
RESTRICT=!test? ( test ) test !test? ( test )
SLOT=0
SRC_URI=https://gitlab.freedesktop.org/mesa/waffle/-/archive/v1.8.3/waffle-v1.8.3.tar.bz2
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 sysroot 4c36abaf94ebd3ab32f8abea9a444121 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 12065b402c6d78a2aec926ed8dfd964f out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 meson-multilib 8989922d980e5e870cc3de949d1b2586 virtualx 9741d451eb64ea8bb9faee90d68a9b68
_md5_=a2b8564bf4f2faa848dba34eabb64a2d
_md5_=779817b4da2d91e9de047b88d8a5b2a5

View File

@@ -5,10 +5,10 @@ DESCRIPTION=analog / digital clock for X
EAPI=8
HOMEPAGE=https://www.x.org/ https://gitlab.freedesktop.org/xorg/app/xclock
INHERIT=xorg-meson
KEYWORDS=~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86
LICENSE=MIT
RDEPEND=x11-libs/libX11 x11-libs/libXmu x11-libs/libXrender x11-libs/libXft x11-libs/libxkbfile x11-libs/libXaw
SLOT=0
SRC_URI=https://xorg.freedesktop.org/archive/individual/app/xclock-1.2.0.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 sysroot 4c36abaf94ebd3ab32f8abea9a444121 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 12065b402c6d78a2aec926ed8dfd964f xorg-meson ad6b6b107dac4e6ccda889e5ba5519db
_md5_=c7715eb478cd8037793fc72b639833e8
_md5_=502acbbafa64d9994ef41ff37f1a3daa

View File

@@ -5,10 +5,10 @@ DESCRIPTION=simple text editor for X
EAPI=8
HOMEPAGE=https://www.x.org/ https://gitlab.freedesktop.org/xorg/app/xedit
INHERIT=xorg-meson
KEYWORDS=~amd64 ~arm64 ~hppa ~mips ppc ppc64 ~sparc ~x86
KEYWORDS=amd64 ~arm64 ~hppa ~mips ppc ppc64 ~sparc x86
LICENSE=MIT
RDEPEND=x11-libs/libXaw x11-libs/libXt x11-libs/libXmu x11-libs/libX11
SLOT=0
SRC_URI=https://xorg.freedesktop.org/archive/individual/app/xedit-1.2.5.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 sysroot 4c36abaf94ebd3ab32f8abea9a444121 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 12065b402c6d78a2aec926ed8dfd964f xorg-meson ad6b6b107dac4e6ccda889e5ba5519db
_md5_=33e90cb22145e30106b1c0e17558a67d
_md5_=80819cfdc79394d89b76805a656bc936

View File

@@ -5,10 +5,10 @@ DESCRIPTION=point and click selection of X11 font names
EAPI=8
HOMEPAGE=https://www.x.org/ https://gitlab.freedesktop.org/xorg/app/xfontsel
INHERIT=xorg-meson
KEYWORDS=~alpha ~amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos
KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos
LICENSE=MIT
RDEPEND=x11-libs/libXaw x11-libs/libXmu x11-libs/libXt x11-libs/libX11
SLOT=0
SRC_URI=https://xorg.freedesktop.org/archive/individual/app/xfontsel-1.1.2.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 sysroot 4c36abaf94ebd3ab32f8abea9a444121 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 12065b402c6d78a2aec926ed8dfd964f xorg-meson ad6b6b107dac4e6ccda889e5ba5519db
_md5_=7d918c3fc072c32702871d10fdfe5202
_md5_=fe0b78b817c4ccd02a371aa90be9f9f4

View File

@@ -5,10 +5,10 @@ EAPI=8
HOMEPAGE=https://www.freedesktop.org/wiki/Software/XKeyboardConfig/ https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config
INHERIT=meson python-any-r1
IUSE=test
KEYWORDS=~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86
LICENSE=MIT
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.48.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 sysroot 4c36abaf94ebd3ab32f8abea9a444121 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 12065b402c6d78a2aec926ed8dfd964f python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=5dc687c2ebee40272ee453f6fb0e3165
_md5_=43a842a1d6f65cf86df1d1ce771c98de

View File

@@ -5492,7 +5492,7 @@ dev-libs/boron 2.1.0: A scripting language similar to REBOL
dev-libs/botan 3.11.1 3.12.0: C++ crypto library
dev-libs/boxfort 0.1.4-r1 0.1.4-r2 0.1.5: Convenient & cross-platform sandboxing C library
dev-libs/c-blosc 1.21.6-r1: Blocking, shuffling and lossless compression library
dev-libs/c-blosc2 2.23.1 3.1.5 3.2.3 3.3.0 3.3.1: Blocking, shuffling and lossless compression library
dev-libs/c-blosc2 2.23.1 3.1.5 3.2.3 3.3.0 3.3.1 3.3.2: Blocking, shuffling and lossless compression library
dev-libs/c-capnproto 0.3-r1: C library/compiler for the Cap'n Proto serialization/RPC protocol
dev-libs/c-siphash 1.1.0-r1: Streaming-capable SipHash Implementation
dev-libs/c-stdaux 1.6.0: Auxiliary macros and functions for the C standard library
@@ -8313,7 +8313,7 @@ dev-python/appdirs 1.4.4-r3: Module for determining appropriate platform-specifi
dev-python/apprise 1.9.9 1.10.0 1.12.0: Push Notifications that work with just about every platform
dev-python/apscheduler 3.11.2 3.11.3: In-process task scheduler with Cron-like capabilities
dev-python/apsw 3.51.3.0 3.53.0.0 3.53.1.0 3.53.2.0 3.53.3.0 3.53.3.1: APSW - Another Python SQLite Wrapper
dev-python/argcomplete 3.7.0 3.7.1: Bash tab completion for argparse
dev-python/argcomplete 3.7.0 3.7.1 3.7.2: Bash tab completion for argparse
dev-python/argh 0.31.3: A simple argparse wrapper
dev-python/argon2-cffi 25.1.0: CFFI bindings to the Argon2 password hashing library
dev-python/argon2-cffi-bindings 25.1.0: Low-level CFFI bindings for the Argon2 password hashing library
@@ -8325,7 +8325,7 @@ dev-python/arrow 1.4.0: Better dates and times for Python
dev-python/asgiref 3.11.1 3.11.1-r1 3.12.1: ASGI utilities (successor to WSGI)
dev-python/asn1crypto 1.5.1_p20231012: Python ASN.1 library with a focus on performance and a pythonic API
dev-python/assertpy 1.1: Simple assertion library for unit testing in python with a fluent API
dev-python/ast-serialize 0.3.0 0.5.0 0.6.0: Python bindings for mypy AST serialization
dev-python/ast-serialize 0.6.0 0.7.0: Python bindings for mypy AST serialization
dev-python/asteval 1.0.9: Evaluator of Python expression using ast module
dev-python/astor 0.8.1-r2: Read/rewrite/write Python ASTs
dev-python/astroid 4.0.4 4.1.2: Abstract Syntax Tree for logilab packages
@@ -8385,8 +8385,8 @@ dev-python/bluelet 0.2.0-r1: Module for pure Python asynchronous I/O using corou
dev-python/blurb 2.0.0: Tool to create and manage NEWS blurbs for CPython
dev-python/boltons 26.0.0 26.1.0: Pure-python utilities in the same spirit as the standard library
dev-python/boolean-py 5.0: Define boolean algebras, create and parse boolean expressions
dev-python/boto3 1.43.29 1.43.36 1.43.40 1.43.46 1.43.51 1.43.56 1.43.61 1.43.62 1.43.63 1.43.64 1.43.65: The AWS SDK for Python
dev-python/botocore 1.43.29 1.43.36 1.43.40 1.43.46 1.43.51 1.43.56 1.43.61 1.43.62 1.43.63 1.43.64 1.43.65: Low-level, data-driven core of boto 3
dev-python/boto3 1.43.29 1.43.36 1.43.40 1.43.46 1.43.51 1.43.56 1.43.61 1.43.62 1.43.63 1.43.64 1.43.65 1.43.66: The AWS SDK for Python
dev-python/botocore 1.43.29 1.43.36 1.43.40 1.43.46 1.43.51 1.43.56 1.43.61 1.43.62 1.43.63 1.43.64 1.43.65 1.43.66: Low-level, data-driven core of boto 3
dev-python/bottle 0.13.4: A fast and simple micro-framework for small web-applications
dev-python/bottleneck 1.6.0: Fast NumPy array functions written in C
dev-python/bpython 0.26: Syntax highlighting and autocompletion for the Python interpreter
@@ -8442,7 +8442,7 @@ dev-python/clint 0.5.1-r4: Python Command-line Application Tools
dev-python/cloudpickle 3.1.2: Extended pickling support for Python objects
dev-python/cloudscraper 1.2.69-r1: A Python module to bypass Cloudflare's anti-bot page
dev-python/clr-loader 0.3.1: Generic pure Python loader for .NET runtimes
dev-python/cmd2 4.0.0 4.1.0 4.1.1 4.1.2: Extra features for standard library's cmd module
dev-python/cmd2 4.0.0 4.1.2 4.2.0: Extra features for standard library's cmd module
dev-python/colorama 0.4.6: ANSI escape character sequences for colored terminal text & cursor positioning
dev-python/colorclass 2.2.2-r1: Colorful worry-free console applications for multiple platforms
dev-python/colored-traceback 0.4.2: Automatically color Python's uncaught exception tracebacks
@@ -8467,7 +8467,7 @@ dev-python/construct 2.10.70: A powerful declarative parser for binary data
dev-python/contourpy 1.3.3-r1: Python library for calculating contours in 2D quadrilateral grids
dev-python/conway-polynomials 0.10: Python interface to Frank Lübeck's Conway polynomial database
dev-python/cookies 2.2.1-r2: Friendlier RFC 6265-compliant cookie parser/renderer
dev-python/coverage 7.14.3 7.15.2 7.15.3: Code coverage measurement for Python
dev-python/coverage 7.14.3 7.15.2 7.15.3 7.15.4: Code coverage measurement for Python
dev-python/cppheaderparser 2.7.4-r1: Parse C++ header files and generate a data structure
dev-python/cppy 1.3.1: C++ header library which makes it easier to write Python extension modules
dev-python/cramjam 2.11.0 2.12.0_rc1: Thin Python bindings to de/compression algorithms in Rust
@@ -8674,14 +8674,14 @@ dev-python/gitdb 4.0.12: GitDB is a pure-Python git object database
dev-python/github3-py 4.0.1: A wrapper for the GitHub API written in python
dev-python/gitpython 3.1.57 3.1.58: Library used to interact with Git repositories
dev-python/gmpy2 2.3.0 2.3.1 2.4.0_alpha0: Python bindings for GMP, MPC, MPFR and MPIR libraries
dev-python/google-api-core 2.31.0 2.32.0 2.33.0: Core Library for Google Client Libraries
dev-python/google-api-core 2.31.0 2.32.0 2.33.0 2.34.0: Core Library for Google Client Libraries
dev-python/google-api-python-client 2.197.0 2.198.0: Google API Client for Python
dev-python/google-auth 2.54.0 2.55.2 2.56.0 2.56.2: Google Authentication Library
dev-python/google-auth-httplib2 0.4.0: httplib2 Transport for Google Auth
dev-python/google-auth 2.54.0 2.55.2 2.56.2 2.56.3: Google Authentication Library
dev-python/google-auth-httplib2 0.4.0 0.4.1: httplib2 Transport for Google Auth
dev-python/google-auth-oauthlib 1.4.0: Google Authentication Library
dev-python/google-i18n-address 3.1.1: Google's i18n address metadata repository
dev-python/google-pasta 0.2.0-r2: AST-based Python refactoring library
dev-python/googleapis-common-protos 1.75.0: Python classes generated from the common protos in the googleapis repository
dev-python/googleapis-common-protos 1.75.0 1.75.1: Python classes generated from the common protos in the googleapis repository
dev-python/gpep517 19 20: A backend script to aid installing Python packages in Gentoo
dev-python/gpgmepy 2.0.0-r1: GnuPG Made Easy is a library for making GnuPG easier to use (Python bindings)
dev-python/gpt-image 0.9.1: Tool to create GPT disk image files
@@ -8882,7 +8882,7 @@ dev-python/libevdev 0.13.1: Python wrappers for the libevdev library
dev-python/liblarch 3.2.0: Library to handle directed acyclic graphs
dev-python/libnacl 2.1.0: Python ctypes wrapper for libsodium
dev-python/libpass 1.9.3: Fork of passlib, a password hashing framework
dev-python/librt 0.11.0 0.12.0 0.13.0: Mypyc runtime library
dev-python/librt 0.12.0 0.13.0 0.14.0: Mypyc runtime library
dev-python/libsass 0.23.0-r1: A straightforward binding of libsass for Python
dev-python/libtmux 0.46.2 0.52.1 0.53.0 0.53.1 0.55.0 0.55.1 0.56.0 0.57.1 0.58.0 0.58.1 0.59.0 0.60.0 0.61.0 0.62.0: Typed library that provides an ORM wrapper for tmux, a terminal multiplexer
dev-python/libusb1 3.4.0: Python ctype-based wrapper around libusb1
@@ -8992,7 +8992,7 @@ dev-python/nbclassic 1.3.3: Jupyter Notebook as a Jupyter Server Extension
dev-python/nbclient 0.11.0: A client library for executing Jupyter notebooks
dev-python/nbconvert 7.17.1: Converting Jupyter Notebooks
dev-python/nbdime 4.0.4: Diff and merge of Jupyter Notebooks
dev-python/nbformat 5.10.4: Reference implementation of the Jupyter Notebook format
dev-python/nbformat 5.10.4 5.11.0: Reference implementation of the Jupyter Notebook format
dev-python/nbsphinx 0.9.8: Jupyter Notebook Tools for Sphinx
dev-python/nbval 0.11.0: A pytest plugin to validate Jupyter notebooks
dev-python/nbxmpp 6.4.0 7.1.0 7.2.0 7.3.0: Python library to use Jabber/XMPP networks in a non-blocking way
@@ -9107,7 +9107,7 @@ dev-python/pickleshare 0.7.5-r1: A small 'shelve' like datastore with concurrenc
dev-python/picobox 4.0.0: Dependency injection framework designed with Python in mind
dev-python/pid 3.0.4-r1: Pidfile featuring stale detection and file-locking
dev-python/piexif 1.1.3-r4: Exif manipulation with pure Python
dev-python/pika 1.4.1 1.4.2: Pure-Python implementation of the AMQP
dev-python/pika 1.4.2 1.4.4: Pure-Python implementation of the AMQP
dev-python/pikepdf 10.5.1 10.7.3 10.8.0 10.10.0 10.11.0: Python library to work with pdf files based on qpdf
dev-python/pillow 12.2.0 12.2.0-r1 12.3.0: Python Imaging Library (fork)
dev-python/pip 26.1.2 26.1.2-r1: The PyPA recommended tool for installing Python packages
@@ -9149,7 +9149,7 @@ dev-python/progressbar2 4.5.0: Text progressbar library for python
dev-python/prometheus-client 0.25.0 0.26.0: Python client for the Prometheus monitoring system
dev-python/prompt-toolkit 3.0.52 3.0.53: Building powerful interactive command lines in Python
dev-python/propcache 0.5.2: Accelerated property cache
dev-python/proto-plus 1.28.0 1.28.1 1.28.2: Beautiful, Pythonic protocol buffers
dev-python/proto-plus 1.28.0 1.28.1 1.28.2 1.28.3: Beautiful, Pythonic protocol buffers
dev-python/protobuf 5.29.6 6.31.1 6.33.6 7.34.1 7.34.2 7.35.1: Google's Protocol Buffers - Python bindings
dev-python/psutil 7.2.2: Retrieve information on running processes and system utilization
dev-python/psycopg 2.9.12 3.3.4: PostgreSQL database adapter for Python
@@ -9176,7 +9176,7 @@ dev-python/pyasynchat 1.0.5: Make asynchat available for Python 3.12 onwards
dev-python/pyasyncore 1.0.5: Make asyncore available for Python 3.12 onwards
dev-python/pyatspi 2.58.2: Python client bindings for D-Bus AT-SPI
dev-python/pyaudio 0.2.14 0.2.14-r1: Python bindings for PortAudio
dev-python/pybind11 3.0.1 3.0.4: AST-based Python refactoring library
dev-python/pybind11 3.0.1 3.0.4 3.1.0: AST-based Python refactoring library
dev-python/pybtex 0.26.1: BibTeX-compatible bibliography processor
dev-python/pybtex-docutils 1.0.3: A docutils backend for pybtex
dev-python/pycairo 1.29.0-r1: Python bindings for the cairo library
@@ -9273,7 +9273,7 @@ dev-python/pyotp 2.9.0 2.10.0: PyOTP is a Python library for generating and veri
dev-python/pyparsing 3.3.2: Easy-to-use Python module for text parsing
dev-python/pyparted 3.13.0: Python bindings for sys-block/parted
dev-python/pypax 0.9.5-r2 9999: Python module to get or set either PT_PAX and/or XATTR_PAX flags
dev-python/pypdf 6.12.2 6.13.3 6.14.2: Python library to work with PDF files
dev-python/pypdf 6.14.2 6.15.0: Python library to work with PDF files
dev-python/pyperclip 1.11.0: A cross-platform clipboard module for Python
dev-python/pyphen 0.17.2: Python module for hyphenation using hunspell dictionaries
dev-python/pypi-attestations 0.0.29 0.0.30: Convert between Sigstore Bundles and PEP-740 Attestation objects
@@ -9639,7 +9639,7 @@ dev-python/socketio-client-nexus 0.7.6: A socket.io 2.x client library for Pytho
dev-python/socksio 1.0.0: Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5
dev-python/sortedcontainers 2.4.0-r1: Python library to sort collections and containers
dev-python/soundfile 0.14.0: audio library based on libsndfile, CFFI and NumPy
dev-python/soupsieve 2.8.4 2.9 2.9.1: A modern CSS selector implementation for BeautifulSoup
dev-python/soupsieve 2.8.4 2.9 2.9.1 2.9.2: A modern CSS selector implementation for BeautifulSoup
dev-python/spake2 0.9: python implementation of SPAKE2 password-authenticated key exchange algorithm
dev-python/speg 0.3_p20180819-r2: A PEG-based parser interpreter with memoization
dev-python/sphinx 9.1.0 9.1.0-r1: Python documentation generator
@@ -9883,7 +9883,7 @@ dev-python/whenever 0.10.2 0.10.3 0.10.4: Modern datetime library for Python
dev-python/whisper 1.1.10: Fixed size round-robin style database
dev-python/whoosh 2.7.4-r2: Fast, pure-Python full text indexing, search and spell checking library
dev-python/widgetsnbextension 4.0.15: IPython HTML widgets for Jupyter
dev-python/wrapt 2.2.1 2.2.2 2.3.0: Module for decorators, wrappers and monkey patching
dev-python/wrapt 2.2.1 2.2.2 2.3.0 2.4.0_rc1: Module for decorators, wrappers and monkey patching
dev-python/wsaccel 0.6.7: Accelerator for ws4py, autobahn and tornado
dev-python/wsgiproxy2 0.5.1-r1: HTTP proxying tools for WSGI apps
dev-python/wsproto 1.3.2: WebSockets state-machine based protocol implementation

View File

@@ -1 +1 @@
Fri, 07 Aug 2026 01:45:59 +0000
Fri, 07 Aug 2026 02:30:59 +0000