2022-03-07 15:36:46 UTC

This commit is contained in:
Repository mirror & CI
2022-03-07 15:36:46 +00:00
parent c4202454ad
commit e566e79913
34 changed files with 261 additions and 82 deletions

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( dev-libs/librdkafka >=dev-python/fastavro-1.0[python_targets_python3_8(-)?] >=dev-python/avro-1.10.0[python_targets_python3_8(-)?] dev-python/requests[python_targets_python3_8(-)?] dev-python/pyrsistent[python_targets_python3_8(-)?] dev-python/jsonschema[python_targets_python3_8(-)?] dev-python/protobuf-python[python_targets_python3_8(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
BDEPEND=test? ( dev-libs/librdkafka >=dev-python/fastavro-1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/avro-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/requests[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyrsistent[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/jsonschema[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/protobuf-python[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/librdkafka >=dev-python/fastavro-1.0[python_targets_python3_8(-)?] >=dev-python/avro-1.10.0[python_targets_python3_8(-)?] dev-python/requests[python_targets_python3_8(-)?] dev-python/pyrsistent[python_targets_python3_8(-)?] dev-python/jsonschema[python_targets_python3_8(-)?] dev-python/protobuf-python[python_targets_python3_8(-)?] test? ( dev-python/pytest-timeout[python_targets_python3_8(-)?] )
DEPEND=dev-libs/librdkafka >=dev-python/fastavro-1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/avro-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/requests[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyrsistent[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/jsonschema[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/protobuf-python[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( dev-python/pytest-timeout[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=Confluent's Kafka Python Client
EAPI=8
HOMEPAGE=https://pypi.org/project/confluent-kafka https://github.com/confluentinc/confluent-kafka-python
INHERIT=distutils-r1
IUSE=test python_targets_python3_8
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/librdkafka >=dev-python/fastavro-1.0[python_targets_python3_8(-)?] >=dev-python/avro-1.10.0[python_targets_python3_8(-)?] dev-python/requests[python_targets_python3_8(-)?] dev-python/pyrsistent[python_targets_python3_8(-)?] dev-python/jsonschema[python_targets_python3_8(-)?] dev-python/protobuf-python[python_targets_python3_8(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 )
REQUIRED_USE=|| ( python_targets_python3_8 )
RDEPEND=dev-libs/librdkafka >=dev-python/fastavro-1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/avro-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/requests[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyrsistent[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/jsonschema[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/protobuf-python[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/c/confluent-kafka/confluent-kafka-1.7.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=e2e3c56ed821946caaa1a6e13df68859
_md5_=68631c3a0203fc82c745b50c11064dff

View File

@@ -0,0 +1,15 @@
BDEPEND=doc? ( || ( ( >=dev-lang/python-3.10.0_p1-r1:3.10 dev-python/sphinx[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.9-r1:3.9 dev-python/sphinx[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 dev-python/sphinx[python_targets_python3_8(-)] ) ) ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/installer-0.4.0_p20220124[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tomli-1.2.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=desktop-notifier is a Python library for cross-platform desktop notifications
EAPI=8
HOMEPAGE=https://desktop-notifier.readthedocs.io https://pypi.org/project/desktop-notifier https://github.com/samschott/desktop-notifier
INHERIT=distutils-r1
IUSE=doc python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/packaging[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-dbus-next[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( dev-python/importlib_resources[python_targets_python3_8(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=https://github.com/samschott/desktop-notifier/archive/refs/tags/v3.3.4.tar.gz -> desktop-notifier-3.3.4.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=2d50fc29448bc5f1676e189d695bcdb1