mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
2025-12-21 17:45:53 UTC
This commit is contained in:
parent
3b79a53515
commit
6abd85ca9e
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/pytest-mock-3.12.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/atpublic-4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/attrs-23.2.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( >=dev-python/pytest-mock-3.12.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/atpublic-4.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/attrs-23.2.0[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-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Reimplementation of the Python stdlib smtpd.py based on asyncio
|
||||
EAPI=8
|
||||
HOMEPAGE=https://aiosmtpd.aio-libs.org/ https://github.com/aio-libs/aiosmtpd https://pypi.org/project/aiosmtpd/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/atpublic-4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/attrs-23.2.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RDEPEND=>=dev-python/atpublic-4.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/attrs-23.2.0[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/a/aiosmtpd/aiosmtpd-1.4.6.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=29d5c1876a61bb07ea5b8bf84ab902ca
|
||||
_md5_=1e22d9ef34cad656cda2ec49de826442
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/sybil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( python_targets_python3_11? ( >=dev-python/importlib-resources-5.10[python_targets_python3_11(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( dev-python/sybil[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=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/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A decorator to populate __all__ and the module globals
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/warsaw/public/ https://pypi.org/project/atpublic/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_python3_11? ( >=dev-python/importlib-resources-5.10[python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RDEPEND=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/a/atpublic/atpublic-6.0.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=da95273ae00b5fba49c55427a41cb6da
|
||||
_md5_=1cba69e310710ec10b0a3ea2b02dc735
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/sybil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( python_targets_python3_11? ( >=dev-python/importlib-resources-5.10[python_targets_python3_11(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=test? ( dev-python/sybil[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A decorator to populate __all__ and the module globals
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/warsaw/public/ https://pypi.org/project/atpublic/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_python3_11? ( >=dev-python/importlib-resources-5.10[python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/a/atpublic/atpublic-7.0.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=27f619f439326c3712f6ac273b0c3b58
|
||||
_md5_=b7459b55c909fc6926afbf896b0f4317
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/pytest-lazy-fixtures[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tqdm-4.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/annotated-types-0.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/logfury-1.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.9.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tenacity-9.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-lazy-fixtures[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-timeout[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pdm-backend-2.4.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=test? ( dev-python/pytest-lazy-fixtures[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tqdm-4.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/annotated-types-0.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/logfury-1.0.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.9.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tenacity-9.1.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-lazy-fixtures[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-mock[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-timeout[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pdm-backend-2.4.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Library to access Backblaze B2 cloud storage
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Backblaze/b2-sdk-python https://pypi.org/project/b2sdk/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/annotated-types-0.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/logfury-1.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.9.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tenacity-9.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=>=dev-python/annotated-types-0.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/logfury-1.0.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.9.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tenacity-9.1.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Backblaze/b2-sdk-python/archive/refs/tags/v2.10.1.tar.gz -> b2sdk-2.10.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=0a5a9caa48bade0025b3200764521cd0
|
||||
_md5_=5a1d1fb12c1bc65323d31edc58fa39c7
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/tqdm-4.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/annotated-types-0.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/logfury-1.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.9.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tenacity-9.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-lazy-fixtures[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-timeout[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pdm-backend-2.4.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=test? ( >=dev-python/tqdm-4.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/annotated-types-0.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/logfury-1.0.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.9.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tenacity-9.1.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-lazy-fixtures[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-mock[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-timeout[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pdm-backend-2.4.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Library to access Backblaze B2 cloud storage
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Backblaze/b2-sdk-python https://pypi.org/project/b2sdk/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/annotated-types-0.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/logfury-1.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.9.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tenacity-9.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=>=dev-python/annotated-types-0.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/logfury-1.0.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.9.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tenacity-9.1.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Backblaze/b2-sdk-python/archive/refs/tags/v2.10.2.tar.gz -> b2sdk-2.10.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=dab592ff36d0f7f32edb8652d1c7bea3
|
||||
_md5_=e12c195d94d03bce585f5069eba68768
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) 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] ) >=dev-python/django-4.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] svg? ( dev-python/reportlab[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/svglib[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) dev-python/reportlab[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/svglib[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/testfixtures[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=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] ) >=dev-python/django-4.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pillow[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] svg? ( dev-python/reportlab[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/svglib[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) dev-python/reportlab[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/svglib[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/testfixtures[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-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Easy thumbnails for Django
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/SmileyChris/easy-thumbnails/ https://pypi.org/project/easy-thumbnails/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=svg test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=svg test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=>=dev-python/django-4.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] svg? ( dev-python/reportlab[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/svglib[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=>=dev-python/django-4.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pillow[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] svg? ( dev-python/reportlab[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/svglib[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/e/easy-thumbnails/easy_thumbnails-2.10.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=8ca3d7ed94821de9926510af1dae0847
|
||||
_md5_=68147c1675fceefb3a534009af3ab179
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/sybil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/atpublic[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( dev-python/sybil[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/atpublic[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[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/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=NFS-safe file locking with timeouts for POSIX systems
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/warsaw/flufl.lock/ https://pypi.org/project/flufl.lock/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/atpublic[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RDEPEND=dev-python/atpublic[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[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/flufl-lock/flufl_lock-8.2.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=cd62d0cc8763c0fea5c9d29740e94f66
|
||||
_md5_=d44b8934f9f4b72ce45ba6b838a3fff0
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/sybil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/atpublic[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/psutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=test? ( dev-python/sybil[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/atpublic[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/psutil[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/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=NFS-safe file locking with timeouts for POSIX systems
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/warsaw/flufl.lock/ https://pypi.org/project/flufl.lock/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/atpublic[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/psutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=dev-python/atpublic[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/psutil[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/f/flufl-lock/flufl_lock-9.0.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=97b294a126dc0e2fe9b8160b229f67ae
|
||||
_md5_=f2606795f19848e1c6023101e37d4303
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=dev-python/setuptools-scm[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/testfixtures[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=dev-python/setuptools-scm[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/testfixtures[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Boilerplate library for logging method calls
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/reef-technologies/logfury https://pypi.org/project/logfury/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/reef-technologies/logfury/archive/v1.0.1.tar.gz -> logfury-1.0.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=1fa822f24d30358c6865709ec601ca0f
|
||||
_md5_=2a1a538dc91db01e40c6902c330b5de9
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) 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] ) dev-python/beautifulsoup4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/django[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=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] ) dev-python/beautifulsoup4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/django[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-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A small library for extracting rich content from urls
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/coleifer/micawber/ https://pypi.org/project/micawber/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=amd64 arm64 ~riscv
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/coleifer/micawber/archive/0.5.6.tar.gz -> micawber-0.5.6.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=12f7ff5abb0d33a9fc8e7c01356df244
|
||||
_md5_=d8210cbd81131f4e67fcc2d48f73469c
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/pytest-golden[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/mkdocs-1.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( dev-python/pytest-golden[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/mkdocs-1.0.3[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/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=MkDocs plugin to programmatically generate documentation pages during the build
|
||||
EAPI=8
|
||||
HOMEPAGE=https://oprypin.github.io/mkdocs-gen-files/ https://pypi.org/project/mkdocs-gen-files/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/mkdocs-1.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RDEPEND=>=dev-python/mkdocs-1.0.3[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/m/mkdocs-gen-files/mkdocs_gen_files-0.5.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=5297fbc643bce07932657b52d8b4ae8b
|
||||
_md5_=73561db223c6808c195b1d946353b3ee
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/mkdocs-1.4.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-golden[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] verify-provenance? ( dev-python/pypi-attestations )
|
||||
BDEPEND=test? ( >=dev-python/mkdocs-1.4.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-golden[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/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] verify-provenance? ( dev-python/pypi-attestations )
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DESCRIPTION=MkDocs plugin to programmatically generate documentation pages during the build
|
||||
EAPI=8
|
||||
HOMEPAGE=https://oprypin.github.io/mkdocs-gen-files/ https://github.com/oprypin/mkdocs-gen-files/ https://pypi.org/project/mkdocs-gen-files/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 verify-provenance
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 verify-provenance
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/mkdocs-1.4.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RDEPEND=>=dev-python/mkdocs-1.4.1[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/m/mkdocs-gen-files/mkdocs_gen_files-0.6.0.tar.gz verify-provenance? ( https://pypi.org/integrity/mkdocs-gen-files/v0.6.0/mkdocs_gen_files-0.6.0.tar.gz/provenance -> mkdocs_gen_files-0.6.0.tar.gz.provenance )
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=a430d70d767e3c9d368c3ff8b9276382
|
||||
_md5_=b0f5e0df6a4da445275d55da728a85f2
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-material[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-vcs/git ) test? ( dev-python/gitpython[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mkdocs-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] doc? ( || ( ( dev-lang/python:3.13 dev-python/mkdocs[python_targets_python3_13(-)] dev-python/regex[python_targets_python3_13(-)] dev-python/mkdocs-material[python_targets_python3_13(-)] dev-python/mkdocs-git-authors-plugin[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] dev-python/regex[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] dev-python/mkdocs-git-authors-plugin[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] dev-python/regex[python_targets_python3_11(-)] dev-python/mkdocs-material[python_targets_python3_11(-)] dev-python/mkdocs-git-authors-plugin[python_targets_python3_11(-)] ) ) dev-vcs/git )
|
||||
BDEPEND=test? ( dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-material[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-vcs/git ) test? ( dev-python/gitpython[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mkdocs-1.0[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-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] doc? ( || ( ( dev-lang/python:3.13 dev-python/mkdocs[python_targets_python3_13(-)] dev-python/regex[python_targets_python3_13(-)] dev-python/mkdocs-material[python_targets_python3_13(-)] dev-python/mkdocs-git-authors-plugin[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] dev-python/regex[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] dev-python/mkdocs-git-authors-plugin[python_targets_python3_12(-)] ) ) dev-vcs/git )
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Mkdocs plugin to display git authors of a page
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/timvink/mkdocs-git-authors-plugin/ https://pypi.org/project/mkdocs-git-authors-plugin/
|
||||
INHERIT=distutils-r1 docs
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 doc
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 doc
|
||||
KEYWORDS=amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/gitpython[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mkdocs-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RDEPEND=dev-python/gitpython[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mkdocs-1.0[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? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/timvink/mkdocs-git-authors-plugin/archive/refs/tags/v0.10.0.tar.gz -> mkdocs-git-authors-plugin-0.10.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 docs 006125f2158d2f16904ebd9114336058
|
||||
_md5_=421d4d16fb82a948bb89a2f4e53a4f2b
|
||||
_md5_=e2144bb6454b1c1b0a0d5df42f07a858
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=dev-python/setuptools-scm[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-gen-files[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-material[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-monorepo-plugin[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-static-i18n[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-vcs/git ) doc? ( dev-vcs/git ) test? ( >=dev-python/babel-2.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/gitpython[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mkdocs-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-xdist[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] doc? ( || ( ( dev-lang/python:3.13 dev-python/mkdocs[python_targets_python3_13(-)] dev-python/regex[python_targets_python3_13(-)] dev-python/mkdocs-static-i18n[python_targets_python3_13(-)] dev-python/mkdocs-material[python_targets_python3_13(-)] dev-python/mkdocs-git-authors-plugin[python_targets_python3_13(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] dev-python/regex[python_targets_python3_12(-)] dev-python/mkdocs-static-i18n[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] dev-python/mkdocs-git-authors-plugin[python_targets_python3_12(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] dev-python/regex[python_targets_python3_11(-)] dev-python/mkdocs-static-i18n[python_targets_python3_11(-)] dev-python/mkdocs-material[python_targets_python3_11(-)] dev-python/mkdocs-git-authors-plugin[python_targets_python3_11(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_11(-)] ) ) )
|
||||
BDEPEND=dev-python/setuptools-scm[python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-gen-files[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-material[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-monorepo-plugin[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-static-i18n[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-vcs/git ) doc? ( dev-vcs/git ) test? ( >=dev-python/babel-2.7.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/gitpython[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mkdocs-1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytz[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-xdist[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-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] doc? ( || ( ( dev-lang/python:3.13 dev-python/mkdocs[python_targets_python3_13(-)] dev-python/regex[python_targets_python3_13(-)] dev-python/mkdocs-static-i18n[python_targets_python3_13(-)] dev-python/mkdocs-material[python_targets_python3_13(-)] dev-python/mkdocs-git-authors-plugin[python_targets_python3_13(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] dev-python/regex[python_targets_python3_12(-)] dev-python/mkdocs-static-i18n[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] dev-python/mkdocs-git-authors-plugin[python_targets_python3_12(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)] ) ) )
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Display the localized date of the last git modification of a markdown file
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/ https://pypi.org/project/mkdocs-git-revision-date-localized-plugin/
|
||||
INHERIT=distutils-r1 docs
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 doc
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 doc
|
||||
KEYWORDS=amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/babel-2.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/gitpython[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mkdocs-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RDEPEND=>=dev-python/babel-2.7.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/gitpython[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mkdocs-1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytz[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://github.com/timvink/mkdocs-git-revision-date-localized-plugin/archive/v1.4.7.tar.gz -> mkdocs-git-revision-date-localized-plugin-1.4.7.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 docs 006125f2158d2f16904ebd9114336058
|
||||
_md5_=64d29c5ca2cb1316f54da05bc3f1fd35
|
||||
_md5_=0eb68e14255c68ecd41a54017f95a9ba
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=dev-python/setuptools-scm[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-gen-files[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-material[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-monorepo-plugin[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-static-i18n[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-vcs/git ) doc? ( dev-vcs/git ) test? ( >=dev-python/babel-2.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/gitpython[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mkdocs-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-xdist[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] doc? ( || ( ( dev-lang/python:3.13 dev-python/mkdocs[python_targets_python3_13(-)] dev-python/regex[python_targets_python3_13(-)] dev-python/mkdocs-static-i18n[python_targets_python3_13(-)] dev-python/mkdocs-material[python_targets_python3_13(-)] dev-python/mkdocs-git-authors-plugin[python_targets_python3_13(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] dev-python/regex[python_targets_python3_12(-)] dev-python/mkdocs-static-i18n[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] dev-python/mkdocs-git-authors-plugin[python_targets_python3_12(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] dev-python/regex[python_targets_python3_11(-)] dev-python/mkdocs-static-i18n[python_targets_python3_11(-)] dev-python/mkdocs-material[python_targets_python3_11(-)] dev-python/mkdocs-git-authors-plugin[python_targets_python3_11(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_11(-)] ) ) )
|
||||
BDEPEND=dev-python/setuptools-scm[python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-gen-files[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-material[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-monorepo-plugin[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mkdocs-static-i18n[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-vcs/git ) doc? ( dev-vcs/git ) test? ( >=dev-python/babel-2.7.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/gitpython[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mkdocs-1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-xdist[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-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] doc? ( || ( ( dev-lang/python:3.13 dev-python/mkdocs[python_targets_python3_13(-)] dev-python/regex[python_targets_python3_13(-)] dev-python/mkdocs-static-i18n[python_targets_python3_13(-)] dev-python/mkdocs-material[python_targets_python3_13(-)] dev-python/mkdocs-git-authors-plugin[python_targets_python3_13(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] dev-python/regex[python_targets_python3_12(-)] dev-python/mkdocs-static-i18n[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] dev-python/mkdocs-git-authors-plugin[python_targets_python3_12(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)] ) ) )
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Display the localized date of the last git modification of a markdown file
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/ https://pypi.org/project/mkdocs-git-revision-date-localized-plugin/
|
||||
INHERIT=distutils-r1 docs
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 doc
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 doc
|
||||
KEYWORDS=amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/babel-2.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/gitpython[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mkdocs-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RDEPEND=>=dev-python/babel-2.7.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/gitpython[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mkdocs-1.0[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://github.com/timvink/mkdocs-git-revision-date-localized-plugin/archive/v1.5.0.tar.gz -> mkdocs-git-revision-date-localized-plugin-1.5.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 docs 006125f2158d2f16904ebd9114336058
|
||||
_md5_=735c450ed97bf095b4fafc5c1e7d87a5
|
||||
_md5_=a76268f824a18e2b39750185880d6c47
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/testfixtures[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/docopt-0.6.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/ruamel-yaml-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=test? ( dev-python/testfixtures[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/docopt-0.6.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/ruamel-yaml-0.16.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-dateutil-2.8.0[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-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Python lib/cli for JSON/YAML schema validation
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Grokzen/pykwalify/ https://pypi.org/project/pykwalify/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=amd64 ~arm arm64 ~riscv x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/docopt-0.6.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/ruamel-yaml-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=>=dev-python/docopt-0.6.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/ruamel-yaml-0.16.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/pykwalify/pykwalify-1.8.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=98e56c9a65d90699b0ddf90c78567ea4
|
||||
_md5_=7681db5b65b3c59862015b17b0f5b131
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/django-4.0.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/flask-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jinja2-3.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/mako-1.1.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tornado-6.0.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/six-1.15.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/charset-normalizer-2.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=test? ( >=dev-python/django-4.0.6[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/flask-2.1.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jinja2-3.1.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/mako-1.1.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tornado-6.0.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/six-1.15.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/charset-normalizer-2.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) 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/poetry-core-2.1.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DESCRIPTION=Pug (Jade) syntax adapter for Django, Jinja2 and Mako templates
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/kakulukia/pypugjs/ https://pypi.org/project/pypugjs/
|
||||
INHERIT=distutils-r1 optfeature
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=amd64 ~arm64 ~riscv
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/six-1.15.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/charset-normalizer-2.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=>=dev-python/six-1.15.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/charset-normalizer-2.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/kakulukia/pypugjs/archive/v5.12.0.tar.gz -> pypugjs-5.12.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 optfeature 538bce96e5589935b57e178e8635f301
|
||||
_md5_=67bb869f00b675e5f25baea7d27a1d1e
|
||||
_md5_=ea9de4333c88339a851e4a158d50e98d
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/django-4.2.25[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/flask-2.3.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jinja2-3.1.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/mako-1.3.10[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tornado-6.5.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/six-1.17.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/charset-normalizer-3.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=test? ( >=dev-python/django-4.2.25[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/flask-2.3.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jinja2-3.1.6[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/mako-1.3.10[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tornado-6.5.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/six-1.17.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/charset-normalizer-3.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) 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/poetry-core-2.1.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DESCRIPTION=Pug (Jade) syntax adapter for Django, Jinja2 and Mako templates
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/kakulukia/pypugjs/ https://pypi.org/project/pypugjs/
|
||||
INHERIT=distutils-r1 optfeature
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=amd64 ~arm64 ~riscv
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/six-1.17.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/charset-normalizer-3.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=>=dev-python/six-1.17.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/charset-normalizer-3.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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/kakulukia/pypugjs/archive/v6.0.1.tar.gz -> pypugjs-6.0.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 optfeature 538bce96e5589935b57e178e8635f301
|
||||
_md5_=3c2d56b0aaf7e9d410bcac67530f1e9d
|
||||
_md5_=5ff35b1b74c7d757122b75843685cca6
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=>=dev-python/setuptools-scm-1.11.1[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/django[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/django-configurations-2.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pytest-7.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-xdist[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=>=dev-python/setuptools-scm-1.11.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/django[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/django-configurations-2.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pytest-7.0.0[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-xdist[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-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A Django plugin for pytest
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/pytest-django/ https://pytest-django.readthedocs.io/ https://github.com/pytest-dev/pytest-django/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=>=dev-python/pytest-7.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=>=dev-python/pytest-7.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/pytest-dev/pytest-django/archive/v4.11.1.tar.gz -> pytest-django-4.11.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=d298b290dd40892dd88a388235c9af1a
|
||||
_md5_=8641514e0f70be2cb981f8d6d8ba6fd2
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/atomicwrites-1.4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-6.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/ruamel-yaml-0.16.12[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/ruamel-yaml-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/testfixtures-6.15.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( >=dev-python/atomicwrites-1.4.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-6.1.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/ruamel-yaml-0.16.12[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/ruamel-yaml-1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/testfixtures-6.15.0[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/poetry-core-2.1.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Plugin for pytest that offloads expected outputs to data files
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/oprypin/pytest-golden/ https://pypi.org/project/pytest-golden/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/atomicwrites-1.4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-6.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/ruamel-yaml-0.16.12[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/ruamel-yaml-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/testfixtures-6.15.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RDEPEND=>=dev-python/atomicwrites-1.4.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-6.1.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/ruamel-yaml-0.16.12[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/ruamel-yaml-1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/testfixtures-6.15.0[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://github.com/oprypin/pytest-golden/archive/v0.2.2.tar.gz -> pytest-golden-0.2.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=c617534426c94c20931a5c87db53ad48
|
||||
_md5_=b80abb7e2dddbb9ee81f9bbd40317d36
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/pytest-6.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/ruamel-yaml-0.16.12[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/ruamel-yaml-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/testfixtures-6.15.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] verify-provenance? ( dev-python/pypi-attestations )
|
||||
BDEPEND=test? ( >=dev-python/pytest-6.1.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/ruamel-yaml-0.16.12[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/ruamel-yaml-1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/testfixtures-6.15.0[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/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] verify-provenance? ( dev-python/pypi-attestations )
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DESCRIPTION=Plugin for pytest that offloads expected outputs to data files
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/oprypin/pytest-golden/ https://pypi.org/project/pytest-golden/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 verify-provenance
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 verify-provenance
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/pytest-6.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/ruamel-yaml-0.16.12[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/ruamel-yaml-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/testfixtures-6.15.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=>=dev-python/pytest-6.1.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/ruamel-yaml-0.16.12[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/ruamel-yaml-1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/testfixtures-6.15.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/pytest-golden/pytest_golden-1.0.0.tar.gz verify-provenance? ( https://pypi.org/integrity/pytest-golden/v1.0.0/pytest_golden-1.0.0.tar.gz/provenance -> pytest_golden-1.0.0.tar.gz.provenance )
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=52d11d76e4248bc7a61688a0a3873196
|
||||
_md5_=fb475a37f7c796b1a90dfe5ae46609ff
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( app-text/doxygen >=dev-python/testfixtures-6.18.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/sphinx-1.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyparsing-3.0.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-dateutil-2.8.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) doc? ( || ( ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[python_targets_python3_11(-)] dev-python/sphinx-rtd-theme[python_targets_python3_11(-)] ) ) ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( app-text/doxygen >=dev-python/testfixtures-6.18.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/sphinx-1.6[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyparsing-3.0.8[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-dateutil-2.8.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) doc? ( || ( ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ) ) 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/poetry-core-2.1.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Extension to link to external Doxygen API documentation
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/sphinxcontrib-doxylink/ https://pythonhosted.org/sphinxcontrib-doxylink/ https://github.com/sphinx-contrib/doxylink/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
IUSE=test doc python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=amd64 ~arm arm64 ~x86
|
||||
LICENSE=BSD-2
|
||||
RDEPEND=>=dev-python/sphinx-1.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyparsing-3.0.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-dateutil-2.8.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RDEPEND=>=dev-python/sphinx-1.6[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyparsing-3.0.8[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-dateutil-2.8.2[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://github.com/sphinx-contrib/doxylink/archive/refs/tags/1.13.0.tar.gz -> sphinxcontrib-doxylink-1.13.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=44791df7ff2b7b86ead0eb0077788668
|
||||
_md5_=eaacab1723af9e666837044c78d7318a
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/myst-parser[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/seedir[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/testfixtures[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pytest-8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=test? ( dev-python/myst-parser[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/seedir[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/testfixtures[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pytest-8[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-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Automated testing for the examples in your documentation
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/simplistix/sybil/ https://pypi.org/project/sybil/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/pytest-8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=>=dev-python/pytest-8[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/simplistix/sybil/archive/9.2.0.tar.gz -> sybil-9.2.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=bf0a1eb6fd1e2b4852f2d6db2605d0d0
|
||||
_md5_=360f01140257398033d1c2b25393e8c3
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/myst-parser[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/seedir[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/testfixtures[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pytest-8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=test? ( dev-python/myst-parser[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/seedir[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/testfixtures[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pytest-8[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-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Automated testing for the examples in your documentation
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/simplistix/sybil/ https://pypi.org/project/sybil/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/pytest-8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=>=dev-python/pytest-8[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/simplistix/sybil/archive/9.3.0.tar.gz -> sybil-9.3.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=e0c5697ea03907aa187d6c2b60f653f4
|
||||
_md5_=77631a1fed22295a7983c99dc600a8ff
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/colorlog[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/faker[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/jmespath-1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jsonschema-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/paho-mqtt-1.3.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-box-6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.22.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/stevedore-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/flit-core-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=test? ( dev-python/colorlog[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/faker[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/jmespath-1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jsonschema-4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/paho-mqtt-1.3.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-box-6[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.22.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/stevedore-4[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/flit-core-3.11.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A tool, library, and Pytest plugin for testing RESTful APIs
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/taverntesting/tavern/ https://pypi.org/project/tavern/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/jmespath-1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jsonschema-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/paho-mqtt-1.3.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-box-6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.22.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/stevedore-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=>=dev-python/jmespath-1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jsonschema-4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/paho-mqtt-1.3.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-box-6[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.22.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/stevedore-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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/taverntesting/tavern/archive/2.17.0.tar.gz -> tavern-2.17.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=9a8290983f09ea425c0c3c9e71085b3b
|
||||
_md5_=f12b05a86741d6e8fe34665f3cc5dfbc
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/colorlog[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/faker[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/jmespath-1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jsonschema-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-box-6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pytest-9[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/requests-2.22.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/stevedore-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/flit-core-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( dev-python/colorlog[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/faker[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/jmespath-1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jsonschema-4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-8[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-box-6[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pytest-9[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/requests-2.22.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/stevedore-4[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/flit-core-3.11.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A tool, library, and Pytest plugin for testing RESTful APIs
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/taverntesting/tavern/ https://pypi.org/project/tavern/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/jmespath-1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jsonschema-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-box-6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pytest-9[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/requests-2.22.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/stevedore-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RDEPEND=>=dev-python/jmespath-1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jsonschema-4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-8[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-box-6[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pytest-9[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/requests-2.22.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/stevedore-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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/taverntesting/tavern/archive/3.0.0.tar.gz -> tavern-3.0.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=49db6bc165dade87988366e4b918bae8
|
||||
_md5_=dfb51eddcde7eab5ef9fe6a6085de313
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/colorlog[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/faker[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/paho-mqtt[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/jmespath-1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jsonschema-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-box-6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/requests-2.22.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/stevedore-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/flit-core-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( dev-python/colorlog[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/faker[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/paho-mqtt[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/jmespath-1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jsonschema-4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-8[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-box-6[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/requests-2.22.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/stevedore-4[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/flit-core-3.11.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A tool, library, and Pytest plugin for testing RESTful APIs
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/taverntesting/tavern/ https://pypi.org/project/tavern/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/jmespath-1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jsonschema-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-box-6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/requests-2.22.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/stevedore-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RDEPEND=>=dev-python/jmespath-1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jsonschema-4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-8[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-box-6[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/requests-2.22.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/stevedore-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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/taverntesting/tavern/archive/3.0.1.tar.gz -> tavern-3.0.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=b9c9569cfecce6965ffe59d642b3a7aa
|
||||
_md5_=0733a880047d7b6b274a2db40b1b409c
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/colorlog[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/faker[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/paho-mqtt[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/jmespath-1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jsonschema-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-box-6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.22.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/stevedore-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/flit-core-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=test? ( dev-python/colorlog[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/faker[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/paho-mqtt[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/jmespath-1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jsonschema-4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-8[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-box-6[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.22.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/stevedore-4[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/flit-core-3.11.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A tool, library, and Pytest plugin for testing RESTful APIs
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/taverntesting/tavern/ https://pypi.org/project/tavern/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/jmespath-1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jsonschema-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-box-6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.22.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/stevedore-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=>=dev-python/jmespath-1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jsonschema-4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyjwt-2.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pykwalify-1.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-8[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-box-6[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyyaml-6.0.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.22.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/simpleeval-1.0.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/stevedore-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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/taverntesting/tavern/archive/3.0.2.tar.gz -> tavern-3.0.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=f2f5aacf0d8c43639599bf760204b3e2
|
||||
_md5_=6e513cccb6fa56b55d2d441be7db3850
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) 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] ) dev-python/django[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/sybil-6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/twisted-18[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sys-libs/timezone-data ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-django[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=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] ) dev-python/django[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/sybil-6[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/twisted-18[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sys-libs/timezone-data ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-django[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-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A collection of helpers and mock objects for unit tests and doc tests
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/testfixtures/ https://github.com/Simplistix/testfixtures/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/t/testfixtures/testfixtures-10.0.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=126dacb80f8b5f49c7fec78ab7d68ee4
|
||||
_md5_=2074a31cd6fd75934c185075239fc101
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) python_targets_python3_13? ( dev-lang/python:3.13[sqlite] ) dev-python/django[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/sybil-6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/twisted-18[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] sys-libs/timezone-data ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-django[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) python_targets_python3_13? ( dev-lang/python:3.13[sqlite] ) dev-python/django[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/sybil-6[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/twisted-18[python_targets_python3_12(-)?,python_targets_python3_13(-)?] sys-libs/timezone-data ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-django[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-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A collection of helpers and mock objects for unit tests and doc tests
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/testfixtures/ https://github.com/Simplistix/testfixtures/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RDEPEND=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/t/testfixtures/testfixtures-9.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=036794f05596da20fab30cd4755c75b1
|
||||
_md5_=8aae8e0c7fbc2699e9d6108116e66f69
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) 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] ) dev-python/django[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/sybil-6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/twisted-18[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sys-libs/timezone-data ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-django[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=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] ) dev-python/django[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/sybil-6[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/twisted-18[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sys-libs/timezone-data ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-django[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-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A collection of helpers and mock objects for unit tests and doc tests
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/testfixtures/ https://github.com/Simplistix/testfixtures/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) 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_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/t/testfixtures/testfixtures-9.2.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=126dacb80f8b5f49c7fec78ab7d68ee4
|
||||
_md5_=2074a31cd6fd75934c185075239fc101
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( acct-user/buildbot ~dev-util/buildbot-worker-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/alembic-1.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ~dev-util/buildbot-pkg-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-util/buildbot-worker[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/boto3-1.12.48[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/lz4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ldap3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown-3.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/moto-4.2.13[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pypugjs[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/txrequests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/treq[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=test? ( acct-user/buildbot ~dev-util/buildbot-worker-3.11.0[python_targets_python3_12(-)?] >=dev-python/alembic-1.6.0[python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_12(-)?] ) ~dev-util/buildbot-pkg-3.11.0[python_targets_python3_12(-)?] dev-util/buildbot-worker[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_12(-)?] >=dev-python/boto3-1.12.48[python_targets_python3_12(-)?] dev-python/lz4[python_targets_python3_12(-)?] dev-python/ldap3[python_targets_python3_12(-)?] >=dev-python/markdown-3.0.0[python_targets_python3_12(-)?] >=dev-python/moto-4.2.13[python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_12(-)?] dev-python/pypugjs[python_targets_python3_12(-)?] dev-python/txrequests[python_targets_python3_12(-)?] dev-python/treq[python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile config configure install postinst prepare test
|
||||
DESCRIPTION=BuildBot build automation system
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot/
|
||||
INHERIT=readme.gentoo-r1 systemd distutils-r1 pypi
|
||||
IUSE=crypt docker examples irc test python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=crypt docker examples irc test python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=acct-user/buildbot ~dev-util/buildbot-worker-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/alembic-1.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=acct-user/buildbot ~dev-util/buildbot-worker-3.11.0[python_targets_python3_12(-)?] >=dev-python/alembic-1.6.0[python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_12(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot/buildbot-3.11.0.tar.gz
|
||||
_eclasses_=readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db systemd a964c0cbe818b5729da1dbfcee5be861 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=50a2e3e976598a242d44e3ed2ce8780a
|
||||
_md5_=7c6a0bb24a2203f46c3c4a0e648f3905
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ~dev-util/buildbot-pkg-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-worker-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/boto3-1.12.48[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/lz4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ldap3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown-3.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/moto-4.2.13[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pypugjs[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/txrequests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/treq[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=test? ( acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_12(-)?] ) ~dev-util/buildbot-pkg-3.11.1[python_targets_python3_12(-)?] ~dev-util/buildbot-worker-3.11.1[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_12(-)?] >=dev-python/boto3-1.12.48[python_targets_python3_12(-)?] dev-python/lz4[python_targets_python3_12(-)?] dev-python/ldap3[python_targets_python3_12(-)?] >=dev-python/markdown-3.0.0[python_targets_python3_12(-)?] >=dev-python/moto-4.2.13[python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_12(-)?] dev-python/pypugjs[python_targets_python3_12(-)?] dev-python/txrequests[python_targets_python3_12(-)?] dev-python/treq[python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile config configure install postinst prepare test
|
||||
DESCRIPTION=BuildBot build automation system
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot/
|
||||
INHERIT=readme.gentoo-r1 systemd distutils-r1 pypi
|
||||
IUSE=crypt docker examples irc test python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=crypt docker examples irc test python_targets_python3_12
|
||||
KEYWORDS=amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_12(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot/buildbot-3.11.1.tar.gz
|
||||
_eclasses_=readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db systemd a964c0cbe818b5729da1dbfcee5be861 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=48fdcd941f32b9d2bbcf79b99e90e070
|
||||
_md5_=1ac66738285764feeb6f59431a90551d
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ~dev-util/buildbot-pkg-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-worker-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/boto3-1.12.48[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/lz4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ldap3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown-3.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/moto-4.2.13[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pypugjs[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/txrequests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/treq[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=test? ( acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_12(-)?] ) ~dev-util/buildbot-pkg-3.11.9[python_targets_python3_12(-)?] ~dev-util/buildbot-worker-3.11.9[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_12(-)?] >=dev-python/boto3-1.12.48[python_targets_python3_12(-)?] dev-python/lz4[python_targets_python3_12(-)?] dev-python/ldap3[python_targets_python3_12(-)?] >=dev-python/markdown-3.0.0[python_targets_python3_12(-)?] >=dev-python/moto-4.2.13[python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_12(-)?] dev-python/pypugjs[python_targets_python3_12(-)?] dev-python/txrequests[python_targets_python3_12(-)?] dev-python/treq[python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile config configure install postinst prepare test
|
||||
DESCRIPTION=BuildBot build automation system
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot/
|
||||
INHERIT=readme.gentoo-r1 systemd distutils-r1 pypi
|
||||
IUSE=crypt docker examples irc test python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=crypt docker examples irc test python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_12(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot/buildbot-3.11.9.tar.gz
|
||||
_eclasses_=readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db systemd a964c0cbe818b5729da1dbfcee5be861 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=8f2858c554f80f53c2f18f9c84735ffe
|
||||
_md5_=7466cda8168db5890677c687e8d0a9e4
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-22.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-22.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ~dev-util/buildbot-pkg-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-worker-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/boto3-1.12.48[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/lz4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ldap3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown-3.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/moto-4.2.13[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pypugjs[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/txrequests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/treq[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-util/ruff ) virtual/pkgconfig python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=test? ( acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.4.0[python_targets_python3_12(-)?] >=dev-python/twisted-22.1.0[python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_12(-)?] >=dev-python/twisted-22.1.0[python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_12(-)?] ) ~dev-util/buildbot-pkg-4.1.0[python_targets_python3_12(-)?] ~dev-util/buildbot-worker-4.1.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_12(-)?] >=dev-python/boto3-1.12.48[python_targets_python3_12(-)?] dev-python/lz4[python_targets_python3_12(-)?] dev-python/ldap3[python_targets_python3_12(-)?] >=dev-python/markdown-3.0.0[python_targets_python3_12(-)?] >=dev-python/moto-4.2.13[python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_12(-)?] dev-python/pypugjs[python_targets_python3_12(-)?] dev-python/txrequests[python_targets_python3_12(-)?] dev-python/treq[python_targets_python3_12(-)?] dev-util/ruff ) virtual/pkgconfig python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile config configure install postinst prepare test
|
||||
DESCRIPTION=BuildBot build automation system
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot/
|
||||
INHERIT=readme.gentoo-r1 systemd distutils-r1 pypi
|
||||
IUSE=crypt docker examples irc test python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=crypt docker examples irc test python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-22.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-22.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.4.0[python_targets_python3_12(-)?] >=dev-python/twisted-22.1.0[python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_12(-)?] >=dev-python/twisted-22.1.0[python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_12(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot/buildbot-4.1.0.tar.gz
|
||||
_eclasses_=readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db systemd a964c0cbe818b5729da1dbfcee5be861 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=ef6b8f52f62a6e1289b4e919382faa0d
|
||||
_md5_=1c91647e16040062cef9653499aa6a80
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=test? ( acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ~dev-util/buildbot-pkg-9999[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-worker-9999[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-9999[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/boto3-1.12.48[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/lz4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ldap3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown-3.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/moto-4.2.13[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pypugjs[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/treq[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/txrequests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=test? ( acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_12(-)?] ) ~dev-util/buildbot-pkg-9999[python_targets_python3_12(-)?] ~dev-util/buildbot-worker-9999[python_targets_python3_12(-)?] ~dev-util/buildbot-www-9999[python_targets_python3_12(-)?] >=dev-python/boto3-1.12.48[python_targets_python3_12(-)?] dev-python/lz4[python_targets_python3_12(-)?] dev-python/ldap3[python_targets_python3_12(-)?] >=dev-python/markdown-3.0.0[python_targets_python3_12(-)?] >=dev-python/moto-4.2.13[python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_12(-)?] dev-python/pypugjs[python_targets_python3_12(-)?] dev-python/treq[python_targets_python3_12(-)?] dev-python/txrequests[python_targets_python3_12(-)?] ) >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile config configure install postinst prepare test unpack
|
||||
DESCRIPTION=BuildBot build automation system
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot/
|
||||
INHERIT=readme.gentoo-r1 git-r3 systemd distutils-r1
|
||||
IUSE=crypt docker examples irc test python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=crypt docker examples irc test python_targets_python3_12
|
||||
LICENSE=GPL-2
|
||||
PROPERTIES=live
|
||||
RDEPEND=acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=acct-user/buildbot >=dev-python/alembic-1.6.0[python_targets_python3_12(-)?] >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/croniter-1.3.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_12(-)?] dev-python/pyjwt[python_targets_python3_12(-)?] >=dev-python/python-dateutil-1.5[python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_12(-)?] >=dev-python/sqlalchemy-1.3.0[python_targets_python3_12(-)?] <dev-python/sqlalchemy-1.5.0[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] >=dev-python/txaio-2.2.2[python_targets_python3_12(-)?] >=dev-python/unidiff-0.7.5[python_targets_python3_12(-)?] >=dev-python/zope-interface-4.1.1[python_targets_python3_12(-)?] crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python3_12(-)?] dev-python/service-identity[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?,ssl(-)] dev-python/idna[python_targets_python3_12(-)?] ) irc? ( dev-python/txrequests[python_targets_python3_12(-)?] ) docker? ( >=dev-python/docker-7.0.0[python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_12(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
_eclasses_=readme.gentoo-r1 b045f3acf546393ab6b3170781875358 git-r3 875eb471682d3e1f18da124be97dcc81 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db systemd a964c0cbe818b5729da1dbfcee5be861 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=159800ce7b0e0c33fccb4008e09b8ee4
|
||||
_md5_=c229b30f72ed92639b328f5382eebc83
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-pkg-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/cairocffi[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-gfx/cairosvg[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/klein[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_12(-)?] ~dev-util/buildbot-pkg-3.11.0[python_targets_python3_12(-)?] dev-python/cairocffi[python_targets_python3_12(-)?] media-gfx/cairosvg[python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_12(-)?] dev-python/klein[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot badges plugin produces an image in SVG or PNG format...
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-badges/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-badges/buildbot-badges-3.11.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=2cab21648f6ee1c1f3d641bdfe012444
|
||||
_md5_=6ab31a578f179de2f93f3a93a4db3e5b
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-pkg-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/cairocffi[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-gfx/cairosvg[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/klein[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_12(-)?] ~dev-util/buildbot-pkg-3.11.1[python_targets_python3_12(-)?] dev-python/cairocffi[python_targets_python3_12(-)?] media-gfx/cairosvg[python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_12(-)?] dev-python/klein[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot badges plugin produces an image in SVG or PNG format...
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-grid-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=amd64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-badges/buildbot-badges-3.11.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=8bd013b9603077665a2687eb95413cec
|
||||
_md5_=a43ecff8a42b10df2607224ab11c85ca
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-pkg-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/cairocffi[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-gfx/cairosvg[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/klein[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_12(-)?] ~dev-util/buildbot-pkg-3.11.9[python_targets_python3_12(-)?] dev-python/cairocffi[python_targets_python3_12(-)?] media-gfx/cairosvg[python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_12(-)?] dev-python/klein[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot badges plugin produces an image in SVG or PNG format...
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-grid-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_badges/buildbot_badges-3.11.9.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=5d39a3585288bbdb8082bac9bc4f3914
|
||||
_md5_=44ae03f5be757ed9d2435d041aa140e4
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-pkg-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/cairocffi[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-gfx/cairosvg[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/klein[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-4.1.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_12(-)?] ~dev-util/buildbot-pkg-4.1.0[python_targets_python3_12(-)?] dev-python/cairocffi[python_targets_python3_12(-)?] media-gfx/cairosvg[python_targets_python3_12(-)?] >=dev-python/jinja2-2.1[python_targets_python3_12(-)?] dev-python/klein[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot badges plugin produces an image in SVG or PNG format...
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-grid-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_badges/buildbot_badges-4.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=b111542e7f6f93bd1c681f1e8f89c68b
|
||||
_md5_=249b7ea75d1eda11f8904030309652c2
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot console-view plugin
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-console-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-console-view/buildbot-console-view-3.11.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=03834810579d9d4507c30222813d55f5
|
||||
_md5_=25526c8c5729da8e788c9e28cc4f9bb9
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot console-view plugin
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-console-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-console-view/buildbot-console-view-3.11.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=2e49aa999a8470f537e5f6dd3491791a
|
||||
_md5_=f06fea5471ada5ce2928cb08f24faaaf
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot console-view plugin
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-console-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_console_view/buildbot_console_view-3.11.9.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=7f9ba0b12e926e2153c167977d46f8ca
|
||||
_md5_=e9da81593056d45e2c7a1852a2463d1e
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-4.1.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot console-view plugin
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-console-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-4.1.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_console_view/buildbot_console_view-4.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=7f9ba0b12e926e2153c167977d46f8ca
|
||||
_md5_=e9da81593056d45e2c7a1852a2463d1e
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot grid view web interface
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-grid-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-grid-view/buildbot-grid-view-3.11.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=2ac23bbbe742b8e7df17120495f73b40
|
||||
_md5_=05aea3dc3cebcf69313afe59dd15ab56
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot grid view web interface
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-grid-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-grid-view/buildbot-grid-view-3.11.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=60582a298976a3145401738e54c114bb
|
||||
_md5_=7f2ec58ae69a28fd7f01d8c80f790e56
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot grid view web interface
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-grid-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_grid_view/buildbot_grid_view-3.11.9.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=0010ad086b64802379825bef4acc0867
|
||||
_md5_=7769268e67466785f64fa29b1b29a0c0
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-4.1.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot grid view web interface
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-grid-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_grid_view/buildbot_grid_view-4.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=0010ad086b64802379825bef4acc0867
|
||||
_md5_=7769268e67466785f64fa29b1b29a0c0
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot common www build tools for packaging releases
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-pkg/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-python/setuptools[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=dev-python/setuptools[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-pkg/buildbot-pkg-3.11.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=856f3a2fa9b9ccf393b7447ad3d9f519
|
||||
_md5_=439aff154a95dd6f501ea445e0a9aa87
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot common www build tools for packaging releases
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-pkg/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-python/setuptools[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=dev-python/setuptools[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-pkg/buildbot-pkg-3.11.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=2919460f44a671e566053db25260d9d0
|
||||
_md5_=c0f52c39ca26248ddcd19028efebf425
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot common www build tools for packaging releases
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-pkg/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-python/setuptools[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=dev-python/setuptools[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_pkg/buildbot_pkg-3.11.9.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=15b692e8dc8117b120ecd9f1fc26050b
|
||||
_md5_=86a1943b65894cb4ac0637b4174f8c0d
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot common www build tools for packaging releases
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-pkg/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-python/setuptools[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=dev-python/setuptools[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_pkg/buildbot_pkg-4.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=15b692e8dc8117b120ecd9f1fc26050b
|
||||
_md5_=86a1943b65894cb4ac0637b4174f8c0d
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot react based console-view plugin
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-react-console-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-react-console-view/buildbot-react-console-view-3.11.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=f174e7d026e634c61116fb8b9fc176d8
|
||||
_md5_=05b84d3a5725450ff2455ce763c681a4
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.1[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot react based console-view plugin
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-react-console-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.1[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-react-console-view/buildbot-react-console-view-3.11.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=137023e99ee02ead3f8fd284e3b8c2ee
|
||||
_md5_=6ab578024a08e1369d2d74233b216b35
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.9[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot react based console-view plugin
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-react-console-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.9[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_react_console_view/buildbot_react_console_view-3.11.9.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=361a4be2231e6a27b94f7a9c4fbb1bbc
|
||||
_md5_=79426101b2f21084cab6457173acd41c
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot react based grid view web interface
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-react-grid-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-react-grid-view/buildbot-react-grid-view-3.11.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=06ce7a674dd58ef83b22baabbb51e918
|
||||
_md5_=234185336a58c579794527b769b5c1b7
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.1[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot react based grid view web interface
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-react-grid-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-react-grid-view/buildbot-react-grid-view-3.11.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=affe9c6cdfa6b8bdb145e37cb84b9c4c
|
||||
_md5_=a6a4dff6de8df97afef5c9e56ee5fa01
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.9[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot react based grid view web interface
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-react-grid-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_react_grid_view/buildbot_react_grid_view-3.11.9.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=0e4aa97dadf9fbd7b03d130b4ce1d072
|
||||
_md5_=658db90958352ef7b750cfb057000a17
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot plugin to integrate flask or bottle dashboards to buildbot UI
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-react-wsgi-dashboards/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-react-wsgi-dashboards/buildbot-react-wsgi-dashboards-3.11.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=ec1c118fedc0b9673678cd76b5160d65
|
||||
_md5_=ec0beca7c23e3402b339eb6fdf513e09
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.1[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot plugin to integrate flask or bottle dashboards to buildbot UI
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-react-wsgi-dashboards/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=amd64 ~arm64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-react-wsgi-dashboards/buildbot-react-wsgi-dashboards-3.11.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=3c4d56d2e2ff3557a664bc8c262877a1
|
||||
_md5_=e33b78b4c0b2d0fab5c014e0e4217423
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_12(-)?] ~dev-util/buildbot-www-react-3.11.9[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot plugin to integrate flask or bottle dashboards to buildbot UI
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-react-wsgi-dashboards/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_react_wsgi_dashboards/buildbot_react_wsgi_dashboards-3.11.9.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=b7f9ff7b6c43a6df286782b814edb8b0
|
||||
_md5_=63353cff4ba1b204c54e35e9ca90246a
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot waterfall-view plugin
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-waterfall-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-waterfall-view/buildbot-waterfall-view-3.11.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=81da52ea141825116c8e109a1ba72526
|
||||
_md5_=50cce6a17d64ccc9af2370a1c71a6531
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot waterfall-view plugin
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-waterfall-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-waterfall-view/buildbot-waterfall-view-3.11.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=b231553f8e170d9e218ba02b02130b14
|
||||
_md5_=fb4817b775db539f2be8d9b060fdab00
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot waterfall-view plugin
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-waterfall-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_waterfall_view/buildbot_waterfall_view-3.11.9.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=c62141e96e948787d6d96b355250d80e
|
||||
_md5_=ce55e814cf4f4713fa032a70e5e2e6b0
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-4.1.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot waterfall-view plugin
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-waterfall-view/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-4.1.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_waterfall_view/buildbot_waterfall_view-4.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=c62141e96e948787d6d96b355250d80e
|
||||
_md5_=ce55e814cf4f4713fa032a70e5e2e6b0
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=test? ( acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile config configure install postinst prepare test
|
||||
DESCRIPTION=BuildBot Worker (slave) Daemon
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-worker/
|
||||
INHERIT=readme.gentoo-r1 systemd distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=test python_targets_python3_12
|
||||
KEYWORDS=amd64 ~arm64 ~riscv ~sparc
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-worker/buildbot-worker-3.11.0.tar.gz https://dev.gentoo.org/~zorry/patches/buildbot/buildbot-worker-3.11.0-remove_py27.tar.gz
|
||||
_eclasses_=readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db systemd a964c0cbe818b5729da1dbfcee5be861 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=163b99b700caadbc18cbba0263bd2ef9
|
||||
_md5_=bb6d1040044ecf7c3055941df985dd2d
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=test? ( acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] dev-python/six[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile config configure install postinst prepare test
|
||||
DESCRIPTION=BuildBot Worker (slave) Daemon
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-worker/
|
||||
INHERIT=readme.gentoo-r1 systemd distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=test python_targets_python3_12
|
||||
KEYWORDS=amd64 ~arm64 ~riscv ~sparc
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] dev-python/six[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-worker/buildbot-worker-3.11.1.tar.gz https://github.com/buildbot/buildbot/releases/download/v3.11.1/buildbot-worker-3.11.1.tar.gz
|
||||
_eclasses_=readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db systemd a964c0cbe818b5729da1dbfcee5be861 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=f4ac7c55d7619be036677d334f671acd
|
||||
_md5_=e91fc31c80a49f17f13b90c76735b03e
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=test? ( acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] dev-python/six[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile config configure install postinst prepare test
|
||||
DESCRIPTION=BuildBot Worker (slave) Daemon
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-worker/
|
||||
INHERIT=readme.gentoo-r1 systemd distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=test python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv ~sparc
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] dev-python/six[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_worker/buildbot_worker-3.11.9.tar.gz
|
||||
_eclasses_=readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db systemd a964c0cbe818b5729da1dbfcee5be861 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=cb23de9a01c71ee4a6d2ff300ac12039
|
||||
_md5_=8dea261023150e08a98bc6fcfe69cf1d
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-21.2.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=test? ( acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] dev-python/six[python_targets_python3_12(-)?] >=dev-python/twisted-21.2.0[python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile config configure install postinst prepare test
|
||||
DESCRIPTION=BuildBot Worker (slave) Daemon
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-worker/
|
||||
INHERIT=readme.gentoo-r1 systemd distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=test python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv ~sparc
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-21.2.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] dev-python/six[python_targets_python3_12(-)?] >=dev-python/twisted-21.2.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_worker/buildbot_worker-4.1.0.tar.gz
|
||||
_eclasses_=readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db systemd a964c0cbe818b5729da1dbfcee5be861 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=7e0301c52e35acf6e5eec3ab8640f4f0
|
||||
_md5_=c17192dd1aa2ca3aaea1e5dd44121905
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
BDEPEND=test? ( acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=test? ( acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] dev-python/six[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] dev-python/parameterized[python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_12(-)?] ) virtual/pkgconfig python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile config configure install postinst prepare test
|
||||
DESCRIPTION=BuildBot Worker (slave) Daemon
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-worker/
|
||||
INHERIT=readme.gentoo-r1 systemd distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=test python_targets_python3_12
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=acct-user/buildbot !<dev-util/buildbot-3.0.0 >=dev-python/autobahn-0.16.0[python_targets_python3_12(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_12(-)?] dev-python/six[python_targets_python3_12(-)?] >=dev-python/twisted-18.7.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
_eclasses_=readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db systemd a964c0cbe818b5729da1dbfcee5be861 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=6b313bd4b86592dcc648bc2c0313f9d0
|
||||
_md5_=d5a5d8e12236a63a70d4d14e10f816b2
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot plugin to integrate flask or bottle dashboards to buildbot UI
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-wsgi-dashboards/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.11.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=c346d6c944eabf416b1cb578db13bf09
|
||||
_md5_=a3eb514cd666f599aad249199a623024
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.1[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.1[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot plugin to integrate flask or bottle dashboards to buildbot UI
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-wsgi-dashboards/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.11.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=bd6d6f03d710cec7c327064cb986cd14
|
||||
_md5_=62eb19bbd4378c2a7d627aaca851564f
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-3.11.9[python_targets_python3_12(-)?] ~dev-util/buildbot-www-3.11.9[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot plugin to integrate flask or bottle dashboards to buildbot UI
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-wsgi-dashboards/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_wsgi_dashboards/buildbot_wsgi_dashboards-3.11.9.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=5f0605c45d2f819cca6d8af8b777ea47
|
||||
_md5_=f4fb0eea73210b35d06d9dad37f669bc
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-4.1.0[python_targets_python3_12(-)?] ~dev-util/buildbot-www-4.1.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Buildbot plugin to integrate flask or bottle dashboards to buildbot UI
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-wsgi-dashboards/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_wsgi_dashboards/buildbot_wsgi_dashboards-4.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=5f0605c45d2f819cca6d8af8b777ea47
|
||||
_md5_=f4fb0eea73210b35d06d9dad37f669bc
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-pkg-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-pkg-3.11.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot base web interface, use with buildbot-{console-view,waterfall-view}...
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-pkg-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-pkg-3.11.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-www/buildbot-www-3.11.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=c29a373c1c654b73412dd97c0777cffc
|
||||
_md5_=f86995fe6e1ef86d1f8fd4797428dd64
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-pkg-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-pkg-3.11.1[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot base web interface, use with buildbot-{console-view,waterfall-view}...
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-pkg-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-pkg-3.11.1[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-www/buildbot-www-3.11.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=8a0160688d754cd88d6ee0f2edffd09e
|
||||
_md5_=92893f95601d9745514d6afb486029d8
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-pkg-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-pkg-3.11.9[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot base web interface, use with buildbot-{console-view,waterfall-view}...
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-pkg-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-pkg-3.11.9[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_www/buildbot_www-3.11.9.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=eb79cb703114b284468098388d23da92
|
||||
_md5_=aec1755f9fd4a39ddd29476ef38d2923
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-pkg-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-pkg-4.1.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot base web interface, use with buildbot-{console-view,waterfall-view}...
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-pkg-4.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-pkg-4.1.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_www/buildbot_www-4.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=eb79cb703114b284468098388d23da92
|
||||
_md5_=aec1755f9fd4a39ddd29476ef38d2923
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-pkg-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-pkg-3.11.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot base web interface, use with buildbot-react-{console-view,grid-view}...
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www-react/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-pkg-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-pkg-3.11.0[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-www-react/buildbot-www-react-3.11.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=4f9d7262b981877aba2df480a440121e
|
||||
_md5_=d0f4d7719abd7a531ad0ac17bab231bd
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-pkg-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-pkg-3.11.1[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot base web interface, use with buildbot-react-{console-view,grid-view}...
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www-react/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-pkg-3.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-pkg-3.11.1[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot-www-react/buildbot-www-react-3.11.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=e358202598e529be969b870c78866d28
|
||||
_md5_=dc8362784a399c9be285c2c43bb98e8f
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=~dev-util/buildbot-pkg-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=~dev-util/buildbot-pkg-3.11.9[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) >=dev-python/gpep517-16[python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=BuildBot base web interface, use with buildbot-react-{console-view,grid-view}...
|
||||
EAPI=8
|
||||
HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www-react/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=~dev-util/buildbot-pkg-3.11.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=~dev-util/buildbot-pkg-3.11.9[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/buildbot_www_react/buildbot_www_react-3.11.9.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=79e2bad82175fb37c634707f2072d47c
|
||||
_md5_=017f6dd4e9c2c0f55f99af611a7941af
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=python_single_target_python3_11? ( dev-python/setuptools[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] ) test? ( python_single_target_python3_11? ( dev-python/aiosmtpd[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/aiosmtpd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/aiosmtpd[python_targets_python3_13(-)] ) ) virtual/pkgconfig
|
||||
BDEPEND=python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] ) test? ( python_single_target_python3_12? ( dev-python/aiosmtpd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/aiosmtpd[python_targets_python3_13(-)] ) ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile install postinst preinst prepare setup test
|
||||
DESCRIPTION=Scans log files and bans IPs that show malicious signs
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.fail2ban.org/
|
||||
INHERIT=bash-completion-r1 edo python-single-r1 systemd tmpfiles
|
||||
IUSE=selinux systemd test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
IUSE=selinux systemd test python_single_target_python3_12 python_single_target_python3_13
|
||||
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( dev-python/pyasyncore[python_targets_python3_12(-)] dev-python/pyasynchat[python_targets_python3_12(-)] ) virtual/logger virtual/mta selinux? ( sec-policy/selinux-fail2ban ) systemd? ( python_single_target_python3_11? ( dev-python/python-systemd[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/python-systemd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/python-systemd[python_targets_python3_13(-)] ) ) virtual/tmpfiles
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( dev-python/pyasyncore[python_targets_python3_12(-)] dev-python/pyasynchat[python_targets_python3_12(-)] ) virtual/logger virtual/mta selinux? ( sec-policy/selinux-fail2ban ) systemd? ( python_single_target_python3_12? ( dev-python/python-systemd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/python-systemd[python_targets_python3_13(-)] ) ) virtual/tmpfiles
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/fail2ban/fail2ban/archive/1.1.0.tar.gz -> fail2ban-1.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db bash-completion-r1 767861f3744f589ee5291c1698b1c082 edo a5e294016aa84979fcb2459749eb80b2 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735
|
||||
_md5_=8a16a8233d5c59c5f8bb52b1e20916d2
|
||||
_md5_=1eb74fb1c43ff707aa8e9b7d307bc643
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=python_single_target_python3_11? ( dev-python/setuptools[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] ) test? ( python_single_target_python3_11? ( dev-python/aiosmtpd[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/aiosmtpd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/aiosmtpd[python_targets_python3_13(-)] ) ) virtual/pkgconfig
|
||||
BDEPEND=python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] ) test? ( python_single_target_python3_12? ( dev-python/aiosmtpd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/aiosmtpd[python_targets_python3_13(-)] ) ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile install postinst preinst prepare setup test
|
||||
DESCRIPTION=Scans log files and bans IPs that show malicious signs
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.fail2ban.org/
|
||||
INHERIT=bash-completion-r1 edo python-single-r1 systemd tmpfiles
|
||||
IUSE=selinux systemd test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
IUSE=selinux systemd test python_single_target_python3_12 python_single_target_python3_13
|
||||
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( dev-python/pyasyncore[python_targets_python3_12(-)] dev-python/pyasynchat[python_targets_python3_12(-)] ) virtual/logger virtual/mta selinux? ( sec-policy/selinux-fail2ban ) systemd? ( python_single_target_python3_11? ( dev-python/python-systemd[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/python-systemd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/python-systemd[python_targets_python3_13(-)] ) ) virtual/tmpfiles
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( dev-python/pyasyncore[python_targets_python3_12(-)] dev-python/pyasynchat[python_targets_python3_12(-)] ) virtual/logger virtual/mta selinux? ( sec-policy/selinux-fail2ban ) systemd? ( python_single_target_python3_12? ( dev-python/python-systemd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/python-systemd[python_targets_python3_13(-)] ) ) virtual/tmpfiles
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/fail2ban/fail2ban/archive/1.1.0.tar.gz -> fail2ban-1.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db bash-completion-r1 767861f3744f589ee5291c1698b1c082 edo a5e294016aa84979fcb2459749eb80b2 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735
|
||||
_md5_=8697179b1a6150363157d845b7a7b4ef
|
||||
_md5_=07cdc3f12bcbd9f868d285ffba75b55a
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=python_single_target_python3_11? ( dev-python/setuptools[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] ) test? ( python_single_target_python3_11? ( dev-python/aiosmtpd[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/aiosmtpd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/aiosmtpd[python_targets_python3_13(-)] ) ) virtual/pkgconfig
|
||||
BDEPEND=python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] ) test? ( python_single_target_python3_12? ( dev-python/aiosmtpd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/aiosmtpd[python_targets_python3_13(-)] ) ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile install postinst preinst prepare setup test
|
||||
DESCRIPTION=Scans log files and bans IPs that show malicious signs
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.fail2ban.org/
|
||||
INHERIT=bash-completion-r1 edo python-single-r1 systemd tmpfiles
|
||||
IUSE=selinux systemd test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
IUSE=selinux systemd test python_single_target_python3_12 python_single_target_python3_13
|
||||
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( dev-python/pyasyncore[python_targets_python3_12(-)] dev-python/pyasynchat[python_targets_python3_12(-)] ) virtual/logger virtual/mta selinux? ( sec-policy/selinux-fail2ban ) systemd? ( python_single_target_python3_11? ( dev-python/python-systemd[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/python-systemd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/python-systemd[python_targets_python3_13(-)] ) ) virtual/tmpfiles
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( dev-python/pyasyncore[python_targets_python3_12(-)] dev-python/pyasynchat[python_targets_python3_12(-)] ) virtual/logger virtual/mta selinux? ( sec-policy/selinux-fail2ban ) systemd? ( python_single_target_python3_12? ( dev-python/python-systemd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/python-systemd[python_targets_python3_13(-)] ) ) virtual/tmpfiles
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/fail2ban/fail2ban/archive/1.1.0.tar.gz -> fail2ban-1.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db bash-completion-r1 767861f3744f589ee5291c1698b1c082 edo a5e294016aa84979fcb2459749eb80b2 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735
|
||||
_md5_=7c4c5f8b86c2458c788138dafbcb0dd5
|
||||
_md5_=757efa113cb6d195f76ca9cc7db14c7e
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
BDEPEND=python_single_target_python3_11? ( dev-python/setuptools[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] ) test? ( python_single_target_python3_11? ( dev-python/aiosmtpd[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/aiosmtpd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/aiosmtpd[python_targets_python3_13(-)] ) ) virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
|
||||
BDEPEND=python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] ) test? ( python_single_target_python3_12? ( dev-python/aiosmtpd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/aiosmtpd[python_targets_python3_13(-)] ) ) virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile install postinst preinst prepare setup test unpack
|
||||
DESCRIPTION=Scans log files and bans IPs that show malicious signs
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.fail2ban.org/
|
||||
INHERIT=bash-completion-r1 edo python-single-r1 systemd tmpfiles git-r3
|
||||
IUSE=selinux systemd test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
IUSE=selinux systemd test python_single_target_python3_12 python_single_target_python3_13
|
||||
LICENSE=GPL-2
|
||||
PROPERTIES=live
|
||||
RDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( dev-python/pyasyncore[python_targets_python3_12(-)] dev-python/pyasynchat[python_targets_python3_12(-)] ) virtual/logger virtual/mta selinux? ( sec-policy/selinux-fail2ban ) systemd? ( python_single_target_python3_11? ( dev-python/python-systemd[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/python-systemd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/python-systemd[python_targets_python3_13(-)] ) ) virtual/tmpfiles
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( dev-python/pyasyncore[python_targets_python3_12(-)] dev-python/pyasynchat[python_targets_python3_12(-)] ) virtual/logger virtual/mta selinux? ( sec-policy/selinux-fail2ban ) systemd? ( python_single_target_python3_12? ( dev-python/python-systemd[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/python-systemd[python_targets_python3_13(-)] ) ) virtual/tmpfiles
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db bash-completion-r1 767861f3744f589ee5291c1698b1c082 edo a5e294016aa84979fcb2459749eb80b2 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=a574bee0226f868cf75de711f76668ce
|
||||
_md5_=bdb5496c6d928368879d3105b04eba8e
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
BDEPEND=test? ( python_single_target_python3_11? ( dev-python/flaky[python_targets_python3_11(-)] >=dev-python/lxml-4.5.0[python_targets_python3_11(-)] >=dev-python/pyfakefs-5.6.0[python_targets_python3_11(-)] dev-python/pytest-asyncio[python_targets_python3_11(-)] dev-python/pytest-httpbin[python_targets_python3_11(-)] dev-python/pytest-httpserver[python_targets_python3_11(-)] dev-python/pytest-mock[python_targets_python3_11(-)] dev-python/pytest[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/selenium[python_targets_python3_11(-)] dev-python/tavalidate[python_targets_python3_11(-)] >=dev-python/tavern-2[python_targets_python3_11(-)] dev-python/werkzeug[python_targets_python3_11(-)] dev-python/xmltodict[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/flaky[python_targets_python3_12(-)] >=dev-python/lxml-4.5.0[python_targets_python3_12(-)] >=dev-python/pyfakefs-5.6.0[python_targets_python3_12(-)] dev-python/pytest-asyncio[python_targets_python3_12(-)] dev-python/pytest-httpbin[python_targets_python3_12(-)] dev-python/pytest-httpserver[python_targets_python3_12(-)] dev-python/pytest-mock[python_targets_python3_12(-)] dev-python/pytest[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/selenium[python_targets_python3_12(-)] dev-python/tavalidate[python_targets_python3_12(-)] >=dev-python/tavern-2[python_targets_python3_12(-)] dev-python/werkzeug[python_targets_python3_12(-)] dev-python/xmltodict[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/flaky[python_targets_python3_13(-)] >=dev-python/lxml-4.5.0[python_targets_python3_13(-)] >=dev-python/pyfakefs-5.6.0[python_targets_python3_13(-)] dev-python/pytest-asyncio[python_targets_python3_13(-)] dev-python/pytest-httpbin[python_targets_python3_13(-)] dev-python/pytest-httpserver[python_targets_python3_13(-)] dev-python/pytest-mock[python_targets_python3_13(-)] dev-python/pytest[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/selenium[python_targets_python3_13(-)] dev-python/tavalidate[python_targets_python3_13(-)] >=dev-python/tavern-2[python_targets_python3_13(-)] dev-python/werkzeug[python_targets_python3_13(-)] dev-python/xmltodict[python_targets_python3_13(-)] ) app-arch/7zip app-arch/unrar app-arch/unzip www-apps/chromedriver-bin ) virtual/pkgconfig
|
||||
BDEPEND=test? ( python_single_target_python3_12? ( dev-python/flaky[python_targets_python3_12(-)] >=dev-python/lxml-4.5.0[python_targets_python3_12(-)] >=dev-python/pyfakefs-5.6.0[python_targets_python3_12(-)] dev-python/pytest-asyncio[python_targets_python3_12(-)] dev-python/pytest-httpbin[python_targets_python3_12(-)] dev-python/pytest-httpserver[python_targets_python3_12(-)] dev-python/pytest-mock[python_targets_python3_12(-)] dev-python/pytest[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/selenium[python_targets_python3_12(-)] dev-python/tavalidate[python_targets_python3_12(-)] >=dev-python/tavern-2[python_targets_python3_12(-)] dev-python/werkzeug[python_targets_python3_12(-)] dev-python/xmltodict[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/flaky[python_targets_python3_13(-)] >=dev-python/lxml-4.5.0[python_targets_python3_13(-)] >=dev-python/pyfakefs-5.6.0[python_targets_python3_13(-)] dev-python/pytest-asyncio[python_targets_python3_13(-)] dev-python/pytest-httpbin[python_targets_python3_13(-)] dev-python/pytest-httpserver[python_targets_python3_13(-)] dev-python/pytest-mock[python_targets_python3_13(-)] dev-python/pytest[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/selenium[python_targets_python3_13(-)] dev-python/tavalidate[python_targets_python3_13(-)] >=dev-python/tavern-2[python_targets_python3_13(-)] dev-python/werkzeug[python_targets_python3_13(-)] dev-python/xmltodict[python_targets_python3_13(-)] ) app-arch/7zip app-arch/unrar app-arch/unzip www-apps/chromedriver-bin ) virtual/pkgconfig
|
||||
DEFINED_PHASES=install postinst setup test
|
||||
DEPEND=acct-user/sabnzbd acct-group/sabnzbd python_single_target_python3_11? ( dev-lang/python:3.11[sqlite] ) python_single_target_python3_12? ( dev-lang/python:3.12[sqlite] ) python_single_target_python3_13? ( dev-lang/python:3.13[sqlite] ) python_single_target_python3_11? ( >=dev-python/apprise-1.9.2[python_targets_python3_11(-)] dev-python/chardet[python_targets_python3_11(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_11(-)] dev-python/cherrypy[python_targets_python3_11(-)] dev-python/configobj[python_targets_python3_11(-)] dev-python/cryptography[python_targets_python3_11(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_11(-)] >=dev-python/guessit-3.8.0[python_targets_python3_11(-)] dev-python/notify2[python_targets_python3_11(-)] dev-python/portend[python_targets_python3_11(-)] dev-python/puremagic[python_targets_python3_11(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/apprise-1.9.2[python_targets_python3_12(-)] dev-python/chardet[python_targets_python3_12(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_12(-)] dev-python/cherrypy[python_targets_python3_12(-)] dev-python/configobj[python_targets_python3_12(-)] dev-python/cryptography[python_targets_python3_12(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_12(-)] >=dev-python/guessit-3.8.0[python_targets_python3_12(-)] dev-python/notify2[python_targets_python3_12(-)] dev-python/portend[python_targets_python3_12(-)] dev-python/puremagic[python_targets_python3_12(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/apprise-1.9.2[python_targets_python3_13(-)] dev-python/chardet[python_targets_python3_13(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_13(-)] dev-python/cherrypy[python_targets_python3_13(-)] dev-python/configobj[python_targets_python3_13(-)] dev-python/cryptography[python_targets_python3_13(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_13(-)] >=dev-python/guessit-3.8.0[python_targets_python3_13(-)] dev-python/notify2[python_targets_python3_13(-)] dev-python/portend[python_targets_python3_13(-)] dev-python/puremagic[python_targets_python3_13(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_13(-)] )
|
||||
DEPEND=acct-user/sabnzbd acct-group/sabnzbd python_single_target_python3_12? ( dev-lang/python:3.12[sqlite] ) python_single_target_python3_13? ( dev-lang/python:3.13[sqlite] ) python_single_target_python3_12? ( >=dev-python/apprise-1.9.2[python_targets_python3_12(-)] dev-python/chardet[python_targets_python3_12(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_12(-)] dev-python/cherrypy[python_targets_python3_12(-)] dev-python/configobj[python_targets_python3_12(-)] dev-python/cryptography[python_targets_python3_12(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_12(-)] >=dev-python/guessit-3.8.0[python_targets_python3_12(-)] dev-python/notify2[python_targets_python3_12(-)] dev-python/portend[python_targets_python3_12(-)] dev-python/puremagic[python_targets_python3_12(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/apprise-1.9.2[python_targets_python3_13(-)] dev-python/chardet[python_targets_python3_13(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_13(-)] dev-python/cherrypy[python_targets_python3_13(-)] dev-python/configobj[python_targets_python3_13(-)] dev-python/cryptography[python_targets_python3_13(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_13(-)] >=dev-python/guessit-3.8.0[python_targets_python3_13(-)] dev-python/notify2[python_targets_python3_13(-)] dev-python/portend[python_targets_python3_13(-)] dev-python/puremagic[python_targets_python3_13(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_13(-)] )
|
||||
DESCRIPTION=Binary newsgrabber with web-interface
|
||||
EAPI=8
|
||||
HOMEPAGE=https://sabnzbd.org/
|
||||
INHERIT=optfeature python-single-r1 systemd
|
||||
IUSE=test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
IUSE=test python_single_target_python3_12 python_single_target_python3_13
|
||||
KEYWORDS=amd64
|
||||
LICENSE=GPL-2 BSD LGPL-2 MIT BSD-1
|
||||
RDEPEND=acct-user/sabnzbd acct-group/sabnzbd python_single_target_python3_11? ( dev-lang/python:3.11[sqlite] ) python_single_target_python3_12? ( dev-lang/python:3.12[sqlite] ) python_single_target_python3_13? ( dev-lang/python:3.13[sqlite] ) python_single_target_python3_11? ( >=dev-python/apprise-1.9.2[python_targets_python3_11(-)] dev-python/chardet[python_targets_python3_11(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_11(-)] dev-python/cherrypy[python_targets_python3_11(-)] dev-python/configobj[python_targets_python3_11(-)] dev-python/cryptography[python_targets_python3_11(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_11(-)] >=dev-python/guessit-3.8.0[python_targets_python3_11(-)] dev-python/notify2[python_targets_python3_11(-)] dev-python/portend[python_targets_python3_11(-)] dev-python/puremagic[python_targets_python3_11(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/apprise-1.9.2[python_targets_python3_12(-)] dev-python/chardet[python_targets_python3_12(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_12(-)] dev-python/cherrypy[python_targets_python3_12(-)] dev-python/configobj[python_targets_python3_12(-)] dev-python/cryptography[python_targets_python3_12(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_12(-)] >=dev-python/guessit-3.8.0[python_targets_python3_12(-)] dev-python/notify2[python_targets_python3_12(-)] dev-python/portend[python_targets_python3_12(-)] dev-python/puremagic[python_targets_python3_12(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/apprise-1.9.2[python_targets_python3_13(-)] dev-python/chardet[python_targets_python3_13(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_13(-)] dev-python/cherrypy[python_targets_python3_13(-)] dev-python/configobj[python_targets_python3_13(-)] dev-python/cryptography[python_targets_python3_13(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_13(-)] >=dev-python/guessit-3.8.0[python_targets_python3_13(-)] dev-python/notify2[python_targets_python3_13(-)] dev-python/portend[python_targets_python3_13(-)] dev-python/puremagic[python_targets_python3_13(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_13(-)] ) || ( >=app-arch/par2cmdline-0.8 >=app-arch/par2cmdline-turbo-1.1.0 ) net-misc/wget
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RDEPEND=acct-user/sabnzbd acct-group/sabnzbd python_single_target_python3_12? ( dev-lang/python:3.12[sqlite] ) python_single_target_python3_13? ( dev-lang/python:3.13[sqlite] ) python_single_target_python3_12? ( >=dev-python/apprise-1.9.2[python_targets_python3_12(-)] dev-python/chardet[python_targets_python3_12(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_12(-)] dev-python/cherrypy[python_targets_python3_12(-)] dev-python/configobj[python_targets_python3_12(-)] dev-python/cryptography[python_targets_python3_12(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_12(-)] >=dev-python/guessit-3.8.0[python_targets_python3_12(-)] dev-python/notify2[python_targets_python3_12(-)] dev-python/portend[python_targets_python3_12(-)] dev-python/puremagic[python_targets_python3_12(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/apprise-1.9.2[python_targets_python3_13(-)] dev-python/chardet[python_targets_python3_13(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_13(-)] dev-python/cherrypy[python_targets_python3_13(-)] dev-python/configobj[python_targets_python3_13(-)] dev-python/cryptography[python_targets_python3_13(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_13(-)] >=dev-python/guessit-3.8.0[python_targets_python3_13(-)] dev-python/notify2[python_targets_python3_13(-)] dev-python/portend[python_targets_python3_13(-)] dev-python/puremagic[python_targets_python3_13(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_13(-)] ) || ( >=app-arch/par2cmdline-0.8 >=app-arch/par2cmdline-turbo-1.1.0 ) net-misc/wget
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/sabnzbd/sabnzbd/releases/download/4.5.3/SABnzbd-4.5.3-src.tar.gz
|
||||
_eclasses_=optfeature 538bce96e5589935b57e178e8635f301 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=422e90b502d2e1611ded941463796154
|
||||
_md5_=3cfdb89243f638638ce1c0eb67dc0d89
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
BDEPEND=test? ( python_single_target_python3_11? ( dev-python/flaky[python_targets_python3_11(-)] >=dev-python/lxml-4.5.0[python_targets_python3_11(-)] >=dev-python/pyfakefs-5.6.0[python_targets_python3_11(-)] dev-python/pytest-asyncio[python_targets_python3_11(-)] dev-python/pytest-httpbin[python_targets_python3_11(-)] dev-python/pytest-httpserver[python_targets_python3_11(-)] dev-python/pytest-mock[python_targets_python3_11(-)] dev-python/pytest[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/selenium[python_targets_python3_11(-)] dev-python/tavalidate[python_targets_python3_11(-)] >=dev-python/tavern-2[python_targets_python3_11(-)] dev-python/werkzeug[python_targets_python3_11(-)] dev-python/xmltodict[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/flaky[python_targets_python3_12(-)] >=dev-python/lxml-4.5.0[python_targets_python3_12(-)] >=dev-python/pyfakefs-5.6.0[python_targets_python3_12(-)] dev-python/pytest-asyncio[python_targets_python3_12(-)] dev-python/pytest-httpbin[python_targets_python3_12(-)] dev-python/pytest-httpserver[python_targets_python3_12(-)] dev-python/pytest-mock[python_targets_python3_12(-)] dev-python/pytest[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/selenium[python_targets_python3_12(-)] dev-python/tavalidate[python_targets_python3_12(-)] >=dev-python/tavern-2[python_targets_python3_12(-)] dev-python/werkzeug[python_targets_python3_12(-)] dev-python/xmltodict[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/flaky[python_targets_python3_13(-)] >=dev-python/lxml-4.5.0[python_targets_python3_13(-)] >=dev-python/pyfakefs-5.6.0[python_targets_python3_13(-)] dev-python/pytest-asyncio[python_targets_python3_13(-)] dev-python/pytest-httpbin[python_targets_python3_13(-)] dev-python/pytest-httpserver[python_targets_python3_13(-)] dev-python/pytest-mock[python_targets_python3_13(-)] dev-python/pytest[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/selenium[python_targets_python3_13(-)] dev-python/tavalidate[python_targets_python3_13(-)] >=dev-python/tavern-2[python_targets_python3_13(-)] dev-python/werkzeug[python_targets_python3_13(-)] dev-python/xmltodict[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/flaky[python_targets_python3_14(-)] >=dev-python/lxml-4.5.0[python_targets_python3_14(-)] >=dev-python/pyfakefs-5.6.0[python_targets_python3_14(-)] dev-python/pytest-asyncio[python_targets_python3_14(-)] dev-python/pytest-httpbin[python_targets_python3_14(-)] dev-python/pytest-httpserver[python_targets_python3_14(-)] dev-python/pytest-mock[python_targets_python3_14(-)] dev-python/pytest[python_targets_python3_14(-)] dev-python/requests[python_targets_python3_14(-)] dev-python/selenium[python_targets_python3_14(-)] dev-python/tavalidate[python_targets_python3_14(-)] >=dev-python/tavern-2[python_targets_python3_14(-)] dev-python/werkzeug[python_targets_python3_14(-)] dev-python/xmltodict[python_targets_python3_14(-)] ) app-arch/7zip app-arch/unrar app-arch/unzip www-apps/chromedriver-bin ) virtual/pkgconfig
|
||||
BDEPEND=test? ( python_single_target_python3_12? ( dev-python/flaky[python_targets_python3_12(-)] >=dev-python/lxml-4.5.0[python_targets_python3_12(-)] >=dev-python/pyfakefs-5.6.0[python_targets_python3_12(-)] dev-python/pytest-asyncio[python_targets_python3_12(-)] dev-python/pytest-httpbin[python_targets_python3_12(-)] dev-python/pytest-httpserver[python_targets_python3_12(-)] dev-python/pytest-mock[python_targets_python3_12(-)] dev-python/pytest[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/selenium[python_targets_python3_12(-)] dev-python/tavalidate[python_targets_python3_12(-)] >=dev-python/tavern-2[python_targets_python3_12(-)] dev-python/werkzeug[python_targets_python3_12(-)] dev-python/xmltodict[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/flaky[python_targets_python3_13(-)] >=dev-python/lxml-4.5.0[python_targets_python3_13(-)] >=dev-python/pyfakefs-5.6.0[python_targets_python3_13(-)] dev-python/pytest-asyncio[python_targets_python3_13(-)] dev-python/pytest-httpbin[python_targets_python3_13(-)] dev-python/pytest-httpserver[python_targets_python3_13(-)] dev-python/pytest-mock[python_targets_python3_13(-)] dev-python/pytest[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/selenium[python_targets_python3_13(-)] dev-python/tavalidate[python_targets_python3_13(-)] >=dev-python/tavern-2[python_targets_python3_13(-)] dev-python/werkzeug[python_targets_python3_13(-)] dev-python/xmltodict[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/flaky[python_targets_python3_14(-)] >=dev-python/lxml-4.5.0[python_targets_python3_14(-)] >=dev-python/pyfakefs-5.6.0[python_targets_python3_14(-)] dev-python/pytest-asyncio[python_targets_python3_14(-)] dev-python/pytest-httpbin[python_targets_python3_14(-)] dev-python/pytest-httpserver[python_targets_python3_14(-)] dev-python/pytest-mock[python_targets_python3_14(-)] dev-python/pytest[python_targets_python3_14(-)] dev-python/requests[python_targets_python3_14(-)] dev-python/selenium[python_targets_python3_14(-)] dev-python/tavalidate[python_targets_python3_14(-)] >=dev-python/tavern-2[python_targets_python3_14(-)] dev-python/werkzeug[python_targets_python3_14(-)] dev-python/xmltodict[python_targets_python3_14(-)] ) app-arch/7zip app-arch/unrar app-arch/unzip www-apps/chromedriver-bin ) virtual/pkgconfig
|
||||
DEFINED_PHASES=install postinst setup test
|
||||
DEPEND=acct-user/sabnzbd acct-group/sabnzbd python_single_target_python3_11? ( dev-lang/python:3.11[sqlite] ) python_single_target_python3_12? ( dev-lang/python:3.12[sqlite] ) python_single_target_python3_13? ( dev-lang/python:3.13[sqlite] ) python_single_target_python3_14? ( dev-lang/python:3.14[sqlite] ) python_single_target_python3_11? ( >=dev-python/apprise-1.9.2[python_targets_python3_11(-)] dev-python/chardet[python_targets_python3_11(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_11(-)] dev-python/cherrypy[python_targets_python3_11(-)] dev-python/configobj[python_targets_python3_11(-)] dev-python/cryptography[python_targets_python3_11(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_11(-)] >=dev-python/guessit-3.8.0[python_targets_python3_11(-)] dev-python/notify2[python_targets_python3_11(-)] dev-python/portend[python_targets_python3_11(-)] dev-python/puremagic[python_targets_python3_11(-)] ~dev-python/rarfile-4.2[python_targets_python3_11(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/apprise-1.9.2[python_targets_python3_12(-)] dev-python/chardet[python_targets_python3_12(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_12(-)] dev-python/cherrypy[python_targets_python3_12(-)] dev-python/configobj[python_targets_python3_12(-)] dev-python/cryptography[python_targets_python3_12(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_12(-)] >=dev-python/guessit-3.8.0[python_targets_python3_12(-)] dev-python/notify2[python_targets_python3_12(-)] dev-python/portend[python_targets_python3_12(-)] dev-python/puremagic[python_targets_python3_12(-)] ~dev-python/rarfile-4.2[python_targets_python3_12(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/apprise-1.9.2[python_targets_python3_13(-)] dev-python/chardet[python_targets_python3_13(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_13(-)] dev-python/cherrypy[python_targets_python3_13(-)] dev-python/configobj[python_targets_python3_13(-)] dev-python/cryptography[python_targets_python3_13(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_13(-)] >=dev-python/guessit-3.8.0[python_targets_python3_13(-)] dev-python/notify2[python_targets_python3_13(-)] dev-python/portend[python_targets_python3_13(-)] dev-python/puremagic[python_targets_python3_13(-)] ~dev-python/rarfile-4.2[python_targets_python3_13(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/apprise-1.9.2[python_targets_python3_14(-)] dev-python/chardet[python_targets_python3_14(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_14(-)] dev-python/cherrypy[python_targets_python3_14(-)] dev-python/configobj[python_targets_python3_14(-)] dev-python/cryptography[python_targets_python3_14(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_14(-)] >=dev-python/guessit-3.8.0[python_targets_python3_14(-)] dev-python/notify2[python_targets_python3_14(-)] dev-python/portend[python_targets_python3_14(-)] dev-python/puremagic[python_targets_python3_14(-)] ~dev-python/rarfile-4.2[python_targets_python3_14(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_14(-)] )
|
||||
DEPEND=acct-user/sabnzbd acct-group/sabnzbd python_single_target_python3_12? ( dev-lang/python:3.12[sqlite] ) python_single_target_python3_13? ( dev-lang/python:3.13[sqlite] ) python_single_target_python3_14? ( dev-lang/python:3.14[sqlite] ) python_single_target_python3_12? ( >=dev-python/apprise-1.9.2[python_targets_python3_12(-)] dev-python/chardet[python_targets_python3_12(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_12(-)] dev-python/cherrypy[python_targets_python3_12(-)] dev-python/configobj[python_targets_python3_12(-)] dev-python/cryptography[python_targets_python3_12(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_12(-)] >=dev-python/guessit-3.8.0[python_targets_python3_12(-)] dev-python/notify2[python_targets_python3_12(-)] dev-python/portend[python_targets_python3_12(-)] dev-python/puremagic[python_targets_python3_12(-)] ~dev-python/rarfile-4.2[python_targets_python3_12(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/apprise-1.9.2[python_targets_python3_13(-)] dev-python/chardet[python_targets_python3_13(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_13(-)] dev-python/cherrypy[python_targets_python3_13(-)] dev-python/configobj[python_targets_python3_13(-)] dev-python/cryptography[python_targets_python3_13(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_13(-)] >=dev-python/guessit-3.8.0[python_targets_python3_13(-)] dev-python/notify2[python_targets_python3_13(-)] dev-python/portend[python_targets_python3_13(-)] dev-python/puremagic[python_targets_python3_13(-)] ~dev-python/rarfile-4.2[python_targets_python3_13(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/apprise-1.9.2[python_targets_python3_14(-)] dev-python/chardet[python_targets_python3_14(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_14(-)] dev-python/cherrypy[python_targets_python3_14(-)] dev-python/configobj[python_targets_python3_14(-)] dev-python/cryptography[python_targets_python3_14(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_14(-)] >=dev-python/guessit-3.8.0[python_targets_python3_14(-)] dev-python/notify2[python_targets_python3_14(-)] dev-python/portend[python_targets_python3_14(-)] dev-python/puremagic[python_targets_python3_14(-)] ~dev-python/rarfile-4.2[python_targets_python3_14(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_14(-)] )
|
||||
DESCRIPTION=Binary newsgrabber with web-interface
|
||||
EAPI=8
|
||||
HOMEPAGE=https://sabnzbd.org/
|
||||
INHERIT=optfeature python-single-r1 systemd
|
||||
IUSE=test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
||||
IUSE=test python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2 BSD LGPL-2 MIT BSD-1
|
||||
RDEPEND=acct-user/sabnzbd acct-group/sabnzbd python_single_target_python3_11? ( dev-lang/python:3.11[sqlite] ) python_single_target_python3_12? ( dev-lang/python:3.12[sqlite] ) python_single_target_python3_13? ( dev-lang/python:3.13[sqlite] ) python_single_target_python3_14? ( dev-lang/python:3.14[sqlite] ) python_single_target_python3_11? ( >=dev-python/apprise-1.9.2[python_targets_python3_11(-)] dev-python/chardet[python_targets_python3_11(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_11(-)] dev-python/cherrypy[python_targets_python3_11(-)] dev-python/configobj[python_targets_python3_11(-)] dev-python/cryptography[python_targets_python3_11(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_11(-)] >=dev-python/guessit-3.8.0[python_targets_python3_11(-)] dev-python/notify2[python_targets_python3_11(-)] dev-python/portend[python_targets_python3_11(-)] dev-python/puremagic[python_targets_python3_11(-)] ~dev-python/rarfile-4.2[python_targets_python3_11(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/apprise-1.9.2[python_targets_python3_12(-)] dev-python/chardet[python_targets_python3_12(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_12(-)] dev-python/cherrypy[python_targets_python3_12(-)] dev-python/configobj[python_targets_python3_12(-)] dev-python/cryptography[python_targets_python3_12(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_12(-)] >=dev-python/guessit-3.8.0[python_targets_python3_12(-)] dev-python/notify2[python_targets_python3_12(-)] dev-python/portend[python_targets_python3_12(-)] dev-python/puremagic[python_targets_python3_12(-)] ~dev-python/rarfile-4.2[python_targets_python3_12(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/apprise-1.9.2[python_targets_python3_13(-)] dev-python/chardet[python_targets_python3_13(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_13(-)] dev-python/cherrypy[python_targets_python3_13(-)] dev-python/configobj[python_targets_python3_13(-)] dev-python/cryptography[python_targets_python3_13(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_13(-)] >=dev-python/guessit-3.8.0[python_targets_python3_13(-)] dev-python/notify2[python_targets_python3_13(-)] dev-python/portend[python_targets_python3_13(-)] dev-python/puremagic[python_targets_python3_13(-)] ~dev-python/rarfile-4.2[python_targets_python3_13(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/apprise-1.9.2[python_targets_python3_14(-)] dev-python/chardet[python_targets_python3_14(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_14(-)] dev-python/cherrypy[python_targets_python3_14(-)] dev-python/configobj[python_targets_python3_14(-)] dev-python/cryptography[python_targets_python3_14(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_14(-)] >=dev-python/guessit-3.8.0[python_targets_python3_14(-)] dev-python/notify2[python_targets_python3_14(-)] dev-python/portend[python_targets_python3_14(-)] dev-python/puremagic[python_targets_python3_14(-)] ~dev-python/rarfile-4.2[python_targets_python3_14(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_14(-)] ) || ( >=app-arch/par2cmdline-0.8 >=app-arch/par2cmdline-turbo-1.1.0 ) net-misc/wget
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
|
||||
RDEPEND=acct-user/sabnzbd acct-group/sabnzbd python_single_target_python3_12? ( dev-lang/python:3.12[sqlite] ) python_single_target_python3_13? ( dev-lang/python:3.13[sqlite] ) python_single_target_python3_14? ( dev-lang/python:3.14[sqlite] ) python_single_target_python3_12? ( >=dev-python/apprise-1.9.2[python_targets_python3_12(-)] dev-python/chardet[python_targets_python3_12(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_12(-)] dev-python/cherrypy[python_targets_python3_12(-)] dev-python/configobj[python_targets_python3_12(-)] dev-python/cryptography[python_targets_python3_12(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_12(-)] >=dev-python/guessit-3.8.0[python_targets_python3_12(-)] dev-python/notify2[python_targets_python3_12(-)] dev-python/portend[python_targets_python3_12(-)] dev-python/puremagic[python_targets_python3_12(-)] ~dev-python/rarfile-4.2[python_targets_python3_12(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/apprise-1.9.2[python_targets_python3_13(-)] dev-python/chardet[python_targets_python3_13(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_13(-)] dev-python/cherrypy[python_targets_python3_13(-)] dev-python/configobj[python_targets_python3_13(-)] dev-python/cryptography[python_targets_python3_13(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_13(-)] >=dev-python/guessit-3.8.0[python_targets_python3_13(-)] dev-python/notify2[python_targets_python3_13(-)] dev-python/portend[python_targets_python3_13(-)] dev-python/puremagic[python_targets_python3_13(-)] ~dev-python/rarfile-4.2[python_targets_python3_13(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/apprise-1.9.2[python_targets_python3_14(-)] dev-python/chardet[python_targets_python3_14(-)] >=dev-python/cheetah3-3.4.0[python_targets_python3_14(-)] dev-python/cherrypy[python_targets_python3_14(-)] dev-python/configobj[python_targets_python3_14(-)] dev-python/cryptography[python_targets_python3_14(-)] >=dev-python/feedparser-6.0.11[python_targets_python3_14(-)] >=dev-python/guessit-3.8.0[python_targets_python3_14(-)] dev-python/notify2[python_targets_python3_14(-)] dev-python/portend[python_targets_python3_14(-)] dev-python/puremagic[python_targets_python3_14(-)] ~dev-python/rarfile-4.2[python_targets_python3_14(-)] ~dev-python/sabctools-8.2.6[python_targets_python3_14(-)] ) || ( >=app-arch/par2cmdline-0.8 >=app-arch/par2cmdline-turbo-1.1.0 ) net-misc/wget
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/sabnzbd/sabnzbd/releases/download/4.5.5/SABnzbd-4.5.5-src.tar.gz
|
||||
_eclasses_=optfeature 538bce96e5589935b57e178e8635f301 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=32ea1e8710e4ca3fd1243083efdfea2c
|
||||
_md5_=a14a599fbf6aefc45d3cfa8b672e50c9
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
BDEPEND=python_single_target_python3_11? ( dev-python/setuptools-scm[python_targets_python3_11(-)] dev-python/cython[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/setuptools-scm[python_targets_python3_12(-)] dev-python/cython[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools-scm[python_targets_python3_13(-)] dev-python/cython[python_targets_python3_13(-)] ) test? ( python_single_target_python3_11? ( dev-python/filelock[python_targets_python3_11(-)] dev-python/mock[python_targets_python3_11(-)] dev-python/flufl-lock[python_targets_python3_11(-)] dev-python/pytest-mpl[python_targets_python3_11(-)] dev-python/pytest-xdist[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/filelock[python_targets_python3_12(-)] dev-python/mock[python_targets_python3_12(-)] dev-python/flufl-lock[python_targets_python3_12(-)] dev-python/pytest-mpl[python_targets_python3_12(-)] dev-python/pytest-xdist[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/filelock[python_targets_python3_13(-)] dev-python/mock[python_targets_python3_13(-)] dev-python/flufl-lock[python_targets_python3_13(-)] dev-python/pytest-mpl[python_targets_python3_13(-)] dev-python/pytest-xdist[python_targets_python3_13(-)] ) ) test? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) || ( python_single_target_python3_11? ( sci-libs/gdal[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( sci-libs/gdal[python,python_targets_python3_12(-)] ) python_single_target_python3_13? ( sci-libs/gdal[python,python_targets_python3_13(-)] ) sci-libs/gdal[python,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] ) python_single_target_python3_11? ( >=dev-python/numpy-1.19[python_targets_python3_11(-)] dev-python/shapely[python_targets_python3_11(-)] dev-python/six[python_targets_python3_11(-)] dev-python/matplotlib[python_targets_python3_11(-)] dev-python/scipy[python_targets_python3_11(-)] dev-python/pillow[jpeg,python_targets_python3_11(-)] dev-python/pyproj[python_targets_python3_11(-)] sci-libs/pyshp[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/numpy-1.19[python_targets_python3_12(-)] dev-python/shapely[python_targets_python3_12(-)] dev-python/six[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] dev-python/pillow[jpeg,python_targets_python3_12(-)] dev-python/pyproj[python_targets_python3_12(-)] sci-libs/pyshp[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/numpy-1.19[python_targets_python3_13(-)] dev-python/shapely[python_targets_python3_13(-)] dev-python/six[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] dev-python/pillow[jpeg,python_targets_python3_13(-)] dev-python/pyproj[python_targets_python3_13(-)] sci-libs/pyshp[python_targets_python3_13(-)] ) python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/pytest-7.4.4[python_targets_python3_13(-)] ) ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_11? ( >=dev-python/gpep517-16[python_targets_python3_11(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_13(-)] ) test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
|
||||
BDEPEND=python_single_target_python3_12? ( dev-python/setuptools-scm[python_targets_python3_12(-)] dev-python/cython[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools-scm[python_targets_python3_13(-)] dev-python/cython[python_targets_python3_13(-)] ) test? ( python_single_target_python3_12? ( dev-python/filelock[python_targets_python3_12(-)] dev-python/mock[python_targets_python3_12(-)] dev-python/flufl-lock[python_targets_python3_12(-)] dev-python/pytest-mpl[python_targets_python3_12(-)] dev-python/pytest-xdist[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/filelock[python_targets_python3_13(-)] dev-python/mock[python_targets_python3_13(-)] dev-python/flufl-lock[python_targets_python3_13(-)] dev-python/pytest-mpl[python_targets_python3_13(-)] dev-python/pytest-xdist[python_targets_python3_13(-)] ) ) test? ( python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) || ( python_single_target_python3_12? ( sci-libs/gdal[python,python_targets_python3_12(-)] ) python_single_target_python3_13? ( sci-libs/gdal[python,python_targets_python3_13(-)] ) sci-libs/gdal[python,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] ) python_single_target_python3_12? ( >=dev-python/numpy-1.19[python_targets_python3_12(-)] dev-python/shapely[python_targets_python3_12(-)] dev-python/six[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] dev-python/pillow[jpeg,python_targets_python3_12(-)] dev-python/pyproj[python_targets_python3_12(-)] sci-libs/pyshp[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/numpy-1.19[python_targets_python3_13(-)] dev-python/shapely[python_targets_python3_13(-)] dev-python/six[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] dev-python/pillow[jpeg,python_targets_python3_13(-)] dev-python/pyproj[python_targets_python3_13(-)] sci-libs/pyshp[python_targets_python3_13(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/pytest-7.4.4[python_targets_python3_13(-)] ) ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_13(-)] ) test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
|
||||
DEFINED_PHASES=compile configure install prepare setup test
|
||||
DEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) || ( python_single_target_python3_11? ( sci-libs/gdal[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( sci-libs/gdal[python,python_targets_python3_12(-)] ) python_single_target_python3_13? ( sci-libs/gdal[python,python_targets_python3_13(-)] ) sci-libs/gdal[python,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] ) python_single_target_python3_11? ( >=dev-python/numpy-1.19[python_targets_python3_11(-)] dev-python/shapely[python_targets_python3_11(-)] dev-python/six[python_targets_python3_11(-)] dev-python/matplotlib[python_targets_python3_11(-)] dev-python/scipy[python_targets_python3_11(-)] dev-python/pillow[jpeg,python_targets_python3_11(-)] dev-python/pyproj[python_targets_python3_11(-)] sci-libs/pyshp[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/numpy-1.19[python_targets_python3_12(-)] dev-python/shapely[python_targets_python3_12(-)] dev-python/six[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] dev-python/pillow[jpeg,python_targets_python3_12(-)] dev-python/pyproj[python_targets_python3_12(-)] sci-libs/pyshp[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/numpy-1.19[python_targets_python3_13(-)] dev-python/shapely[python_targets_python3_13(-)] dev-python/six[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] dev-python/pillow[jpeg,python_targets_python3_13(-)] dev-python/pyproj[python_targets_python3_13(-)] sci-libs/pyshp[python_targets_python3_13(-)] ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 )
|
||||
DEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) || ( python_single_target_python3_12? ( sci-libs/gdal[python,python_targets_python3_12(-)] ) python_single_target_python3_13? ( sci-libs/gdal[python,python_targets_python3_13(-)] ) sci-libs/gdal[python,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] ) python_single_target_python3_12? ( >=dev-python/numpy-1.19[python_targets_python3_12(-)] dev-python/shapely[python_targets_python3_12(-)] dev-python/six[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] dev-python/pillow[jpeg,python_targets_python3_12(-)] dev-python/pyproj[python_targets_python3_12(-)] sci-libs/pyshp[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/numpy-1.19[python_targets_python3_13(-)] dev-python/shapely[python_targets_python3_13(-)] dev-python/six[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] dev-python/pillow[jpeg,python_targets_python3_13(-)] dev-python/pyproj[python_targets_python3_13(-)] sci-libs/pyshp[python_targets_python3_13(-)] ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 )
|
||||
DESCRIPTION=Python package for geospatial data processing and analysis
|
||||
EAPI=8
|
||||
HOMEPAGE=https://scitools.org.uk/cartopy
|
||||
INHERIT=distutils-r1 multiprocessing virtualx
|
||||
IUSE=test test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 debug test
|
||||
IUSE=test test python_single_target_python3_12 python_single_target_python3_13 debug test
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) || ( python_single_target_python3_11? ( sci-libs/gdal[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( sci-libs/gdal[python,python_targets_python3_12(-)] ) python_single_target_python3_13? ( sci-libs/gdal[python,python_targets_python3_13(-)] ) sci-libs/gdal[python,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] ) python_single_target_python3_11? ( >=dev-python/numpy-1.19[python_targets_python3_11(-)] dev-python/shapely[python_targets_python3_11(-)] dev-python/six[python_targets_python3_11(-)] dev-python/matplotlib[python_targets_python3_11(-)] dev-python/scipy[python_targets_python3_11(-)] dev-python/pillow[jpeg,python_targets_python3_11(-)] dev-python/pyproj[python_targets_python3_11(-)] sci-libs/pyshp[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/numpy-1.19[python_targets_python3_12(-)] dev-python/shapely[python_targets_python3_12(-)] dev-python/six[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] dev-python/pillow[jpeg,python_targets_python3_12(-)] dev-python/pyproj[python_targets_python3_12(-)] sci-libs/pyshp[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/numpy-1.19[python_targets_python3_13(-)] dev-python/shapely[python_targets_python3_13(-)] dev-python/six[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] dev-python/pillow[jpeg,python_targets_python3_13(-)] dev-python/pyproj[python_targets_python3_13(-)] sci-libs/pyshp[python_targets_python3_13(-)] ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) ^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) || ( python_single_target_python3_12? ( sci-libs/gdal[python,python_targets_python3_12(-)] ) python_single_target_python3_13? ( sci-libs/gdal[python,python_targets_python3_13(-)] ) sci-libs/gdal[python,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] ) python_single_target_python3_12? ( >=dev-python/numpy-1.19[python_targets_python3_12(-)] dev-python/shapely[python_targets_python3_12(-)] dev-python/six[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] dev-python/pillow[jpeg,python_targets_python3_12(-)] dev-python/pyproj[python_targets_python3_12(-)] sci-libs/pyshp[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/numpy-1.19[python_targets_python3_13(-)] dev-python/shapely[python_targets_python3_13(-)] dev-python/six[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] dev-python/pillow[jpeg,python_targets_python3_13(-)] dev-python/pyproj[python_targets_python3_13(-)] sci-libs/pyshp[python_targets_python3_13(-)] ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 ) ^^ ( python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RESTRICT=!test? ( test ) !test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/SciTools/cartopy/archive/v0.24.1.tar.gz -> cartopy-0.24.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 d35f403697c0f86d762e7560bb5cd143 virtualx 9741d451eb64ea8bb9faee90d68a9b68
|
||||
_md5_=f5879ead882a2ab56e522a043b472265
|
||||
_md5_=57cefc47948b3c3bde0676df776dcd93
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
BDEPEND=python_single_target_python3_11? ( dev-python/setuptools-scm[python_targets_python3_11(-)] dev-python/cython[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/setuptools-scm[python_targets_python3_12(-)] dev-python/cython[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools-scm[python_targets_python3_13(-)] dev-python/cython[python_targets_python3_13(-)] ) test? ( python_single_target_python3_11? ( dev-python/filelock[python_targets_python3_11(-)] dev-python/mock[python_targets_python3_11(-)] dev-python/flufl-lock[python_targets_python3_11(-)] dev-python/pytest-mpl[python_targets_python3_11(-)] dev-python/pytest-xdist[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/filelock[python_targets_python3_12(-)] dev-python/mock[python_targets_python3_12(-)] dev-python/flufl-lock[python_targets_python3_12(-)] dev-python/pytest-mpl[python_targets_python3_12(-)] dev-python/pytest-xdist[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/filelock[python_targets_python3_13(-)] dev-python/mock[python_targets_python3_13(-)] dev-python/flufl-lock[python_targets_python3_13(-)] dev-python/pytest-mpl[python_targets_python3_13(-)] dev-python/pytest-xdist[python_targets_python3_13(-)] ) ) test? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) || ( python_single_target_python3_11? ( sci-libs/gdal[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( sci-libs/gdal[python,python_targets_python3_12(-)] ) python_single_target_python3_13? ( sci-libs/gdal[python,python_targets_python3_13(-)] ) sci-libs/gdal[python,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] ) python_single_target_python3_11? ( >=dev-python/numpy-1.19[python_targets_python3_11(-)] dev-python/shapely[python_targets_python3_11(-)] dev-python/six[python_targets_python3_11(-)] dev-python/matplotlib[python_targets_python3_11(-)] dev-python/scipy[python_targets_python3_11(-)] dev-python/pillow[jpeg,python_targets_python3_11(-)] dev-python/pyproj[python_targets_python3_11(-)] sci-libs/pyshp[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/numpy-1.19[python_targets_python3_12(-)] dev-python/shapely[python_targets_python3_12(-)] dev-python/six[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] dev-python/pillow[jpeg,python_targets_python3_12(-)] dev-python/pyproj[python_targets_python3_12(-)] sci-libs/pyshp[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/numpy-1.19[python_targets_python3_13(-)] dev-python/shapely[python_targets_python3_13(-)] dev-python/six[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] dev-python/pillow[jpeg,python_targets_python3_13(-)] dev-python/pyproj[python_targets_python3_13(-)] sci-libs/pyshp[python_targets_python3_13(-)] ) python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/pytest-7.4.4[python_targets_python3_13(-)] ) ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_11? ( >=dev-python/gpep517-16[python_targets_python3_11(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_13(-)] ) test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
|
||||
BDEPEND=python_single_target_python3_12? ( dev-python/setuptools-scm[python_targets_python3_12(-)] dev-python/cython[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools-scm[python_targets_python3_13(-)] dev-python/cython[python_targets_python3_13(-)] ) test? ( python_single_target_python3_12? ( dev-python/filelock[python_targets_python3_12(-)] dev-python/mock[python_targets_python3_12(-)] dev-python/flufl-lock[python_targets_python3_12(-)] dev-python/pytest-mpl[python_targets_python3_12(-)] dev-python/pytest-xdist[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/filelock[python_targets_python3_13(-)] dev-python/mock[python_targets_python3_13(-)] dev-python/flufl-lock[python_targets_python3_13(-)] dev-python/pytest-mpl[python_targets_python3_13(-)] dev-python/pytest-xdist[python_targets_python3_13(-)] ) ) test? ( python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) || ( python_single_target_python3_12? ( sci-libs/gdal[python,python_targets_python3_12(-)] ) python_single_target_python3_13? ( sci-libs/gdal[python,python_targets_python3_13(-)] ) sci-libs/gdal[python,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] ) python_single_target_python3_12? ( >=dev-python/numpy-1.19[python_targets_python3_12(-)] dev-python/shapely[python_targets_python3_12(-)] dev-python/six[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] dev-python/pillow[jpeg,python_targets_python3_12(-)] dev-python/pyproj[python_targets_python3_12(-)] sci-libs/pyshp[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/numpy-1.19[python_targets_python3_13(-)] dev-python/shapely[python_targets_python3_13(-)] dev-python/six[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] dev-python/pillow[jpeg,python_targets_python3_13(-)] dev-python/pyproj[python_targets_python3_13(-)] sci-libs/pyshp[python_targets_python3_13(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/pytest-7.4.4[python_targets_python3_13(-)] ) ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_13(-)] ) test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
|
||||
DEFINED_PHASES=compile configure install prepare setup test
|
||||
DEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) || ( python_single_target_python3_11? ( sci-libs/gdal[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( sci-libs/gdal[python,python_targets_python3_12(-)] ) python_single_target_python3_13? ( sci-libs/gdal[python,python_targets_python3_13(-)] ) sci-libs/gdal[python,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] ) python_single_target_python3_11? ( >=dev-python/numpy-1.19[python_targets_python3_11(-)] dev-python/shapely[python_targets_python3_11(-)] dev-python/six[python_targets_python3_11(-)] dev-python/matplotlib[python_targets_python3_11(-)] dev-python/scipy[python_targets_python3_11(-)] dev-python/pillow[jpeg,python_targets_python3_11(-)] dev-python/pyproj[python_targets_python3_11(-)] sci-libs/pyshp[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/numpy-1.19[python_targets_python3_12(-)] dev-python/shapely[python_targets_python3_12(-)] dev-python/six[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] dev-python/pillow[jpeg,python_targets_python3_12(-)] dev-python/pyproj[python_targets_python3_12(-)] sci-libs/pyshp[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/numpy-1.19[python_targets_python3_13(-)] dev-python/shapely[python_targets_python3_13(-)] dev-python/six[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] dev-python/pillow[jpeg,python_targets_python3_13(-)] dev-python/pyproj[python_targets_python3_13(-)] sci-libs/pyshp[python_targets_python3_13(-)] ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 )
|
||||
DEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) || ( python_single_target_python3_12? ( sci-libs/gdal[python,python_targets_python3_12(-)] ) python_single_target_python3_13? ( sci-libs/gdal[python,python_targets_python3_13(-)] ) sci-libs/gdal[python,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] ) python_single_target_python3_12? ( >=dev-python/numpy-1.19[python_targets_python3_12(-)] dev-python/shapely[python_targets_python3_12(-)] dev-python/six[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] dev-python/pillow[jpeg,python_targets_python3_12(-)] dev-python/pyproj[python_targets_python3_12(-)] sci-libs/pyshp[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/numpy-1.19[python_targets_python3_13(-)] dev-python/shapely[python_targets_python3_13(-)] dev-python/six[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] dev-python/pillow[jpeg,python_targets_python3_13(-)] dev-python/pyproj[python_targets_python3_13(-)] sci-libs/pyshp[python_targets_python3_13(-)] ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 )
|
||||
DESCRIPTION=Python package for geospatial data processing and analysis
|
||||
EAPI=8
|
||||
HOMEPAGE=https://scitools.org.uk/cartopy
|
||||
INHERIT=distutils-r1 multiprocessing virtualx
|
||||
IUSE=test test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 debug test
|
||||
IUSE=test test python_single_target_python3_12 python_single_target_python3_13 debug test
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) || ( python_single_target_python3_11? ( sci-libs/gdal[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( sci-libs/gdal[python,python_targets_python3_12(-)] ) python_single_target_python3_13? ( sci-libs/gdal[python,python_targets_python3_13(-)] ) sci-libs/gdal[python,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] ) python_single_target_python3_11? ( >=dev-python/numpy-1.19[python_targets_python3_11(-)] dev-python/shapely[python_targets_python3_11(-)] dev-python/six[python_targets_python3_11(-)] dev-python/matplotlib[python_targets_python3_11(-)] dev-python/scipy[python_targets_python3_11(-)] dev-python/pillow[jpeg,python_targets_python3_11(-)] dev-python/pyproj[python_targets_python3_11(-)] sci-libs/pyshp[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/numpy-1.19[python_targets_python3_12(-)] dev-python/shapely[python_targets_python3_12(-)] dev-python/six[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] dev-python/pillow[jpeg,python_targets_python3_12(-)] dev-python/pyproj[python_targets_python3_12(-)] sci-libs/pyshp[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/numpy-1.19[python_targets_python3_13(-)] dev-python/shapely[python_targets_python3_13(-)] dev-python/six[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] dev-python/pillow[jpeg,python_targets_python3_13(-)] dev-python/pyproj[python_targets_python3_13(-)] sci-libs/pyshp[python_targets_python3_13(-)] ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) ^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) || ( python_single_target_python3_12? ( sci-libs/gdal[python,python_targets_python3_12(-)] ) python_single_target_python3_13? ( sci-libs/gdal[python,python_targets_python3_13(-)] ) sci-libs/gdal[python,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] ) python_single_target_python3_12? ( >=dev-python/numpy-1.19[python_targets_python3_12(-)] dev-python/shapely[python_targets_python3_12(-)] dev-python/six[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] dev-python/pillow[jpeg,python_targets_python3_12(-)] dev-python/pyproj[python_targets_python3_12(-)] sci-libs/pyshp[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/numpy-1.19[python_targets_python3_13(-)] dev-python/shapely[python_targets_python3_13(-)] dev-python/six[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] dev-python/pillow[jpeg,python_targets_python3_13(-)] dev-python/pyproj[python_targets_python3_13(-)] sci-libs/pyshp[python_targets_python3_13(-)] ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 ) ^^ ( python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RESTRICT=!test? ( test ) !test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/SciTools/cartopy/archive/v0.25.0.tar.gz -> cartopy-0.25.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 d35f403697c0f86d762e7560bb5cd143 virtualx 9741d451eb64ea8bb9faee90d68a9b68
|
||||
_md5_=f5879ead882a2ab56e522a043b472265
|
||||
_md5_=57cefc47948b3c3bde0676df776dcd93
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3
|
||||
DEFINED_PHASES=install prepare setup
|
||||
DEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_11? ( dev-python/pygobject:3[python_targets_python3_11(-)] dev-python/matplotlib[python_targets_python3_11(-)] dev-python/scipy[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject:3[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject:3[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] ) dev-python/cairocffi sci-libs/cartopy[python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] sci-electronics/voacapl app-text/yelp-tools
|
||||
DEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( dev-python/pygobject:3[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject:3[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] ) dev-python/cairocffi sci-libs/cartopy[python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] sci-electronics/voacapl app-text/yelp-tools
|
||||
DESCRIPTION=Scripts to prepare and plot VOACAP propagation predictions
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.qsl.net/h/hz1jw/pythonprop
|
||||
INHERIT=autotools python-single-r1
|
||||
IUSE=python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
IUSE=python_single_target_python3_12 python_single_target_python3_13
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_11? ( dev-python/pygobject:3[python_targets_python3_11(-)] dev-python/matplotlib[python_targets_python3_11(-)] dev-python/scipy[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject:3[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject:3[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] ) dev-python/cairocffi sci-libs/cartopy[python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] sci-electronics/voacapl
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( dev-python/pygobject:3[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject:3[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/scipy[python_targets_python3_13(-)] ) dev-python/cairocffi sci-libs/cartopy[python_single_target_python3_12(-)?,python_single_target_python3_13(-)?] sci-electronics/voacapl
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/jawatson/pythonprop/archive/v0.30.1/pythonprop-0.30.1.tar.gz -> pythonprop-0.30.1_p20240217.tar.gz
|
||||
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db libtool c81bd096be5f4c82f4e8f156ef112402 autotools 955b29ccd82c1df4755e5f37748d2fa6 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
|
||||
_md5_=415f4bf3181b8c2d2304c1e52a121797
|
||||
_md5_=beafabdf5172d443d5e8abc94e84049a
|
||||
|
||||
@ -1 +1 @@
|
||||
Sun, 21 Dec 2025 17:30:54 +0000
|
||||
Sun, 21 Dec 2025 17:45:53 +0000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user