2024-01-28 23:18:06 UTC

This commit is contained in:
Repository mirror & CI
2024-01-28 23:18:06 +00:00
parent 110ae32633
commit 6d9058b371
40 changed files with 299 additions and 173 deletions

View File

@@ -0,0 +1,15 @@
BDEPEND=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-15[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=Module for grabbing the color palette from an image
EAPI=8
HOMEPAGE=https://github.com/fengsp/color-thief-py https://pypi.org/project/colorthief/
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/pillow[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 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/c/colorthief/colorthief-0.2.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b2b07efa51009704f88173b2c7feab47 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 042f4cc53680245bf99a84669b94155a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 b9318b5e40104e608d7e4582121fb561 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=cf1f20c2b4dad585dfb3b3bf10d1d0b7

View File

@@ -1,6 +1,6 @@
BDEPEND=test? ( dev-db/etcd >=dev-python/grpcio-1.2.0[python_targets_python3_10(-)?] >=dev-python/tenacity-5.0.2[python_targets_python3_10(-)?] >=dev-python/protobuf-python-3.6.1[python_targets_python3_10(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-db/etcd >=dev-python/grpcio-1.2.0[python_targets_python3_10(-)?] >=dev-python/tenacity-5.0.2[python_targets_python3_10(-)?] >=dev-python/protobuf-python-3.6.1[python_targets_python3_10(-)?] test? ( >=dev-python/pyyaml-5.1[python_targets_python3_10(-)?] >=dev-python/mock-2.0.0[python_targets_python3_10(-)?] dev-python/grpcio-tools[python_targets_python3_10(-)?] dev-python/hypothesis[python_targets_python3_10(-)?] dev-python/pifpaf[python_targets_python3_10(-)?] )
DEPEND=dev-db/etcd >=dev-python/grpcio-1.2.0[python_targets_python3_10(-)?] >=dev-python/tenacity-5.0.2[python_targets_python3_10(-)?] >=dev-python/protobuf-python-3.6.1[python_targets_python3_10(-)?] test? ( >=dev-python/pyyaml-5.1[python_targets_python3_10(-)?] >=dev-python/mock-2.0.0[python_targets_python3_10(-)?] dev-python/grpcio-tools[python_targets_python3_10(-)?] dev-python/hypothesis[python_targets_python3_10(-)?] dev-util/pifpaf[python_targets_python3_10(-)?] )
DESCRIPTION=Python client for the etcd API v3
EAPI=8
HOMEPAGE=https://pypi.org/project/etcd3/ https://github.com/kragniz/python-etcd3
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/e/etcd3/etcd3-0.12.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b2b07efa51009704f88173b2c7feab47 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 042f4cc53680245bf99a84669b94155a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 b9318b5e40104e608d7e4582121fb561 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=f7f2c0f39b6346ad5ba5ebc22454fcbd
_md5_=3a8e529aff96c539b19d09c02d8257c8

View File

@@ -1,6 +1,6 @@
BDEPEND=test? ( >=dev-python/pbr-2.0[python_targets_python3_10(-)?] >=dev-python/requests-2.20.0[python_targets_python3_10(-)?] >=dev-python/futurist-0.16.0[python_targets_python3_10(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/pbr-2.0[python_targets_python3_10(-)?] >=dev-python/requests-2.20.0[python_targets_python3_10(-)?] >=dev-python/futurist-0.16.0[python_targets_python3_10(-)?] test? ( >=dev-python/subunit-0.0.18[python_targets_python3_10(-)?] >=dev-python/oslotest-1.10.0[python_targets_python3_10(-)?] >=dev-python/testrepository-0.0.18[python_targets_python3_10(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_10(-)?] >=dev-python/testtools-1.4.0[python_targets_python3_10(-)?] >=dev-python/pifpaf-0.10.0[python_targets_python3_10(-)?] >=dev-python/nose-1.3.7[python_targets_python3_10(-)?] >=dev-python/pytest-3.0.0[python_targets_python3_10(-)?] >=dev-python/urllib3-1.15.1[python_targets_python3_10(-)?] )
DEPEND=>=dev-python/pbr-2.0[python_targets_python3_10(-)?] >=dev-python/requests-2.20.0[python_targets_python3_10(-)?] >=dev-python/futurist-0.16.0[python_targets_python3_10(-)?] test? ( >=dev-python/subunit-0.0.18[python_targets_python3_10(-)?] >=dev-python/oslotest-1.10.0[python_targets_python3_10(-)?] >=dev-python/testrepository-0.0.18[python_targets_python3_10(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_10(-)?] >=dev-python/testtools-1.4.0[python_targets_python3_10(-)?] >=dev-python/nose-1.3.7[python_targets_python3_10(-)?] >=dev-python/pytest-3.0.0[python_targets_python3_10(-)?] >=dev-python/urllib3-1.15.1[python_targets_python3_10(-)?] >=dev-util/pifpaf-0.10.0[python_targets_python3_10(-)?] )
DESCRIPTION=A python client for etcd3 grpc-gateway v3 API
EAPI=8
HOMEPAGE=https://opendev.org/openstack/etcd3gw https://pypi.org/project/etcd3gw/
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/e/etcd3gw/etcd3gw-1.0.2.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b2b07efa51009704f88173b2c7feab47 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 042f4cc53680245bf99a84669b94155a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 b9318b5e40104e608d7e4582121fb561 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=6ef0808fd54ef755ac9f558fe6fbc05d
_md5_=6ccd7d19e97003e236a93ec7d30a7817

View File

@@ -0,0 +1,15 @@
BDEPEND=>=dev-python/greenlet-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/greenlet-3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/zope-event[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/zope-interface[python_targets_python3_10(-)?,python_targets_python3_11(-)?] monitor? ( >=dev-python/psutil-5.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) recommended? ( >=dev-python/cffi-1.12.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) recommended? ( >=dev-python/psutil-5.7.0[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-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Coroutine-based network library
EAPI=8
HOMEPAGE=https://www.gevent.org/ https://pypi.org/project/gevent
INHERIT=distutils-r1 pypi
IUSE=monitor recommended test python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=MIT
RDEPEND=>=dev-python/greenlet-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/greenlet-3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/zope-event[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/zope-interface[python_targets_python3_10(-)?,python_targets_python3_11(-)?] monitor? ( >=dev-python/psutil-5.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) recommended? ( >=dev-python/cffi-1.12.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) recommended? ( >=dev-python/psutil-5.7.0[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 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/g/gevent/gevent-23.9.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b2b07efa51009704f88173b2c7feab47 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 042f4cc53680245bf99a84669b94155a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 b9318b5e40104e608d7e4582121fb561 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=3ba97beea055b8d63ccc7e7820208130

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( dev-python/daiquiri[python_targets_python3_10(-)?] dev-python/click[python_targets_python3_10(-)?] dev-python/pbr[python_targets_python3_10(-)?] dev-python/jinja[python_targets_python3_10(-)?] dev-python/fixtures[python_targets_python3_10(-)?] dev-python/psutil[python_targets_python3_10(-)?] dev-python/xattr[python_targets_python3_10(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/daiquiri[python_targets_python3_10(-)?] dev-python/click[python_targets_python3_10(-)?] dev-python/pbr[python_targets_python3_10(-)?] dev-python/jinja[python_targets_python3_10(-)?] dev-python/fixtures[python_targets_python3_10(-)?] dev-python/psutil[python_targets_python3_10(-)?] dev-python/xattr[python_targets_python3_10(-)?] dev-python/pbr[python_targets_python3_10(-)?] test? ( dev-python/requests[python_targets_python3_10(-)?] dev-python/testrepository[python_targets_python3_10(-)?] dev-python/testtools[python_targets_python3_10(-)?] dev-python/mock[python_targets_python3_10(-)?] )
DESCRIPTION=Python fixtures and daemon managing tools for functional testing
EAPI=8
HOMEPAGE=https://pypi.org/project/pifpaf/ https://github.com/jd/pifpaf
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-python/daiquiri[python_targets_python3_10(-)?] dev-python/click[python_targets_python3_10(-)?] dev-python/pbr[python_targets_python3_10(-)?] dev-python/jinja[python_targets_python3_10(-)?] dev-python/fixtures[python_targets_python3_10(-)?] dev-python/psutil[python_targets_python3_10(-)?] dev-python/xattr[python_targets_python3_10(-)?] python_targets_python3_10? ( dev-lang/python:3.10 )
REQUIRED_USE=|| ( python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pifpaf/pifpaf-3.1.5.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b2b07efa51009704f88173b2c7feab47 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 042f4cc53680245bf99a84669b94155a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 b9318b5e40104e608d7e4582121fb561 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=f959716d9a1ff6c8b140caba893e76d4

View File

@@ -0,0 +1,15 @@
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[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=Sends virtual input commands
EAPI=8
HOMEPAGE=https://github.com/moses-palmer/pynput https://pypi.org/project/pynput
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=LGPL-3
RDEPEND=dev-python/python-evdev[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/python-xlib[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/six[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 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pynput/pynput-1.7.6.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b2b07efa51009704f88173b2c7feab47 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 042f4cc53680245bf99a84669b94155a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 b9318b5e40104e608d7e4582121fb561 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=99e25bf8be24843b29ffe66a862c03c9

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/cffi-1.0.0[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/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/cffi-1.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DESCRIPTION=Python wrapper for extended filesystem attributes
EAPI=8
HOMEPAGE=https://github.com/xattr/xattr
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/cffi-1.0.0[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/x/xattr/xattr-0.9.9.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b2b07efa51009704f88173b2c7feab47 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 042f4cc53680245bf99a84669b94155a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 b9318b5e40104e608d7e4582121fb561 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=b45d67a9023dc1b44997ad7e6c68163f

View File

@@ -0,0 +1,17 @@
BDEPEND=python_targets_python3_10? ( >=dev-python/cffi-1.16.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( >=dev-python/cffi-1.16.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_12? ( >=dev-python/cffi-1.16.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( sys-apps/attr ) test? ( >=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-15[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
DEPEND=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 )
DESCRIPTION=Python wrapper for extended filesystem attributes
EAPI=8
HOMEPAGE=https://pypi.org/project/xattr/ https://github.com/xattr/xattr
INHERIT=distutils-r1 pypi
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=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/x/xattr/xattr-1.0.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b2b07efa51009704f88173b2c7feab47 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 042f4cc53680245bf99a84669b94155a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 b9318b5e40104e608d7e4582121fb561 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=4b13d1332e7980e465292de7e77f62a7