2023-09-13 16:01:44 UTC

This commit is contained in:
Repository mirror & CI
2023-09-13 16:01:45 +00:00
parent aa7cba4475
commit fd4b96a4a1
13 changed files with 186 additions and 11 deletions

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/pytest-forked[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-xdist[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/botocore-1.31.46[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/colorama[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/docutils[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/rsa[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/s3transfer-0.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] !app-admin/awscli-bin >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Universal Command Line Environment for AWS
EAPI=8
HOMEPAGE=https://github.com/aws/aws-cli/ https://pypi.org/project/awscli/
INHERIT=bash-completion-r1 distutils-r1 multiprocessing
IUSE=test python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86
LICENSE=Apache-2.0
RDEPEND=>=dev-python/botocore-1.31.46[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/colorama[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/docutils[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/rsa[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/s3transfer-0.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] !app-admin/awscli-bin python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/aws/aws-cli/archive/1.29.46.tar.gz -> aws-cli-1.29.46.gh.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 d976cc1483cbdceaf0ae0e78796c7d62 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e
_md5_=18ad0772e5c586a4bfc1f885e7a296ee

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/ddt-1.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-vcs/git >=dev-python/gitdb-4.0.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Library used to interact with Git repositories
EAPI=8
HOMEPAGE=https://github.com/gitpython-developers/GitPython/ https://pypi.org/project/GitPython/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux
LICENSE=BSD
RDEPEND=dev-vcs/git >=dev-python/gitdb-4.0.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/G/GitPython/GitPython-3.1.36.tar.gz test? ( https://dev.gentoo.org/~mgorny/dist/GitPython-3.1.36.gitbundle https://dev.gentoo.org/~mgorny/dist/gitdb-4.0.10.gitbundle https://dev.gentoo.org/~mgorny/dist/smmap-5.0.0_p1.gitbundle )
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 d976cc1483cbdceaf0ae0e78796c7d62 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=c0f57bd2f2e77c80a20d3833cf80be28

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/mock[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-xdist[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/botocore-1.31.46[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jmespath-0.7.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/s3transfer-0.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=The AWS SDK for Python
EAPI=8
HOMEPAGE=https://github.com/boto/boto3/ https://pypi.org/project/boto3/
INHERIT=distutils-r1 multiprocessing
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux
LICENSE=Apache-2.0
RDEPEND=>=dev-python/botocore-1.31.46[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jmespath-0.7.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/s3transfer-0.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/boto/boto3/archive/1.28.46.tar.gz -> boto3-1.28.46.gh.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 d976cc1483cbdceaf0ae0e78796c7d62 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e
_md5_=b00f633e18ee837367fca0ef11fac03c

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/jsonschema[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-xdist[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/jmespath-2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-dateutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/urllib3-1.25.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Low-level, data-driven core of boto 3
EAPI=8
HOMEPAGE=https://github.com/boto/botocore/ https://pypi.org/project/botocore/
INHERIT=distutils-r1 multiprocessing
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux
LICENSE=Apache-2.0
RDEPEND=dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/jmespath-2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-dateutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/urllib3-1.25.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/boto/botocore/archive/1.31.46.tar.gz -> botocore-1.31.46.gh.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 d976cc1483cbdceaf0ae0e78796c7d62 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e
_md5_=a7ced2e7cc030cae76a19171103bdc35

View File

@@ -0,0 +1,12 @@
DEFINED_PHASES=install
DESCRIPTION=Shared setuptools wheel for ensurepip Python module
EAPI=8
HOMEPAGE=https://pypi.org/project/setuptools/
INHERIT=pypi
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris
LICENSE=MIT
RDEPEND=!<dev-python/ensurepip-wheels-100
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/py3/s/setuptools/setuptools-68.2.2-py3-none-any.whl
_eclasses_=pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=e159d8160d9e487e266e556549b596ef

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( media-video/ffmpeg:* >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=FFMPEG wrapper for Python
EAPI=8
HOMEPAGE=https://github.com/imageio/imageio-ffmpeg/ https://pypi.org/project/imageio-ffmpeg/
INHERIT=distutils-r1
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=BSD-2
PROPERTIES=test_network
RDEPEND=media-video/ffmpeg:* python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=https://github.com/imageio/imageio-ffmpeg/archive/v0.4.9.tar.gz -> imageio-ffmpeg-0.4.9.gh.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 d976cc1483cbdceaf0ae0e78796c7d62 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e
_md5_=bdaa40d98fbb79eeae15ed38c1e533f2

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/ipykernel[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/jupyter-server[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/openapi-core-0.19[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/openapi-core-0.18[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/openapi-spec-validator-0.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/openapi-spec-validator-0.6[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-jupyter[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-tornasync[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-timeout[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/ruamel-yaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/strict-rfc3339[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/requests-mock[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/Babel-2.10[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jinja-3.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/json5-0.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jsonschema-4.18.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/packaging-21.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/requests-2.31[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jupyter-server-1.21[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/jupyter-server-3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/hatchling-1.17.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Server components for JupyterLab and JupyterLab like applications
EAPI=8
HOMEPAGE=https://jupyter.org/ https://github.com/jupyterlab/jupyterlab_server/ https://pypi.org/project/jupyterlab-server/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86
LICENSE=BSD
RDEPEND=>=dev-python/Babel-2.10[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jinja-3.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/json5-0.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jsonschema-4.18.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/packaging-21.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/requests-2.31[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jupyter-server-1.21[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/jupyter-server-3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/j/jupyterlab-server/jupyterlab_server-2.25.0.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 d976cc1483cbdceaf0ae0e78796c7d62 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=33748b6017a5af059fd19648bb21a10b

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/numpy-1.13.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] )
DESCRIPTION=Fast numerical array expression evaluator for Python and NumPy
EAPI=8
HOMEPAGE=https://github.com/pydata/numexpr/ https://pypi.org/project/numexpr/
INHERIT=distutils-r1
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos
LICENSE=MIT
RDEPEND=>=dev-python/numpy-1.13.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
SLOT=0
SRC_URI=https://github.com/pydata/numexpr/archive/v2.8.6.tar.gz -> numexpr-2.8.6.gh.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 d976cc1483cbdceaf0ae0e78796c7d62 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e
_md5_=33725c3ed6edb545f2c9028cc5ec407d

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/tornado[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/websockets[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/aiohttp[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/simple-websocket-0.10.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/websocket-client[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) doc? ( || ( ( dev-lang/python:3.12 >=dev-python/sphinx-5.3.0[python_targets_python3_12(-)] dev-python/alabaster[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] dev-python/alabaster[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] dev-python/alabaster[python_targets_python3_10(-)] ) ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python implementation of the Engine.IO realtime server
EAPI=8
HOMEPAGE=https://python-engineio.readthedocs.io/ https://github.com/miguelgrinberg/python-engineio/ https://pypi.org/project/python-engineio/
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/aiohttp[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/simple-websocket-0.10.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/websocket-client[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/miguelgrinberg/python-engineio/archive/v4.7.1.tar.gz -> python-engineio-4.7.1.gh.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 d976cc1483cbdceaf0ae0e78796c7d62 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e
_md5_=08022ecd07cf643745c54609d8a9e4fc

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/wsproto[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-13[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Simple WebSocket server and client for Python
EAPI=8
HOMEPAGE=https://github.com/miguelgrinberg/simple-websocket/ https://pypi.org/project/simple-websocket/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/wsproto[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/s/simple-websocket/simple-websocket-0.10.1.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 d976cc1483cbdceaf0ae0e78796c7d62 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=2ad7f6afcb48f66cdb81bb530f891200

View File

@@ -948,7 +948,7 @@ app-admin/apg 2.3.0b_p20150129-r1: Another Password Generator
app-admin/augeas 1.14.0-r1 1.14.0-r2 1.14.1: A library for changing configuration files
app-admin/authbind 2.1.2: Bind sockets to privileged ports without root
app-admin/aws-elb-tools 1.0.15.1-r2: Serves as the client interface to the Elastic Load Balancing web service
app-admin/awscli 1.29.30 1.29.35 1.29.38 1.29.39 1.29.40 1.29.41 1.29.42 1.29.43 1.29.44 1.29.45: Universal Command Line Environment for AWS
app-admin/awscli 1.29.30 1.29.35 1.29.38 1.29.39 1.29.40 1.29.41 1.29.42 1.29.43 1.29.44 1.29.45 1.29.46: Universal Command Line Environment for AWS
app-admin/awscli-bin 2.11.17 2.12.0 2.13.11: command line interface for Amazon Web Services
app-admin/bitwarden-desktop-bin 2023.2.0 2023.7.1: Bitwarden password manager desktop client
app-admin/calamares 3.2.60-r4: Distribution-independent installer framework
@@ -7854,7 +7854,7 @@ dev-python/CppHeaderParser 2.7.4-r1: Parse C++ header files and generate a data
dev-python/DBUtils 3.0.3: Database connections for multi-threaded environments
dev-python/Faker 19.3.0 19.3.1 19.4.0 19.6.0 19.6.1: A Python package that generates fake data for you
dev-python/Frozen-Flask 0.18-r1: Freezes a Flask application into a set of static files
dev-python/GitPython 3.1.32 3.1.33 3.1.34 3.1.35: Library used to interact with Git repositories
dev-python/GitPython 3.1.32 3.1.33 3.1.34 3.1.35 3.1.36: Library used to interact with Git repositories
dev-python/GridDataFormats 1.0.1: Reading and writing of data on regular grids in Python
dev-python/IPy 1.01-r1: Class and tools for handling of IPv4 and IPv6 addresses and networks
dev-python/Levenshtein 0.21.1: Functions for fast computation of Levenshtein distance, and edit operations
@@ -7983,8 +7983,8 @@ dev-python/blurb 1.1.0: Tool to create and manage NEWS blurbs for CPython
dev-python/boltons 23.0.0: Pure-python utilities in the same spirit as the standard library
dev-python/boolean-py 4.0: Define boolean algebras, create and parse boolean expressions
dev-python/boto 2.49.0-r6: Amazon Web Services API
dev-python/boto3 1.28.30 1.28.35 1.28.38 1.28.39 1.28.40 1.28.41 1.28.42 1.28.43 1.28.44 1.28.45 9999: The AWS SDK for Python
dev-python/botocore 1.31.30 1.31.35 1.31.38 1.31.39 1.31.40 1.31.41 1.31.42 1.31.43 1.31.44 1.31.45 9999: Low-level, data-driven core of boto 3
dev-python/boto3 1.28.30 1.28.35 1.28.38 1.28.39 1.28.40 1.28.41 1.28.42 1.28.43 1.28.44 1.28.45 1.28.46 9999: The AWS SDK for Python
dev-python/botocore 1.31.30 1.31.35 1.31.38 1.31.39 1.31.40 1.31.41 1.31.42 1.31.43 1.31.44 1.31.45 1.31.46 9999: Low-level, data-driven core of boto 3
dev-python/bottle 0.12.25-r1: A fast and simple micro-framework for small web-applications
dev-python/bottleneck 1.3.7: Fast NumPy array functions written in C
dev-python/bpython 0.24: Syntax highlighting and autocompletion for the Python interpreter
@@ -8171,7 +8171,7 @@ dev-python/emoji 2.6.0 2.7.0 2.8.0: Emoji for Python
dev-python/empy 3.3.4-r1: A powerful and robust templating system for Python
dev-python/enrich 1.2.7-r1: Extend rich functionality
dev-python/ensurepip-pip 23.2.1: Shared pip wheel for ensurepip Python module
dev-python/ensurepip-setuptools 67.8.0 68.0.0 68.1.0 68.1.2 68.2.1: Shared setuptools wheel for ensurepip Python module
dev-python/ensurepip-setuptools 67.8.0 68.0.0 68.1.0 68.1.2 68.2.1 68.2.2: Shared setuptools wheel for ensurepip Python module
dev-python/ensurepip-wheel 0.41.1 0.41.2: Shared wheel wheel for use in pip tests
dev-python/ensurepip-wheels 100: Shared wheels for ensurepip Python module
dev-python/entrypoint2 1.1: Easy to use command-line interface for python modules
@@ -8319,7 +8319,7 @@ dev-python/idna 3.4: Internationalized Domain Names in Applications (IDNA)
dev-python/ifaddr 0.2.0: Enumerate IP addresses on the local network adapters
dev-python/ijson 3.2.3: Iterative JSON parser with a Pythonic interface
dev-python/imageio 2.31.1 2.31.2 2.31.3: Python library for reading and writing image data
dev-python/imageio-ffmpeg 0.4.8: FFMPEG wrapper for Python
dev-python/imageio-ffmpeg 0.4.8 0.4.9: FFMPEG wrapper for Python
dev-python/imagesize 1.4.1: Pure Python module for getting image size from png/jpeg/jpeg2000/gif files
dev-python/imapclient 2.3.1: easy-to-use, pythonic, and complete IMAP client library
dev-python/iminuit 2.21.3 2.22.0 2.23.0 2.24.0: Minuit numerical function minimization in Python
@@ -8418,7 +8418,7 @@ dev-python/jupyter-ydoc 1.0.2: Document structures for collaborative editing usi
dev-python/jupyterlab 3.6.3 4.0.3 4.0.4 4.0.5: JupyterLab computational environment
dev-python/jupyterlab-lsp 4.2.0: Coding assistance for JupyterLab with Language Server Protocol
dev-python/jupyterlab-pygments 0.2.2: Pygments theme making use of JupyterLab CSS variables
dev-python/jupyterlab-server 2.23.0: Server components for JupyterLab and JupyterLab like applications
dev-python/jupyterlab-server 2.23.0 2.25.0: Server components for JupyterLab and JupyterLab like applications
dev-python/jwcrypto 1.5.0: Implements JWK,JWS,JWE specifications using python-cryptography
dev-python/k5test 0.10.3: Library for testing Python applications in Kerberos 5 environments
dev-python/kafka-python 2.0.2-r1: Kafka protocol support in Python
@@ -8590,7 +8590,7 @@ dev-python/nox 2023.04.22: Flexible test automation for Python
dev-python/nptyping 2.3.1 2.5.0: Type hints for Numpy
dev-python/nspektr 0.5.0: Distribution package dependency inspector
dev-python/ntplib 0.4.0-r1: Python NTP library
dev-python/numexpr 2.8.4 2.8.5: Fast numerical array expression evaluator for Python and NumPy
dev-python/numexpr 2.8.4 2.8.5 2.8.6: Fast numerical array expression evaluator for Python and NumPy
dev-python/numpy 1.24.0 1.24.2 1.24.4 1.24.4-r1 1.25.1-r3 1.25.2 1.26.0_beta1 1.26.0_beta1-r1 1.26.0_rc1: Fast array and numerical python library
dev-python/numpydoc 1.5.0: Sphinx extension to support docstrings in Numpy format
dev-python/oauthlib 3.2.2: Spec-compliant and thorough implementation of the OAuth request-signing logic
@@ -8984,7 +8984,7 @@ dev-python/python-distutils-extra 2.47: Gettext support, themed icons and scroll
dev-python/python-dotenv 1.0.0: Manage .env files
dev-python/python-editor 1.0.4-r2: Programmatically open an editor, capture the result
dev-python/python-efl 1.26.0: Python bindings for Enlightenment Foundation Libraries
dev-python/python-engineio 4.5.1 4.6.0 4.6.1 4.7.0: Python implementation of the Engine.IO realtime server
dev-python/python-engineio 4.5.1 4.6.0 4.6.1 4.7.0 4.7.1: Python implementation of the Engine.IO realtime server
dev-python/python-evdev 1.6.0: Python library for evdev bindings
dev-python/python-gammu 3.2.4-r1: Python bindings for Gammu
dev-python/python-gflags 3.1.2-r2: Google's Python argument parsing library
@@ -9163,7 +9163,7 @@ dev-python/serpent 1.41: A simple serialization library based on ast.literal_eva
dev-python/serverfiles 0.3.1-r1: Utility for accessing HTTP server and storing files locally for reuse
dev-python/service-identity 23.1.0: Service identity verification for pyOpenSSL
dev-python/setproctitle 1.3.2: Allow customization of the process title
dev-python/setuptools 68.0.0-r1 68.1.2 68.2.1: Collection of extensions to Distutils
dev-python/setuptools 68.0.0-r1 68.1.2 68.2.1 68.2.2: Collection of extensions to Distutils
dev-python/setuptools-gettext 0.1.3: setuptools plugin for building mo files
dev-python/setuptools-git 1.2-r3: Setuptools revision control system plugin for Git
dev-python/setuptools-rust 1.6.0 1.7.0: A plugin for setuptools to build Rust Python extensions
@@ -9180,6 +9180,7 @@ dev-python/signature-dispatch 1.0.1-r1: Execute the first function that matches
dev-python/signedjson 1.1.4: Signs JSON objects with ED25519 signatures.
dev-python/simber 0.2.6: Simple, minimal and powerful logging library for Python
dev-python/simpervisor 1.0.0: Simple Python3 Supervisor library
dev-python/simple-websocket 0.10.1: Simple WebSocket server and client for Python
dev-python/simplebayes 1.5.8-r1: memory-based, optional-persistence naive bayesian text classifier
dev-python/simpleeval 0.9.13: A simple, safe single expression evaluator library
dev-python/simplegeneric 0.8.1-r2: Simple generic functions for Python

View File

@@ -1 +1 @@
Wed, 13 Sep 2023 15:16:44 +0000
Wed, 13 Sep 2023 16:01:44 +0000