2026-09-16 04:15:54 UTC

This commit is contained in:
Repository mirror & CI
2026-09-16 04:15:54 +00:00
parent aafe9f03e4
commit fe3593c945
32 changed files with 397 additions and 79 deletions

View File

@@ -0,0 +1,13 @@
BDEPEND=>=dev-lang/go-1.26.0:= >=dev-lang/go-1.24.11:= app-arch/unzip
DEFINED_PHASES=compile configure install test unpack
DESCRIPTION=Signature-based file format identification
EAPI=9
HOMEPAGE=https://www.itforarchivists.com/siegfried/ https://github.com/richardlehane/siegfried/
INHERIT=go-module
KEYWORDS=~amd64
LICENSE=Apache-2.0 BSD
RDEPEND=!app-misc/dfshow
SLOT=0
SRC_URI=https://github.com/richardlehane/siegfried/archive/v1.11.8.tar.gz -> siegfried-1.11.8.gh.tar.gz https://github.com/richardlehane/siegfried/releases/download/v1.11.8/data_1-11-8.zip -> siegfried-1.11.8-data.zip https://github.com/gentoo-golang-dist/siegfried/releases/download/v1.11.8/siegfried-1.11.8-deps.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 3d4b6f3f29b3ebdeb708785b3cb1743b
_md5_=f6c63cf65d85ce479a23158cc836db26

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-libs/aws-c-common app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-libs/aws-c-auth-1.0.0:= >=dev-libs/aws-c-cal-1.0.0:= >=dev-libs/aws-c-common-1.0.0:= >=dev-libs/aws-c-http-1.0.0:= >=dev-libs/aws-c-io-1.0.0:= >=dev-libs/aws-checksums-1.0.0:=
DESCRIPTION=AWS C S3 async library
EAPI=8
HOMEPAGE=https://github.com/awslabs/aws-c-s3
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64 ~arm64 ~riscv
LICENSE=Apache-2.0
RDEPEND=>=dev-libs/aws-c-auth-1.0.0:= >=dev-libs/aws-c-cal-1.0.0:= >=dev-libs/aws-c-common-1.0.0:= >=dev-libs/aws-c-http-1.0.0:= >=dev-libs/aws-c-io-1.0.0:= >=dev-libs/aws-checksums-1.0.0:=
RESTRICT=!test? ( test )
SLOT=0/1.1
SRC_URI=https://github.com/awslabs/aws-c-s3/archive/refs/tags/v1.1.2.tar.gz -> aws-c-s3-1.1.2.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3530055400d05e64deaba3042af30af6
_md5_=377ce1d3f056e5a1a233cc368e26865b

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( dev-python/h2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/websockets[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( dev-libs/aws-c-common:= dev-libs/aws-c-auth:= dev-libs/aws-c-sdkutils:= dev-libs/aws-c-cal:= dev-libs/aws-c-io:= dev-libs/aws-c-compression:= dev-libs/aws-c-event-stream:= dev-libs/aws-c-http:= dev-libs/aws-c-auth:= dev-libs/aws-c-mqtt:= dev-libs/aws-c-s3:= dev-libs/aws-checksums:= dev-libs/openssl:= dev-libs/s2n-tls:= ) 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
DEPEND=dev-libs/aws-c-common:= dev-libs/aws-c-auth:= dev-libs/aws-c-sdkutils:= dev-libs/aws-c-cal:= dev-libs/aws-c-io:= dev-libs/aws-c-compression:= dev-libs/aws-c-event-stream:= dev-libs/aws-c-http:= dev-libs/aws-c-auth:= dev-libs/aws-c-mqtt:= dev-libs/aws-c-s3:= dev-libs/aws-checksums:= dev-libs/openssl:= dev-libs/s2n-tls:= 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=A common runtime for AWS Python projects
EAPI=8
HOMEPAGE=https://github.com/awslabs/aws-crt-python/ https://pypi.org/project/awscrt/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 debug
KEYWORDS=~amd64 ~arm64 ~riscv
LICENSE=Apache-2.0
RDEPEND=dev-libs/aws-c-common:= dev-libs/aws-c-auth:= dev-libs/aws-c-sdkutils:= dev-libs/aws-c-cal:= dev-libs/aws-c-io:= dev-libs/aws-c-compression:= dev-libs/aws-c-event-stream:= dev-libs/aws-c-http:= dev-libs/aws-c-auth:= dev-libs/aws-c-mqtt:= dev-libs/aws-c-s3:= dev-libs/aws-checksums:= dev-libs/openssl:= dev-libs/s2n-tls:= 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/a/awscrt/awscrt-0.36.2.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=54308f7038fb0e3175635d4c6a37913e

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/h2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/websockets[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( >=dev-libs/aws-c-common-1.0.0:= >=dev-libs/aws-c-auth-1.0.0:= >=dev-libs/aws-c-sdkutils-1.0.0:= >=dev-libs/aws-c-cal-1.0.0:= >=dev-libs/aws-c-io-1.0.0:= >=dev-libs/aws-c-compression-1.0.0:= >=dev-libs/aws-c-event-stream-1.0.0:= >=dev-libs/aws-c-http-1.0.0:= >=dev-libs/aws-c-auth-1.0.0:= >=dev-libs/aws-c-mqtt-1.0.0:= >=dev-libs/aws-c-s3-1.0.0:= >=dev-libs/aws-checksums-1.0.0:= dev-libs/openssl:= dev-libs/s2n-tls:= ) 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
DEPEND=>=dev-libs/aws-c-common-1.0.0:= >=dev-libs/aws-c-auth-1.0.0:= >=dev-libs/aws-c-sdkutils-1.0.0:= >=dev-libs/aws-c-cal-1.0.0:= >=dev-libs/aws-c-io-1.0.0:= >=dev-libs/aws-c-compression-1.0.0:= >=dev-libs/aws-c-event-stream-1.0.0:= >=dev-libs/aws-c-http-1.0.0:= >=dev-libs/aws-c-auth-1.0.0:= >=dev-libs/aws-c-mqtt-1.0.0:= >=dev-libs/aws-c-s3-1.0.0:= >=dev-libs/aws-checksums-1.0.0:= dev-libs/openssl:= dev-libs/s2n-tls:= 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=A common runtime for AWS Python projects
EAPI=8
HOMEPAGE=https://github.com/awslabs/aws-crt-python/ https://pypi.org/project/awscrt/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 debug
KEYWORDS=~amd64 ~arm64 ~riscv
LICENSE=Apache-2.0
RDEPEND=>=dev-libs/aws-c-common-1.0.0:= >=dev-libs/aws-c-auth-1.0.0:= >=dev-libs/aws-c-sdkutils-1.0.0:= >=dev-libs/aws-c-cal-1.0.0:= >=dev-libs/aws-c-io-1.0.0:= >=dev-libs/aws-c-compression-1.0.0:= >=dev-libs/aws-c-event-stream-1.0.0:= >=dev-libs/aws-c-http-1.0.0:= >=dev-libs/aws-c-auth-1.0.0:= >=dev-libs/aws-c-mqtt-1.0.0:= >=dev-libs/aws-c-s3-1.0.0:= >=dev-libs/aws-checksums-1.0.0:= dev-libs/openssl:= dev-libs/s2n-tls:= 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/a/awscrt/awscrt-0.36.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=9da128b5a605f3e0e764fe642ca98e69

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/botocore-1.43.95[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
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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
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.95[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.95.tar.gz -> boto3-1.43.95.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937
_md5_=08c1f03dfba02bdd6a509f90c02506bb

View File

@@ -0,0 +1,17 @@
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
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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
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.95.tar.gz -> botocore-1.43.95.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937
_md5_=7a432b756d600982b30bbd976f4cc75b

View File

@@ -6,12 +6,12 @@ EAPI=8
HOMEPAGE=https://github.com/tox-dev/filelock/ https://pypi.org/project/filelock/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14t python_targets_python3_14 python_targets_python3_15t python_targets_python3_15 verify-provenance
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos
LICENSE=MIT
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14t? ( dev-lang/python:3.14t ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_15? ( dev-lang/python:3.15 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14t python_targets_python3_14 python_targets_python3_15t python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/f/filelock/filelock-3.31.0.tar.gz verify-provenance? ( https://pypi.org/integrity/filelock/v3.31.0/filelock-3.31.0.tar.gz/provenance -> filelock-3.31.0.tar.gz.provenance )
SRC_URI=https://files.pythonhosted.org/packages/source/f/filelock/filelock-3.32.7.tar.gz verify-provenance? ( https://pypi.org/integrity/filelock/v3.32.7/filelock-3.32.7.tar.gz/provenance -> filelock-3.32.7.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=ef01427fdabc4d26224f05c5a187fea2
_md5_=ffc05c444309dc5a81524f8bc76b8d0e

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( dev-python/flask-caching[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( app-arch/brotli[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/flask[python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_12? ( dev-python/backports-zstd[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( dev-python/backports-zstd[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
DESCRIPTION=Compress responses in your Flask app with gzip
EAPI=8
HOMEPAGE=https://github.com/colour-science/flask-compress/ https://pypi.org/project/Flask-Compress/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13
KEYWORDS=amd64 arm64 x86
LICENSE=MIT
RDEPEND=app-arch/brotli[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/flask[python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_12? ( dev-python/backports-zstd[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( dev-python/backports-zstd[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/F/Flask-Compress/flask_compress-1.23.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=ba437c041f37b7388f20a86fe95d63ff

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/flask-caching[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( app-arch/brotli[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/flask[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] python_targets_python3_12? ( dev-python/backports-zstd[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( dev-python/backports-zstd[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) >=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
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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
DESCRIPTION=Compress responses in your Flask app with gzip
EAPI=8
HOMEPAGE=https://github.com/colour-science/flask-compress/ https://pypi.org/project/Flask-Compress/
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 ~arm64 ~x86
LICENSE=MIT
RDEPEND=app-arch/brotli[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/flask[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] python_targets_python3_12? ( dev-python/backports-zstd[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( dev-python/backports-zstd[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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/F/Flask-Compress/flask_compress-1.25.tar.gz verify-provenance? ( https://pypi.org/integrity/Flask-Compress/v1.25/flask_compress-1.25.tar.gz/provenance -> flask_compress-1.25.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=40533b59eef4f39a1d987b6a8d1903ee

View File

@@ -0,0 +1,17 @@
BDEPEND=dev-python/hatch-jupyter-builder[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/ipykernel[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/anyio-3.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/argon2-cffi-21.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jinja2-3.0.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jupyter-client-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jupyter-core-5.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jupyter-server-terminals-0.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jupyter-events-0.11.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/nbconvert-6.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/nbformat-5.3.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/packaging-22.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/prometheus-client-0.9[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyzmq-24[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/send2trash-1.8.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/terminado-0.8.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tornado-6.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/traitlets-5.6.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/websocket-client-1.7[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-console-scripts[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-jupyter[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(-)?] dev-python/pytest-tornasync[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/hatchling[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
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=Core services, APIs, and REST endpoints to Jupyter web applications
EAPI=8
HOMEPAGE=https://jupyter.org/ https://github.com/jupyter-server/jupyter_server/ https://pypi.org/project/jupyter-server/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=BSD
RDEPEND=>=dev-python/anyio-3.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/argon2-cffi-21.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jinja2-3.0.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jupyter-client-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jupyter-core-5.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jupyter-server-terminals-0.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jupyter-events-0.11.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/nbconvert-6.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/nbformat-5.3.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/packaging-22.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/prometheus-client-0.9[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyzmq-24[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/send2trash-1.8.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/terminado-0.8.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tornado-6.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/traitlets-5.6.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/websocket-client-1.7[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/j/jupyter-server/jupyter_server-2.21.1.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=8275cdc2bea006b632d42861c0dc4f5e

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/cryptography-49.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/typing-extensions-4.5.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(-)?] ) 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/hatchling[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_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=Implements JWK,JWS,JWE specifications using python-cryptography
EAPI=8
HOMEPAGE=https://github.com/latchset/jwcrypto/ https://pypi.org/project/jwcrypto/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15
KEYWORDS=~amd64 ~arm64 ~riscv ~x86
LICENSE=LGPL-3+
RDEPEND=>=dev-python/cryptography-49.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/typing-extensions-4.5.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://files.pythonhosted.org/packages/source/j/jwcrypto/jwcrypto-1.6.1.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=fc242d18f7b2a92e6dd1b7ebc7ec0ac2

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/matplotlib-3.2.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/sphinx-6[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(-)?]
DEFINED_PHASES=compile configure install prepare test
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=Sphinx extension to support docstrings in Numpy format
EAPI=8
HOMEPAGE=https://numpydoc.readthedocs.io/en/latest/ https://github.com/numpy/numpydoc/ https://pypi.org/project/numpydoc/
INHERIT=distutils-r1
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos
LICENSE=BSD
RDEPEND=>=dev-python/sphinx-6[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://github.com/numpy/numpydoc/archive/v1.11.0.tar.gz -> numpydoc-1.11.0.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937
_md5_=01ffea9c36dfb82e3b94f5e37ec807d9

View File

@@ -12,6 +12,6 @@ RDEPEND=>=dev-python/narwhals-1.15.1[python_targets_python3_12(-)?,python_target
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/plotly/plotly.py/archive/refs/tags/v6.9.0.tar.gz -> plotly.py-6.9.0.gh.tar.gz
SRC_URI=https://github.com/plotly/plotly.py/archive/refs/tags/v7.1.0.tar.gz -> plotly.py-7.1.0.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937
_md5_=9bd50221b07f57bee716ca17cbfdd2ef

View File

@@ -0,0 +1,17 @@
BDEPEND=native-extensions? ( dev-python/cython[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14t(-)?,python_targets_python3_14(-)?,python_targets_python3_15t(-)?,python_targets_python3_15(-)?] ) dev-python/expandvars[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14t(-)?,python_targets_python3_14(-)?,python_targets_python3_15t(-)?,python_targets_python3_15(-)?] dev-python/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14t(-)?,python_targets_python3_14(-)?,python_targets_python3_15t(-)?,python_targets_python3_15(-)?] test? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14t(-)?,python_targets_python3_14(-)?,python_targets_python3_15t(-)?,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_14t? ( dev-lang/python:3.14t ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_15? ( dev-lang/python:3.15 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14t(-)?,python_targets_python3_14(-)?,python_targets_python3_15t(-)?,python_targets_python3_15(-)?] 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_14t? ( dev-lang/python:3.14t ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_15? ( dev-lang/python:3.15 )
DESCRIPTION=Accelerated property cache
EAPI=8
HOMEPAGE=https://github.com/aio-libs/propcache/ https://pypi.org/project/propcache/
INHERIT=distutils-r1 pypi
IUSE=+native-extensions test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14t python_targets_python3_14 python_targets_python3_15t python_targets_python3_15 debug verify-provenance
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=Apache-2.0
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14t? ( dev-lang/python:3.14t ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_15? ( dev-lang/python:3.15 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14t python_targets_python3_14 python_targets_python3_15t python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/propcache/propcache-0.5.4.tar.gz verify-provenance? ( https://pypi.org/integrity/propcache/v0.5.4/propcache-0.5.4.tar.gz/provenance -> propcache-0.5.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=1a788060c67842a4f4ccb10461f43452

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/pygments-2.19.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( >=dev-python/markdown-3.6[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(-)?] >=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/hatchling[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_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=Extensions for Python Markdown
EAPI=8
HOMEPAGE=https://github.com/facelessuser/pymdown-extensions/ https://pypi.org/project/pymdown-extensions/
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 ~riscv ~x86
LICENSE=MIT
RDEPEND=>=dev-python/markdown-3.6[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(-)?] 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/p/pymdown-extensions/pymdown_extensions-12.0.1.tar.gz verify-provenance? ( https://pypi.org/integrity/pymdown-extensions/v12.0.1/pymdown_extensions-12.0.1.tar.gz/provenance -> pymdown_extensions-12.0.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=fa162dbf102a0811f7753f1378972c5c

View File

@@ -6,12 +6,12 @@ EAPI=8
HOMEPAGE=https://github.com/tox-dev/pyproject-api/ https://pypi.org/project/pyproject-api/
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=~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=>=dev-python/packaging-25[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/p/pyproject-api/pyproject_api-1.10.1.tar.gz verify-provenance? ( https://pypi.org/integrity/pyproject-api/v1.10.1/pyproject_api-1.10.1.tar.gz/provenance -> pyproject_api-1.10.1.tar.gz.provenance )
SRC_URI=https://files.pythonhosted.org/packages/source/p/pyproject-api/pyproject_api-1.11.1.tar.gz verify-provenance? ( https://pypi.org/integrity/pyproject-api/v1.11.1/pyproject_api-1.11.1.tar.gz/provenance -> pyproject_api-1.11.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=2ca6a90c80bfdcc27dbba1c3320846e5
_md5_=57cb4f22b77ccbfd2545dd27d3535446

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/testpath[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14t(-)?,python_targets_python3_14(-)?,python_targets_python3_15t(-)?,python_targets_python3_15(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14t(-)?,python_targets_python3_14(-)?,python_targets_python3_15t(-)?,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_14t? ( dev-lang/python:3.14t ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_15? ( dev-lang/python:3.15 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14t(-)?,python_targets_python3_14(-)?,python_targets_python3_15t(-)?,python_targets_python3_15(-)?] dev-python/flit-core[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14t(-)?,python_targets_python3_14(-)?,python_targets_python3_15t(-)?,python_targets_python3_15(-)?] 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_14t? ( dev-lang/python:3.14t ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_15? ( dev-lang/python:3.15 )
DESCRIPTION=Wrappers to build Python packages using PEP 517 hooks
EAPI=8
HOMEPAGE=https://pypi.org/project/pyproject-hooks/ https://github.com/pypa/pyproject-hooks/ https://pyproject-hooks.readthedocs.io/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14t python_targets_python3_14 python_targets_python3_15t python_targets_python3_15 verify-provenance
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=MIT
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14t? ( dev-lang/python:3.14t ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_15? ( dev-lang/python:3.15 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14t python_targets_python3_14 python_targets_python3_15t python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pyproject-hooks/pyproject_hooks-1.3.0.tar.gz verify-provenance? ( https://pypi.org/integrity/pyproject-hooks/v1.3.0/pyproject_hooks-1.3.0.tar.gz/provenance -> pyproject_hooks-1.3.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=92ebb94a40751663b1b268326f9d9318

View File

@@ -0,0 +1,17 @@
BDEPEND=dev-python/cython[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] test? ( 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] ) ) test? ( >=dev-python/typing-extensions-4.6.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-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(-)?] ) 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/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=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?] )
DESCRIPTION=Python SQL toolkit and Object Relational Mapper
EAPI=8
HOMEPAGE=https://www.sqlalchemy.org/ https://pypi.org/project/SQLAlchemy/ https://github.com/sqlalchemy/sqlalchemy/
INHERIT=distutils-r1 optfeature pypi
IUSE=examples +sqlite test test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 debug
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris
LICENSE=MIT
RDEPEND=>=dev-python/typing-extensions-4.6.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[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/S/SQLAlchemy/sqlalchemy-2.0.54.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 optfeature 58cc13bdc4e9a204077e1e7c9a1d7988 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=2f0ca165d5c74ae00df1bae0feec7119

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/cython[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/numpy[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/scipy[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? ( >=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
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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
DESCRIPTION=Limit the number of threads used in native libs that have their own threadpool
EAPI=8
HOMEPAGE=https://github.com/joblib/threadpoolctl/ https://pypi.org/project/threadpoolctl/
INHERIT=distutils-r1 toolchain-funcs
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 ~arm64-macos ~x64-macos
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/joblib/threadpoolctl/archive/3.7.0.tar.gz -> threadpoolctl-3.7.0.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937
_md5_=34d5a12893b280f7fac13bb88b97ded1

View File

@@ -12,6 +12,6 @@ RDEPEND=>=dev-python/numpy-2.1[python_targets_python3_12(-)?,python_targets_pyth
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/cgohlke/tifffile/archive/v2026.8.23.tar.gz -> tifffile-2026.8.23.gh.tar.gz
SRC_URI=https://github.com/cgohlke/tifffile/archive/v2026.9.15.tar.gz -> tifffile-2026.9.15.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937
_md5_=0b537aaef41645d2551f67b5d9e9cb91

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/twisted-16.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] python_targets_python3_13? ( >=dev-python/pycurl-7.19.3.1[python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) python_targets_python3_14? ( >=dev-python/pycurl-7.19.3.1[python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) python_targets_python3_15? ( >=dev-python/pycurl-7.19.3.1[python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] ) python_targets_python3_13? ( dev-lang/python:3.13[threads(+)] ) python_targets_python3_14? ( dev-lang/python:3.14[threads(+)] ) python_targets_python3_15? ( dev-lang/python:3.15[threads(+)] ) >=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
DEPEND=python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] ) python_targets_python3_13? ( dev-lang/python:3.13[threads(+)] ) python_targets_python3_14? ( dev-lang/python:3.14[threads(+)] ) python_targets_python3_15? ( dev-lang/python:3.15[threads(+)] )
DESCRIPTION=Python web framework and asynchronous networking library
EAPI=8
HOMEPAGE=https://www.tornadoweb.org/ https://github.com/tornadoweb/tornado/ https://pypi.org/project/tornado/
INHERIT=distutils-r1 pypi
IUSE=test 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 ~arm64-macos ~x64-macos
LICENSE=Apache-2.0
RDEPEND=>=dev-python/twisted-16.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] ) python_targets_python3_13? ( dev-lang/python:3.13[threads(+)] ) python_targets_python3_14? ( dev-lang/python:3.14[threads(+)] ) python_targets_python3_15? ( dev-lang/python:3.15[threads(+)] )
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/t/tornado/tornado-6.5.10.tar.gz verify-provenance? ( https://pypi.org/integrity/tornado/v6.5.10/tornado-6.5.10.tar.gz/provenance -> tornado-6.5.10.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=ac718e8a7d3b128b490f756fdefe8409

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( >=dev-python/unidecode-1.3.6[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( >=dev-python/babelfish-0.6.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/pyyaml-6.0.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/rebulk-3.1.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(-)?] ) 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/poetry-core[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
BDEPEND=test? ( >=dev-python/unidecode-1.3.6[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( >=dev-python/babelfish-0.6.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/pyyaml-6.0.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/rebulk-3.1.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(-)?] ) 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/hatchling[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_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=Guess additional information from titles in media tracks
@@ -6,12 +6,12 @@ EAPI=8
HOMEPAGE=https://github.com/ratoaq2/trakit/ https://pypi.org/project/trakit/
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 ~x86
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=MIT
RDEPEND=>=dev-python/babelfish-0.6.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/pyyaml-6.0.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/rebulk-3.1.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://files.pythonhosted.org/packages/source/t/trakit/trakit-0.2.5.tar.gz
SRC_URI=https://files.pythonhosted.org/packages/source/t/trakit/trakit-0.4.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=c3c24b214643b0c39f69c0945bb64fdd
_md5_=881ba20d84d22eef419eb73ba243a792

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,17 @@
BDEPEND=virtual/pkgconfig test? ( dev-lang/python:3.9 dev-lang/python:3.10 dev-lang/python:3.11 dev-lang/python:3.12 dev-lang/python:3.13 !!~dev-python/uv-0.5.0 ) || ( >=dev-lang/rust-bin-1.96.1:* >=dev-lang/rust-1.96.1:* )
DEFINED_PHASES=compile configure install prepare pretend setup test unpack
DEPEND=app-arch/bzip2:= app-arch/xz-utils:= app-arch/zstd:=
DESCRIPTION=A Python package installer and resolver, written in Rust
EAPI=8
HOMEPAGE=https://github.com/astral-sh/uv/ https://pypi.org/project/uv/
INHERIT=cargo check-reqs
IUSE=test debug
KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86
LICENSE=|| ( Apache-2.0 MIT ) 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT MIT-0 MPL-2.0 Unicode-3.0 Unicode-DFS-2016 ZLIB openssl
PROPERTIES=test_network
RDEPEND=app-arch/bzip2:= app-arch/xz-utils:= app-arch/zstd:=
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/astral-sh/uv/archive/0.12.15.tar.gz -> uv-0.12.15.gh.tar.gz https://github.com/gentoo-crate-dist/uv/releases/download/0.12.15/uv-0.12.15-crates.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust 71b6825bd86e342e1540c76cc6fe864b rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo bff30f59ca59b09857b787ac644b2e4c check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c
_md5_=19bed4a954f829587e33a1b7dbb7cb73

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( app-arch/unzip dev-python/build[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(-)?]
DEFINED_PHASES=compile configure install prepare test
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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
DESCRIPTION=PEP517 uv build backend
EAPI=8
HOMEPAGE=https://github.com/astral-sh/uv/ https://pypi.org/project/uv-build/
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 ~ppc ~ppc64 ~riscv ~s390 ~x86
LICENSE=|| ( Apache-2.0 MIT )
RDEPEND=>=dev-python/uv-0.12.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/u/uv-build/uv_build-0.12.15.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=02c4c0e08fb6252f11c0ecff1d299bb9

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/psutil[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( x11-base/xorg-server[xvfb] >=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(-)?]
DEFINED_PHASES=compile configure install prepare test
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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
DESCRIPTION=Python wrapper for running a display inside X virtual framebuffer
EAPI=8
HOMEPAGE=https://github.com/cgoldberg/xvfbwrapper/ https://pypi.org/project/xvfbwrapper/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=x11-base/xorg-server[xvfb] 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/x/xvfbwrapper/xvfbwrapper-0.2.34.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=19abc159a9aab79a4249c2945779f416

View File

@@ -6,12 +6,12 @@ EAPI=8
HOMEPAGE=https://github.com/aio-libs/yarl/ https://pypi.org/project/yarl/
INHERIT=distutils-r1 pypi
IUSE=+native-extensions test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14t python_targets_python3_14 python_targets_python3_15t python_targets_python3_15 debug verify-provenance
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=Apache-2.0
RDEPEND=>=dev-python/idna-2.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14t(-)?,python_targets_python3_14(-)?,python_targets_python3_15t(-)?,python_targets_python3_15(-)?] >=dev-python/multidict-4.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14t(-)?,python_targets_python3_14(-)?,python_targets_python3_15t(-)?,python_targets_python3_15(-)?] >=dev-python/propcache-0.2.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14t(-)?,python_targets_python3_14(-)?,python_targets_python3_15t(-)?,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_14t? ( dev-lang/python:3.14t ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15t? ( dev-lang/python:3.15t ) python_targets_python3_15? ( dev-lang/python:3.15 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14t python_targets_python3_14 python_targets_python3_15t python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/y/yarl/yarl-1.24.2.tar.gz verify-provenance? ( https://pypi.org/integrity/yarl/v1.24.2/yarl-1.24.2.tar.gz/provenance -> yarl-1.24.2.tar.gz.provenance )
SRC_URI=https://files.pythonhosted.org/packages/source/y/yarl/yarl-1.25.1.tar.gz verify-provenance? ( https://pypi.org/integrity/yarl/v1.25.1/yarl-1.25.1.tar.gz/provenance -> yarl-1.25.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 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=3aa6100b9d0ebcd37f590cd7dca09d48
_md5_=4748695072b9de7c51d651023d0ac281

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( sys-apps/bubblewrap sys-apps/dbus ) || ( >=dev-lang/rust-bin-1.93.0:* >=dev-lang/rust-1.93.0:* ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install setup test unpack
DEPEND=!>=media-libs/glycin-loaders-2:0 >=dev-libs/glib-2.68.0:2 >=sys-libs/libseccomp-2.5.0 heif? ( >=media-libs/libheif-1.17.0:= ) jpegxl? ( >=media-libs/libjxl-0.11.1:= ) svg? ( >=gnome-base/librsvg-2.52.0:2 >=x11-libs/cairo-1.17.0 ) test? ( >=gui-libs/gtk-4.16.0:4 >=media-libs/lcms-2.14:2 )
DESCRIPTION=Loaders for glycin clients (glycin crate or libglycin)
EAPI=8
HOMEPAGE=https://gitlab.gnome.org/GNOME/glycin/
INHERIT=cargo meson
IUSE=heif jpegxl svg test debug
KEYWORDS=~amd64 ~arm ~arm64 ~riscv ~x86
LICENSE=|| ( LGPL-2.1+ MPL-2.0 ) Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD GPL-3+ IJG ISC LGPL-3+ MIT Unicode-3.0 || ( LGPL-2.1+ MPL-2.0 )
RDEPEND=!>=media-libs/glycin-loaders-2:0 >=dev-libs/glib-2.68.0:2 >=sys-libs/libseccomp-2.5.0 heif? ( >=media-libs/libheif-1.17.0:= ) jpegxl? ( >=media-libs/libjxl-0.11.1:= ) svg? ( >=gnome-base/librsvg-2.52.0:2 >=x11-libs/cairo-1.17.0 )
REQUIRED_USE=test? ( heif jpegxl )
RESTRICT=!test? ( test )
SLOT=2
SRC_URI=https://gitlab.gnome.org/GNOME/glycin/-/archive/2.2.1/glycin-2.2.1.tar.bz2 https://github.com/gentoo-crate-dist/glycin/releases/download/2.2.1/glycin-2.2.1-crates.tar.xz test? ( https://gitlab.gnome.org/sophie-h/test-images/-/archive/75c95e4fe35d6d328a91f73d9225db9ee9e588d0/test-images-75c95e4fe35d6d328a91f73d9225db9ee9e588d0.tar.bz2 -> glycin-test-images-75c95e4fe35d6d328a91f73d9225db9ee9e588d0.tar.bz2 )
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust 71b6825bd86e342e1540c76cc6fe864b rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo bff30f59ca59b09857b787ac644b2e4c ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 85d8fb641bb0e79b1ae893556e9c57bc sysroot 4c36abaf94ebd3ab32f8abea9a444121 meson 4d3a148e5931f2930e970884bcb4c77d
_md5_=0a7482113b7055e990d8b638c557c096

View File

@@ -2945,7 +2945,7 @@ app-misc/screenie 20120406: A small and lightweight screen wrapper
app-misc/scrub 2.6.1-r2: Overwrite files with iterative patterns
app-misc/sdate 0.7: Never ending September date
app-misc/selecta 0.0.7-r1: A fuzzy text selector for files and anything else you need to select
app-misc/siegfried 1.11.6 1.11.7: Signature-based file format identification
app-misc/siegfried 1.11.6 1.11.7 1.11.8: Signature-based file format identification
app-misc/skim 0.20.5 5.4.0 5.6.6: Command-line fuzzy finder
app-misc/sl 5.02-r1: Sophisticated graphical program which corrects your miss typing
app-misc/smtm 1.6.10-r2: Stock ticker, profit/loss calculator and chart tool
@@ -5477,7 +5477,7 @@ dev-libs/aws-c-event-stream 0.5.7 0.7.1 1.0.0: Core c99 package for AWS SDK for
dev-libs/aws-c-http 0.10.7 0.11.0-r1 1.0.0: AWS C Http: C99 implementation of the HTTP/1.1 and HTTP/2 specifications
dev-libs/aws-c-io 0.23.3 0.27.4 1.0.0: AWS C IO: It handles all IO and TLS work for application protocols
dev-libs/aws-c-mqtt 0.13.3 0.16.0 1.0.0: AWS C MQTT: C99 implementation
dev-libs/aws-c-s3 0.11.2 0.13.1 1.1.1-r1: AWS C S3 async library
dev-libs/aws-c-s3 0.11.2 0.13.1 1.1.1-r1 1.1.2: AWS C S3 async library
dev-libs/aws-c-sdkutils 0.2.4 0.2.7 1.0.0: AWS C SDKUTILS: C99 library implementing AWS SDK specific utilities
dev-libs/aws-checksums 0.2.7 0.2.10-r1 1.0.0: Cross-Platform HW accelerated CRC32c and CRC32 with fallback to SW
dev-libs/ayatana-ido 0.10.4-r1: Ayatana Application Indicators (Shared Library)
@@ -8358,7 +8358,7 @@ dev-python/awkward 2.12.0 2.13.0: Manipulate JSON-like data with NumPy-like idio
dev-python/awkward-cpp 55 56: CPU kernels and compiled extensions for Awkward Array
dev-python/aws-sam-translator 1.111.0 1.112.0 1.113.0: A library that transform SAM templates into AWS CloudFormation templates
dev-python/aws-xray-sdk 2.15.0: AWS X-Ray SDK for Python
dev-python/awscrt 0.36.2 0.36.3: A common runtime for AWS Python projects
dev-python/awscrt 0.36.3 0.36.4: A common runtime for AWS Python projects
dev-python/b2sdk 2.12.0 2.13.0: Library to access Backblaze B2 cloud storage
dev-python/babel 2.18.0: Collection of tools for internationalizing Python applications
dev-python/babelfish 0.6.1: Python library to work with countries and languages
@@ -8393,8 +8393,8 @@ dev-python/bluelet 0.2.0-r1: Module for pure Python asynchronous I/O using corou
dev-python/blurb 2.0.0 2.1.0: Tool to create and manage NEWS blurbs for CPython
dev-python/boltons 26.1.0 26.2.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.72 1.43.78 1.43.83 1.43.89 1.43.93 1.43.94: The AWS SDK for Python
dev-python/botocore 1.43.72 1.43.78 1.43.83 1.43.89 1.43.93 1.43.94: Low-level, data-driven core of boto 3
dev-python/boto3 1.43.72 1.43.78 1.43.83 1.43.89 1.43.93 1.43.94 1.43.95: The AWS SDK for Python
dev-python/botocore 1.43.72 1.43.78 1.43.83 1.43.89 1.43.93 1.43.94 1.43.95: 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
@@ -8624,7 +8624,7 @@ dev-python/feedparser-sgmllib 2.0.1 2.1.0: sgmllib from Python 2.7 for feedparse
dev-python/ffmpeg-python 0.2.0_p20220711-r1: Python bindings for FFmpeg with complex filtering support
dev-python/fido2 2.2.0 2.2.1: Python based FIDO 2.0 library
dev-python/filebytes 0.10.2 9999: Classes/Types to read and edit executable files
dev-python/filelock 3.31.0 3.32.3 3.32.4 3.32.5 3.32.6: A platform independent file lock for Python
dev-python/filelock 3.32.3 3.32.4 3.32.5 3.32.6 3.32.7: A platform independent file lock for Python
dev-python/filetype 1.2.0: Small, dependency-free, fast Python package to infer binary file types checking
dev-python/findimports 3.0.0: Python module import analysis tool
dev-python/findpython 0.8.0: A utility to find python versions on your system
@@ -8637,7 +8637,7 @@ dev-python/flask 3.1.3: A microframework based on Werkzeug, Jinja2 and good inte
dev-python/flask-api 3.1-r2: Browsable web APIs for Flask
dev-python/flask-babel 4.0.0: i18n and l10n support for Flask based on Babel and pytz
dev-python/flask-caching 2.4.1 2.5.0 2.5.1: Adds caching support to Flask applications
dev-python/flask-compress 1.23 1.24: Compress responses in your Flask app with gzip
dev-python/flask-compress 1.24 1.25: Compress responses in your Flask app with gzip
dev-python/flask-cors 6.0.4 6.0.5: A Flask extension for Cross Origin Resource Sharing (CORS)
dev-python/flask-htmlmin 3.0.0: Minimize your flask rendered html
dev-python/flask-login 0.6.3: Login session support for Flask
@@ -8846,7 +8846,7 @@ dev-python/jupyter-events 0.12.1: Jupyter Event System library
dev-python/jupyter-kernel-test 0.7.0: A tool for testing Jupyter kernels
dev-python/jupyter-lsp 2.3.1: Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab
dev-python/jupyter-packaging 0.12.3: Tools to help build and install Jupyter Python packages
dev-python/jupyter-server 2.20.0 2.21.0: Core services, APIs, and REST endpoints to Jupyter web applications
dev-python/jupyter-server 2.20.0 2.21.0 2.21.1: Core services, APIs, and REST endpoints to Jupyter web applications
dev-python/jupyter-server-mathjax 0.2.6-r1: MathJax resources as a Jupyter Server Extension
dev-python/jupyter-server-proxy 4.5.0: Jupyter notebook server extension to proxy web services
dev-python/jupyter-server-terminals 0.5.4: A Jupyter Server Extension Providing Terminals
@@ -8855,7 +8855,7 @@ dev-python/jupyterlab-lsp 5.1.0 5.3.0: Coding assistance for JupyterLab with Lan
dev-python/jupyterlab-pygments 0.3.0: Pygments theme making use of JupyterLab CSS variables
dev-python/jupyterlab-server 2.28.0: Server components for JupyterLab and JupyterLab like applications
dev-python/jupyterlab-widgets 3.0.16 3.0.17: Jupyter interactive widgets for JupyterLab
dev-python/jwcrypto 1.5.8 1.5.9 1.6.0: Implements JWK,JWS,JWE specifications using python-cryptography
dev-python/jwcrypto 1.5.8 1.5.9 1.6.0 1.6.1: Implements JWK,JWS,JWE specifications using python-cryptography
dev-python/k5test 0.10.4: Library for testing Python applications in Kerberos 5 environments
dev-python/kaitaistruct 0.11: Kaitai Struct runtime for Python
dev-python/kaptan 0.6.0: Configuration manager in your pocket
@@ -9026,7 +9026,7 @@ dev-python/ntplib 0.4.0-r1: Python NTP library
dev-python/nuitka 4.2 4.2.1: Python to native compiler
dev-python/numexpr 2.14.1 2.14.2: Fast numerical array expression evaluator for Python and NumPy
dev-python/numpy 2.2.6 2.4.4-r1 2.4.6 2.5.1 2.5.2-r1 2.5.3: Fast array and numerical python library
dev-python/numpydoc 1.10.0: Sphinx extension to support docstrings in Numpy format
dev-python/numpydoc 1.10.0 1.11.0: Sphinx extension to support docstrings in Numpy format
dev-python/nvidia-ml-py 12.575.51 13.590.44: Python bindings to the NVIDIA Management Library
dev-python/oauthlib 3.3.1: Spec-compliant and thorough implementation of the OAuth request-signing logic
dev-python/objgraph 3.6.2: Draws Python object reference graphs with graphviz
@@ -9124,7 +9124,7 @@ dev-python/pkgconfig 1.5.5-r1: Interface Python with pkg-config
dev-python/pkgcraft 0.0.11 9999: Python bindings for pkgcraft
dev-python/pkginfo 1.12.1.2: Provides an API for querying the distutils metadata written in a PKG-INFO file
dev-python/platformdirs 4.10.1 4.11.3 4.11.4 4.11.5 4.11.7 4.11.8: A small Python module for determining appropriate platform-specific dirs
dev-python/plotly 6.9.0 7.0.0: Browser-based graphing library for Python
dev-python/plotly 7.0.0 7.1.0: Browser-based graphing library for Python
dev-python/plotly-geo 1.0.0-r2: Browser-based graphing library for Python
dev-python/pluggy 1.6.0: Plugin and hook calling mechanisms for Python
dev-python/pluginbase 1.0.1-r1: Support library for building plugins systems in Python
@@ -9154,7 +9154,7 @@ dev-python/progress 1.6.1: Easy to use progress bars
dev-python/progressbar2 4.5.0 4.6.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/propcache 0.5.2 0.5.4: Accelerated property cache
dev-python/proto-plus 1.28.2 1.28.3 1.28.4: 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
@@ -9259,7 +9259,7 @@ dev-python/pyls-spyder 0.4.0-r4: Spyder extensions for the python language serve
dev-python/pylsqpack 0.3.24: Python wrapper for the ls-qpack QPACK library
dev-python/pymacaroons 0.13.0-r1: A Python implementation of Macaroons
dev-python/pymad 0.11.3: Python wrapper for libmad MP3 decoding in python
dev-python/pymdown-extensions 11.0.1 11.0.2 12.0: Extensions for Python Markdown
dev-python/pymdown-extensions 11.0.1 11.0.2 12.0 12.0.1: Extensions for Python Markdown
dev-python/pymdown-lexers 0_pre20210902: Additional lexers for use in Pygments
dev-python/pymdstat 0.5.1: Python library to parse Linux /proc/mdstat
dev-python/pymediainfo 7.0.1: A Python wrapper for the MediaInfo library
@@ -9289,9 +9289,9 @@ dev-python/pypng 0.20220715.0: Pure Python PNG image encoder/decoder
dev-python/pypresence 4.6.1 4.6.2: Complete Discord IPC and Rich Presence wrapper library in Python
dev-python/pyprof2calltree 1.4.5-r1: Convert python profile data to kcachegrind calltree form
dev-python/pyproj 3.7.2 3.8.0: Python interface to the PROJ library
dev-python/pyproject-api 1.10.1 1.11.0: API to interact with the python pyproject.toml based projects
dev-python/pyproject-api 1.11.0 1.11.1: API to interact with the python pyproject.toml based projects
dev-python/pyproject-fmt 2.21.2 2.26.0 2.27.1 2.28.2: Format your pyproject.toml file
dev-python/pyproject-hooks 1.2.0: Wrappers to build Python packages using PEP 517 hooks
dev-python/pyproject-hooks 1.2.0 1.3.0: Wrappers to build Python packages using PEP 517 hooks
dev-python/pyproject-metadata 0.11.0 0.12.1: PEP 621 metadata parsing
dev-python/pypugjs 6.0.3 7.0.0: Pug (Jade) syntax adapter for Django, Jinja2 and Mako templates
dev-python/pypy-exe 7.3.23: PyPy executable (build from source)
@@ -9697,7 +9697,7 @@ dev-python/spyder-line-profiler 0.4.2: Plugin to run the python line profiler fr
dev-python/spyder-notebook 0.7.1-r1: Jupyter notebook integration with Spyder
dev-python/spyder-terminal 1.3.1: Run system terminals inside Spyder
dev-python/spyder-unittest 0.7.1: Plugin for Spyder to run tests and view the results
dev-python/sqlalchemy 2.0.52 2.0.53 2.1.0_rc1: Python SQL toolkit and Object Relational Mapper
dev-python/sqlalchemy 2.0.52 2.0.53 2.0.54 2.1.0_rc1: Python SQL toolkit and Object Relational Mapper
dev-python/sqlalchemy-rqlite 2.0: A SQLAlchemy dialect for rqlite
dev-python/sqlglot 30.17.0 30.18.0: An easily customizable SQL parser and transpiler
dev-python/sqlitedict 2.1.0: Persistent dict in Python, backed by SQLite and pickle
@@ -9754,12 +9754,12 @@ dev-python/textdistance 4.6.3: Compute distance between the two texts
dev-python/textile 4.0.4: A Python port of Textile, A humane web text generator
dev-python/texttable 1.7.0: Module to create simple ASCII tables
dev-python/textx 4.3.0 4.4.0: Meta-language for DSL implementation inspired by Xtext
dev-python/threadpoolctl 3.6.0: Limit the number of threads used in native libs that have their own threadpool
dev-python/threadpoolctl 3.6.0 3.7.0: Limit the number of threads used in native libs that have their own threadpool
dev-python/three-merge 0.1.1-r1: Simple Python library to perform a 3-way merge between strings
dev-python/thrift 0.23.0 0.24.0: Python implementation of Thrift
dev-python/thriftpy2 0.7.0 0.7.1: Pure python approach of Apache Thrift
dev-python/tibs 1.0.0 1.1.0 2.0.1: A sleek Python library for your binary data
dev-python/tifffile 2026.8.23 2026.9.9: Read and write TIFF files
dev-python/tifffile 2026.9.9 2026.9.15: Read and write TIFF files
dev-python/time-machine 3.2.0-r1 3.3.1 3.4.0 3.5.0 3.5.1: Travel through time in your tests
dev-python/tiny-proxy 0.3.0: Simple proxy server (SOCKS4(a), SOCKS5(h), HTTP tunnel)
dev-python/tinycss2 1.5.1: A complete yet simple CSS parser for Python
@@ -9772,13 +9772,13 @@ dev-python/tomli-w 1.2.0: A lil' TOML writer
dev-python/tomlkit 0.15.0 0.15.1: Style preserving TOML library
dev-python/toolz 1.1.0 1.1.0-r1: List processing tools and functional utilities
dev-python/toposort 1.10: Implements a topological sort algorithm
dev-python/tornado 6.5.8 6.5.9: Python web framework and asynchronous networking library
dev-python/tornado 6.5.8 6.5.9 6.5.10: Python web framework and asynchronous networking library
dev-python/towncrier 25.8.0 26.9.0: Building newsfiles for your project
dev-python/tox 4.58.0 4.60.1 4.61.1 4.61.2 4.61.3 4.61.4: virtualenv-based automation of test activities
dev-python/tpm2-pytss 2.3.0-r3 3.0.0: Python bindings for TSS
dev-python/tqdm 4.69.1 4.70.0 4.70.1: Add a progress meter to your loops in a second
dev-python/traitlets 5.15.1 5.16.1: A configuration system for Python applications
dev-python/trakit 0.2.5 0.3.0: Guess additional information from titles in media tracks
dev-python/trakit 0.3.0 0.4.0: Guess additional information from titles in media tracks
dev-python/transitions 0.9.3: A lightweight, object-oriented state machine implementation in Python
dev-python/translate-toolkit 3.19.17 3.19.18 3.19.19 3.20.0: Toolkit to convert between many translation formats
dev-python/tree-sitter 0.25.2-r1 0.26.0 0.26.0_p20260816: Python bindings to the Tree-sitter parsing library
@@ -9829,15 +9829,15 @@ dev-python/untangle 1.2.1-r2: Convert XML documents into Python objects
dev-python/uri-template 1.3.0: URI Template expansion in strict adherence to RFC 6570
dev-python/uritemplate 4.2.0: Python implementation of RFC6570, URI Template
dev-python/url-normalize 3.0.0: URL normalization for Python
dev-python/urllib3 2.7.0: HTTP library with thread-safe connection pooling, file post, and more
dev-python/urllib3 2.7.0 2.8.0: HTTP library with thread-safe connection pooling, file post, and more
dev-python/urwid 4.0.8 4.0.9 4.0.11 4.0.13 4.1.0 4.1.1 4.1.2 4.1.3: Curses-based user interface library for Python
dev-python/urwid-readline 0.15.1: Text input widget for urwid that supports readline shortcuts
dev-python/urwidtrees 1.0.3-r2: Tree widgets for urwid
dev-python/userpath 1.9.2: Cross-platform tool for adding locations to the user PATH
dev-python/utidylib 1.0.0: TidyLib Python wrapper
dev-python/uuid6 2025.0.1: New time-based UUID formats which are suited for use as a database key
dev-python/uv 0.11.25 0.12.3 0.12.7 0.12.9 0.12.10 0.12.12 0.12.13 0.12.14 9999: A Python package installer and resolver, written in Rust
dev-python/uv-build 0.11.25 0.12.3 0.12.7 0.12.9 0.12.10 0.12.12 0.12.13 0.12.14: PEP517 uv build backend
dev-python/uv 0.11.25 0.12.3 0.12.7 0.12.9 0.12.10 0.12.12 0.12.13 0.12.14 0.12.15 9999: A Python package installer and resolver, written in Rust
dev-python/uv-build 0.11.25 0.12.3 0.12.7 0.12.9 0.12.10 0.12.12 0.12.13 0.12.14 0.12.15: PEP517 uv build backend
dev-python/uv-dynamic-versioning 0.14.0 0.14.1: Dynamic versioning based on VCS tags for uv/hatch project
dev-python/uvicorn 0.52.3 0.52.4 0.53.0: Lightning-fast ASGI server implementation
dev-python/uvloop 0.22.1: Ultra-fast implementation of asyncio event loop on top of libuv
@@ -9855,7 +9855,7 @@ dev-python/verboselogs 1.7-r1: Verbose logging for Python's logging module
dev-python/versioneer 0.29-r1: Easy VCS-based management of project version strings
dev-python/versioningit 3.3.0: A setuptools plugin for versioning based on git tags
dev-python/vine 5.1.0: Python Promises
dev-python/virtualenv 21.6.1 21.7.4 21.7.5 21.7.7 21.7.8 21.7.9: Virtual Python Environment builder
dev-python/virtualenv 21.6.1 21.7.4 21.7.5 21.7.7 21.7.8 21.7.9 21.7.10: Virtual Python Environment builder
dev-python/virtualenv-clone 0.5.7: A script for cloning a non-relocatable virtualenv
dev-python/virtualenvwrapper 6.1.1: Set of extensions to Ian Bicking's virtualenv tool
dev-python/visitor 0.1.3-r2: A tiny pythonic visitor implementation
@@ -9902,13 +9902,13 @@ dev-python/xlwt 1.3.0-r2: Python library to create spreadsheet files compatible
dev-python/xmlschema 4.3.1 4.3.2: An XML Schema validator and decoder
dev-python/xmlsec 1.3.17 1.3.17-r1: Python bindings for the XML Security Library
dev-python/xmltodict 1.0.4: Makes working with XML feel like you are working with JSON
dev-python/xvfbwrapper 0.2.29 0.2.32 0.2.33: Python wrapper for running a display inside X virtual framebuffer
dev-python/xvfbwrapper 0.2.29 0.2.32 0.2.33 0.2.34: Python wrapper for running a display inside X virtual framebuffer
dev-python/xxhash 3.8.1 4.0.0 4.0.1: Python binding for the xxHash library
dev-python/yapf 0.43.0-r1: A formatter for Python files
dev-python/yappi 1.7.6: Yet Another Python Profiler
dev-python/yapsy 1.12.2-r2: A fat-free DIY Python plugin management toolkit
dev-python/yara-python 4.5.4 4.5.5 9999: Python interface for a malware identification and classification tool
dev-python/yarl 1.24.2 1.24.5: Yet another URL library
dev-python/yarl 1.24.5 1.25.1: Yet another URL library
dev-python/yaspin 3.4.0 3.5.0: Yet Another Terminal Spinner
dev-python/yattag 1.16.1: Python library to generate HTML or XML in a readable, concise and pythonic way
dev-python/yaxmldiff 0.2.0 0.3.0: Yet Another XML Differ
@@ -11123,7 +11123,7 @@ dev-util/patchutils 0.4.2 0.4.4-r1 0.4.4-r2 0.4.5-r1: Collection of tools that o
dev-util/patdiff 0.16.0 0.17.0: Colored patience diffs with word-level refinement
dev-util/peg 0.1.19 0.1.20: Recursive-descent parser generators for C
dev-util/perf 6.19.12 7.0 7.1 7.2: Userland tools for Linux Performance Counters
dev-util/pixi 0.79.0 0.80.0: A package management and workflow tool
dev-util/pixi 0.80.0 0.81.0: A package management and workflow tool
dev-util/pkgcheck 0.10.42 0.10.43 0.10.44 9999: pkgcore-based QA utility for ebuild repos
dev-util/pkgconf 2.5.1 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 9999: pkg-config compatible replacement with no dependencies other than C99
dev-util/pkgcruft 0.0.18-r1 9999: QA library and tools based on pkgcraft
@@ -13385,7 +13385,7 @@ media-libs/glm 1.0.1 1.0.2 1.0.3: OpenGL Mathematics
media-libs/glpng 1.47: OpenGL PNG image library
media-libs/glu 9.0.3 9999: The OpenGL Utility Library
media-libs/glycin 2.1.1-r1 2.1.5: Sandboxed and extendable image loading library
media-libs/glycin-loaders 1.2.4 2.1.1 2.1.5 2.2.0: Loaders for glycin clients (glycin crate or libglycin)
media-libs/glycin-loaders 1.2.4 2.1.1 2.1.5 2.2.0 2.2.1: Loaders for glycin clients (glycin crate or libglycin)
media-libs/glyr 1.0.10-r1: Music related metadata searchengine, both with commandline interface and C API
media-libs/gmmlib 22.10.0 22.10.1 22.10.2 9999: Intel Graphics Memory Management Library
media-libs/graphene 1.10.8-r1: A thin layer of types for graphic libraries

View File

@@ -1 +1 @@
Wed, 16 Sep 2026 03:45:58 +0000
Wed, 16 Sep 2026 04:15:54 +0000