2022-03-16 21:04:08 UTC

This commit is contained in:
Repository mirror & CI
2022-03-16 21:04:08 +00:00
parent b4bd399206
commit 86b69f1614
84 changed files with 619 additions and 584 deletions

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/pygments-2.7.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/jinja-2.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/docutils-0.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/flexmock-0.9.7[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/mock-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/psycopg-2.5.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/psycopg2cffi-2.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pg8000-1.12.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytz-2014.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/python-dateutil-2.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pymysql[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pyodbc[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/greenlet[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/sqlalchemy-1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) 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/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/sqlalchemy-1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=Various utility functions and datatypes for SQLAlchemy
EAPI=8
HOMEPAGE=https://github.com/kvesteri/sqlalchemy-utils https://pypi.org/project/SQLAlchemy-Utils/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/sqlalchemy-1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] 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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/S/SQLAlchemy-Utils/SQLAlchemy-Utils-0.38.2.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=9d02d361d96f6032a360f8a41eabe69a

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/pbr-1.4[python_targets_python3_8(-)?] >=dev-python/cliff-1.14.0[python_targets_python3_8(-)?] >=dev-python/osc-lib-1.0.1[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-1.5.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-1.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-2.0.0[python_targets_python3_8(-)?] >=dev-python/osprofiler-1.4.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-1.0.0[python_targets_python3_8(-)?] dev-python/six[python_targets_python3_8(-)?] dev-python/pyparsing[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(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/pbr-1.4[python_targets_python3_8(-)?] >=dev-python/cliff-1.14.0[python_targets_python3_8(-)?] >=dev-python/osc-lib-1.0.1[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-1.5.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-1.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-2.0.0[python_targets_python3_8(-)?] >=dev-python/osprofiler-1.4.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-1.0.0[python_targets_python3_8(-)?] dev-python/six[python_targets_python3_8(-)?] dev-python/pyparsing[python_targets_python3_8(-)?] test? ( >=dev-python/oslotest-1.10.0[python_targets_python3_8(-)?] >=dev-python/reno-1.6.2[python_targets_python3_8(-)?] >=dev-python/tempest-10[python_targets_python3_8(-)?] >=dev-python/testtools-1.4.0[python_targets_python3_8(-)?] >=dev-python/pifpaf-0.23[python_targets_python3_8(-)?] dev-python/gnocchi[python_targets_python3_8(-)?] )
DESCRIPTION=A client for the OpenStack Aodh API
EAPI=8
HOMEPAGE=https://github.com/openstack/python-aodhclient https://opendev.org/openstack/python-aodhclient https://pypi.org/project/aodhclient https://launchpad.net/python-aodhclient
INHERIT=distutils-r1
IUSE=test python_targets_python3_8
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-1.4[python_targets_python3_8(-)?] >=dev-python/cliff-1.14.0[python_targets_python3_8(-)?] >=dev-python/osc-lib-1.0.1[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-1.5.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-1.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-2.0.0[python_targets_python3_8(-)?] >=dev-python/osprofiler-1.4.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-1.0.0[python_targets_python3_8(-)?] dev-python/six[python_targets_python3_8(-)?] dev-python/pyparsing[python_targets_python3_8(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 )
REQUIRED_USE=|| ( python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/a/aodhclient/aodhclient-2.3.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=953aa2a3595db2df597acab566626320

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/oslotest-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/reno-1.6.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/tempest-10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-1.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pifpaf-0.23[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/gnocchi[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/pbr-1.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cliff-1.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/osc-lib-1.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-1.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-1.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/osprofiler-1.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/keystoneauth-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyparsing[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-python/pbr-1.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cliff-1.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/osc-lib-1.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-1.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-1.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/osprofiler-1.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/keystoneauth-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyparsing[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=A client for the OpenStack Aodh API
EAPI=8
HOMEPAGE=https://github.com/openstack/python-aodhclient https://opendev.org/openstack/python-aodhclient https://pypi.org/project/aodhclient/ https://launchpad.net/python-aodhclient
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-1.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cliff-1.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/osc-lib-1.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-1.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-1.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/osprofiler-1.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/keystoneauth-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyparsing[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/a/aodhclient/aodhclient-2.4.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=284530f1d5833e43979ab4a797780ede

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/prettytable-0.7.2[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-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/prettytable-0.7.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/reno-3.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=Friendly state machines for python
EAPI=8
HOMEPAGE=https://pypi.org/project/automaton/ https://opendev.org/openstack/automaton
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/prettytable-0.7.2[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/a/automaton/automaton-2.5.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=318536b240eb19e5f69f3326fdef8918

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/unittest-or-fail[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) 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(-)] ) ( >=dev-python/pypy3-7.3.7-r1:0 dev-python/sphinx[python_targets_pypy3(-)] ) ) ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Define boolean algebras, create boolean expressions and custom boolean DSL
EAPI=8
HOMEPAGE=https://pypi.org/project/boolean.py/ https://github.com/bastikr/boolean.py
INHERIT=distutils-r1
IUSE=test doc python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD-2
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/b/boolean.py/boolean.py-3.8.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=2c75e698d74e7f220b5ce8f2d48ee38e

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/python-barbicanclient-4.5.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/subunit-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pifpaf-0.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cryptography-2.7[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-barbicanclient-4.5.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-6.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.18.0[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-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cryptography-2.7[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-barbicanclient-4.5.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-6.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.18.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=Generic Key Manager interface for OpenStack
EAPI=8
HOMEPAGE=https://pypi.org/project/castellan/ https://opendev.org/openstack/castellan https://pypi.org/project/castellan https://launchpad.net/castellan
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cryptography-2.7[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-barbicanclient-4.5.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-6.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.18.0[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/castellan/castellan-3.10.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=5f06b37a465cfe445d8f5d923a149b8c

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/cryptography-2.7[python_targets_python3_8(-)?] >=dev-python/python-barbicanclient-4.5.2[python_targets_python3_8(-)?] >=dev-python/oslo-config-6.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?] >=dev-python/requests-2.18.0[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(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/cryptography-2.7[python_targets_python3_8(-)?] >=dev-python/python-barbicanclient-4.5.2[python_targets_python3_8(-)?] >=dev-python/oslo-config-6.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?] >=dev-python/requests-2.18.0[python_targets_python3_8(-)?] test? ( >=dev-python/python-barbicanclient-4.5.2[python_targets_python3_8(-)?] >=dev-python/subunit-1.0.0[python_targets_python3_8(-)?] >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?] >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_8(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?] >=dev-python/pifpaf-0.10.0[python_targets_python3_8(-)?] )
DESCRIPTION=Generic Key Manager interface for OpenStack
EAPI=8
HOMEPAGE=https://pypi.org/project/castellan https://opendev.org/openstack/castellan https://pypi.org/project/castellan https://launchpad.net/castellan
INHERIT=distutils-r1
IUSE=test python_targets_python3_8
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/cryptography-2.7[python_targets_python3_8(-)?] >=dev-python/python-barbicanclient-4.5.2[python_targets_python3_8(-)?] >=dev-python/oslo-config-6.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?] >=dev-python/requests-2.18.0[python_targets_python3_8(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 )
REQUIRED_USE=|| ( python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/c/castellan/castellan-3.9.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=92fc9a28229faaedfeaef780626a9447

View File

@@ -1,9 +1,9 @@
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(-)?]
BDEPEND=test? ( dev-python/pytest-timeout[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) 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(-)?,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(-)?] )
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(-)?]
DESCRIPTION=Confluent's Kafka Python Client
EAPI=8
HOMEPAGE=https://pypi.org/project/confluent-kafka https://github.com/confluentinc/confluent-kafka-python
HOMEPAGE=https://pypi.org/project/confluent-kafka/ https://github.com/confluentinc/confluent-kafka-python
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
@@ -12,6 +12,6 @@ RDEPEND=dev-libs/librdkafka >=dev-python/fastavro-1.0[python_targets_python3_8(-
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
SRC_URI=https://github.com/confluentinc/confluent-kafka-python/archive/refs/tags/v1.8.2.tar.gz -> confluent-kafka-1.8.2.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=68631c3a0203fc82c745b50c11064dff
_md5_=f8b7a8cdda0d64551f45856b8125d1de

View File

@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/e/etcd3/etcd3-0.12.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=07063609c5bd1c15c6d780ade06a08b7
_md5_=f1288e0ae80571b9df241da5d2ef778d

View File

@@ -0,0 +1,15 @@
BDEPEND=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/poetry-core[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python port of LLVM's FileCheck, flexible pattern matching file verifier
EAPI=8
HOMEPAGE=https://pypi.org/project/filecheck
INHERIT=distutils-r1
IUSE=python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=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=mirror://pypi/f/filecheck/filecheck-0.0.22.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=e9f451997373e2efd7c9b6bb2daaf089

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/pbr[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyyaml[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/urllib3-1.11.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/certifi[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jsonpath-rw-ext-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/wsgi_intercept-1.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/colorama[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
DESCRIPTION=Declarative HTTP testing library
EAPI=8
HOMEPAGE=https://github.com/cdent/gabbi https://pypi.org/project/gabbi/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
PROPERTIES=test_network
RDEPEND=dev-python/pbr[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyyaml[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/urllib3-1.11.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/certifi[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jsonpath-rw-ext-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/wsgi_intercept-1.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/colorama[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? ( test )
SLOT=0
SRC_URI=mirror://pypi/g/gabbi/gabbi-2.4.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=179692f6d48d406a9d0d37801a754509

File diff suppressed because one or more lines are too long

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( >=dev-python/pbr-1.8[python_targets_python3_8(-)?] >=dev-python/jsonpath-rw-1.2.0[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-python/subunit-0.0.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslotest-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testrepository-0.0.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-1.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/pbr-1.8[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jsonpath-rw-1.2.0[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-python/pbr-1.8[python_targets_python3_8(-)?] >=dev-python/jsonpath-rw-1.2.0[python_targets_python3_8(-)?] test? ( >=dev-python/subunit-0.0.18[python_targets_python3_8(-)?] >=dev-python/oslotest-1.10.0[python_targets_python3_8(-)?] >=dev-python/testrepository-0.0.18[python_targets_python3_8(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_8(-)?] >=dev-python/testtools-1.4.0[python_targets_python3_8(-)?] )
DEPEND=>=dev-python/pbr-1.8[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jsonpath-rw-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=Extensions for JSONPath RW
EAPI=8
HOMEPAGE=https://pypi.org/project/jsonpath-rw-ext https://github.com/sileht/python-jsonpath-rw-ext
HOMEPAGE=https://pypi.org/project/jsonpath-rw-ext/ https://github.com/sileht/python-jsonpath-rw-ext
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-python/pbr-1.8[python_targets_python3_8(-)?] >=dev-python/jsonpath-rw-1.2.0[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-python/pbr-1.8[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jsonpath-rw-1.2.0[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/j/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=4d4155c8703d277dec04a18ea7ece426
_md5_=75637f40de0869a605867048e7373ab6

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/cryptography-3.0[python_targets_python3_8(-)?] >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?] >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?] >=dev-python/requests-mock-1.2.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/testresources-2.0.0[python_targets_python3_8(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?] >=dev-python/python-memcached-1.59[python_targets_python3_8(-)?] >=dev-python/webtest-2.0.27[python_targets_python3_8(-)?] >=dev-python/oslo-messaging-5.29.0[python_targets_python3_8(-)?] ) test? ( >=dev-python/keystoneauth-3.12.0[python_targets_python3_8(-)?] >=dev-python/oslo-cache-1.26.0[python_targets_python3_8(-)?] >=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-1.18.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/pycadf-1.1.0[python_targets_python3_8(-)?] >=dev-python/python-keystoneclient-3.20.0[python_targets_python3_8(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?] >=dev-python/webob-1.7.1[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(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/keystoneauth-3.12.0[python_targets_python3_8(-)?] >=dev-python/oslo-cache-1.26.0[python_targets_python3_8(-)?] >=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-1.18.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/pycadf-1.1.0[python_targets_python3_8(-)?] >=dev-python/python-keystoneclient-3.20.0[python_targets_python3_8(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?] >=dev-python/webob-1.7.1[python_targets_python3_8(-)?]
DESCRIPTION=A middleware for the OpenStack Keystone API
EAPI=8
HOMEPAGE=https://github.com/openstack/keystonemiddleware https://opendev.org/openstack/keystonemiddleware https://launchpad.net/keystonemiddleware https://pypi.org/project/keystonemiddleware
INHERIT=distutils-r1
IUSE=test python_targets_python3_8
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/keystoneauth-3.12.0[python_targets_python3_8(-)?] >=dev-python/oslo-cache-1.26.0[python_targets_python3_8(-)?] >=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-1.18.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/pycadf-1.1.0[python_targets_python3_8(-)?] >=dev-python/python-keystoneclient-3.20.0[python_targets_python3_8(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?] >=dev-python/webob-1.7.1[python_targets_python3_8(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 )
REQUIRED_USE=|| ( python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/k/keystonemiddleware/keystonemiddleware-9.3.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=e5a7da5a49aff97a57653a12dbf2fd56

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/cryptography-3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-mock-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testresources-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-memcached-1.59[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/webtest-2.0.27[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-messaging-5.29.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/keystoneauth-3.12.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-cache-1.26.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-1.18.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pycadf-1.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-keystoneclient-3.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/webob-1.7.1[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-python/keystoneauth-3.12.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-cache-1.26.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-1.18.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pycadf-1.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-keystoneclient-3.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/webob-1.7.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=A middleware for the OpenStack Keystone API
EAPI=8
HOMEPAGE=https://github.com/openstack/keystonemiddleware https://opendev.org/openstack/keystonemiddleware https://launchpad.net/keystonemiddleware https://pypi.org/project/keystonemiddleware/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/keystoneauth-3.12.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-cache-1.26.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-1.18.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pycadf-1.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-keystoneclient-3.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/webob-1.7.1[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/k/keystonemiddleware/keystonemiddleware-9.4.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=a6631f08027133557f0801664d7a4ac6

View File

@@ -1,16 +0,0 @@
BDEPEND=dev-python/setuptools_scm[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( <dev-python/boolean-py-4.0.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) doc? ( || ( ( >=dev-lang/python-3.10.0_p1-r1:3.10 dev-python/sphinx[python_targets_python3_10(-)] dev-python/sphinx_rtd_theme[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.9-r1:3.9 dev-python/sphinx[python_targets_python3_9(-)] dev-python/sphinx_rtd_theme[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 dev-python/sphinx[python_targets_python3_8(-)] dev-python/sphinx_rtd_theme[python_targets_python3_8(-)] ) ( >=dev-python/pypy3-7.3.7-r1:0 dev-python/sphinx[python_targets_pypy3(-)] dev-python/sphinx_rtd_theme[python_targets_pypy3(-)] ) ) ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tomli-1.2.3[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A comprehensive utility library to parse license expressions using boolean logic
EAPI=8
HOMEPAGE=https://pypi.org/project/license-expression/ https://github.com/nexB/license-expression
INHERIT=distutils-r1
IUSE=test doc python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=<dev-python/boolean-py-4.0.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/l/license-expression/license-expression-21.6.14.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=cd51dee7f9e8d945a8fd2291933d91b8

View File

@@ -1,15 +1,15 @@
BDEPEND=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=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
DESCRIPTION=An implementation of time.monotonic() for Python 2 & < 3.3
EAPI=8
HOMEPAGE=https://github.com/atdt/monotonic
INHERIT=distutils-r1
IUSE=python_targets_python3_8
IUSE=python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 )
REQUIRED_USE=|| ( python_targets_python3_8 )
RDEPEND=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 )
SLOT=0
SRC_URI=mirror://pypi/m/monotonic/monotonic-1.6.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=d3e016d81f76f83c0ae2443199452a7f
_md5_=035f44a242514d9c66cb630d60074c24

View File

@@ -1,16 +0,0 @@
BDEPEND=>=dev-python/openstackdocstheme-2.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-3.1.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/sphinx[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( >=dev-python/beautifulsoup4-4.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sphinx-testing-1.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/subunit-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/openstackdocstheme-2.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-3.1.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/sphinx[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) doc? ( || ( ( >=dev-lang/python-3.9.9-r1:3.9 dev-python/sphinx[python_targets_python3_9(-)] >=dev-python/openstackdocstheme-2.2.1[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 dev-python/sphinx[python_targets_python3_8(-)] >=dev-python/openstackdocstheme-2.2.1[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 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Sphinx Extensions to support API reference sites in OpenStack
EAPI=8
HOMEPAGE=https://docs.openstack.org/os-api-ref/latest
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/openstackdocstheme-2.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-3.1.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/sphinx[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/o/os-api-ref/os-api-ref-2.2.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=7d15fa18cc44e18f7ac644aa5be48616

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/beautifulsoup4-4.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sphinx-testing-1.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/subunit-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/openstackdocstheme-2.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-3.1.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sphinx-4.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) doc? ( || ( ( >=dev-lang/python-3.9.9-r1:3.9 dev-python/sphinx[python_targets_python3_9(-)] >=dev-python/openstackdocstheme-2.2.1[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 dev-python/sphinx[python_targets_python3_8(-)] >=dev-python/openstackdocstheme-2.2.1[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 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/openstackdocstheme-2.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-3.1.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sphinx-4.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=Sphinx Extensions to support API reference sites in OpenStack
EAPI=8
HOMEPAGE=https://opendev.org/openstack/os-api-ref https://pypi.org/project/os-api-ref/
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/openstackdocstheme-2.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-3.1.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sphinx-4.0.0[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/o/os-api-ref/os-api-ref-2.3.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=6fa863967760a32eaa187c17ff6a284d

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/pbr-5.5.1[python_targets_python3_8(-)?] >=dev-python/eventlet-0.30.1[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-4.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-context-3.1.1[python_targets_python3_8(-)?] >=dev-python/oslo-log-4.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-5.0.1[python_targets_python3_8(-)?] >=dev-python/oslo-privsep-2.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-4.1.0[python_targets_python3_8(-)?] >=dev-python/oslo-service-2.5.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-4.8.0[python_targets_python3_8(-)?] >=dev-python/requests-2.25.1[python_targets_python3_8(-)?] >=dev-python/tenacity-6.3.1[python_targets_python3_8(-)?] >=dev-python/os-win-5.4.0[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(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/pbr-5.5.1[python_targets_python3_8(-)?] >=dev-python/eventlet-0.30.1[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-4.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-context-3.1.1[python_targets_python3_8(-)?] >=dev-python/oslo-log-4.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-5.0.1[python_targets_python3_8(-)?] >=dev-python/oslo-privsep-2.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-4.1.0[python_targets_python3_8(-)?] >=dev-python/oslo-service-2.5.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-4.8.0[python_targets_python3_8(-)?] >=dev-python/requests-2.25.1[python_targets_python3_8(-)?] >=dev-python/tenacity-6.3.1[python_targets_python3_8(-)?] >=dev-python/os-win-5.4.0[python_targets_python3_8(-)?] test? ( >=dev-python/ddt-1.4.1[python_targets_python3_8(-)?] >=dev-python/oslotest-4.4.1[python_targets_python3_8(-)?] >=dev-python/testscenarios-0.5.0[python_targets_python3_8(-)?] >=dev-python/testtools-2.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-vmware-3.8.0[python_targets_python3_8(-)?] >=dev-python/castellan-3.7.0[python_targets_python3_8(-)?] >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?] )
DESCRIPTION=OpenStack Cinder brick library for managing local volume attaches
EAPI=8
HOMEPAGE=https://opendev.org/openstack/os-brick https://launchpad.net/os-brick https://pypi.org/project/os-brick
INHERIT=distutils-r1
IUSE=test python_targets_python3_8
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-5.5.1[python_targets_python3_8(-)?] >=dev-python/eventlet-0.30.1[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-4.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-context-3.1.1[python_targets_python3_8(-)?] >=dev-python/oslo-log-4.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-5.0.1[python_targets_python3_8(-)?] >=dev-python/oslo-privsep-2.4.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-4.1.0[python_targets_python3_8(-)?] >=dev-python/oslo-service-2.5.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-4.8.0[python_targets_python3_8(-)?] >=dev-python/requests-2.25.1[python_targets_python3_8(-)?] >=dev-python/tenacity-6.3.1[python_targets_python3_8(-)?] >=dev-python/os-win-5.4.0[python_targets_python3_8(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 )
REQUIRED_USE=|| ( python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/o/os-brick/os-brick-5.0.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=a8322bdf7e8966d4549846e7ac827144

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/ddt-1.4.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslotest-4.4.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testscenarios-0.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-vmware-3.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/castellan-3.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/pbr-5.5.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/eventlet-0.30.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-4.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-3.1.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-4.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-5.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-privsep-2.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-4.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-service-2.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.25.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/tenacity-6.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/os-win-5.4.0[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-python/pbr-5.5.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/eventlet-0.30.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-4.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-3.1.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-4.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-5.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-privsep-2.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-4.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-service-2.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.25.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/tenacity-6.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/os-win-5.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=OpenStack Cinder brick library for managing local volume attaches
EAPI=8
HOMEPAGE=https://opendev.org/openstack/os-brick https://launchpad.net/os-brick https://pypi.org/project/os-brick/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-5.5.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/eventlet-0.30.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-4.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-3.1.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-4.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-5.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-privsep-2.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-4.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-service-2.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.25.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/tenacity-6.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/os-win-5.4.0[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/o/os-brick/os-brick-5.2.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=703f8bfbcf5b2982ab1aa7d8e4e44b1d

View File

@@ -1,6 +1,6 @@
BDEPEND=test? ( >=dev-python/eventlet-0.22.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/msgpack-0.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ovs-2.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/routes-2.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/webob-1.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/nose-1.3.7-r4[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(-)?]
BDEPEND=test? ( >=dev-python/subunit-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/lxml[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/ncclient[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/sqlalchemy[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/eventlet-0.22.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/msgpack-0.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ovs-2.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/routes-2.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/webob-1.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/nose-1.3.7-r4[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-python/eventlet-0.22.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/msgpack-0.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ovs-2.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/routes-2.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/webob-1.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( >=dev-python/subunit-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/lxml[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/ncclient[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/sqlalchemy[python_targets_python3_8(-)?,python_targets_python3_9(-)?] app-admin/sudo )
DEPEND=>=dev-python/eventlet-0.22.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/msgpack-0.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ovs-2.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/routes-2.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/webob-1.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=OpenStack Cinder brick library for managing local volume attaches
EAPI=8
HOMEPAGE=https://github.com/openstack/os-ken https://opendev.org/openstack/os-ken https://pypi.org/project/os-ken/
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/o/os-ken/os-ken-2.3.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=b2f99ce3170a7344a4d11d76867041ec
_md5_=da5e68ae1a19da62184797b313fa3ae6

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/oslotest-1.10.0[python_targets_python3_8(-)?] >=dev-python/ovs-2.9.2[python_targets_python3_8(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_8(-)?] ) test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-3.20.0[python_targets_python3_8(-)?] >=dev-python/oslo-config-5.1.0[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.30.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-privsep-1.23.0[python_targets_python3_8(-)?] >=dev-python/oslo-versionedobjects-1.28.0[python_targets_python3_8(-)?] >=dev-python/ovsdbapp-0.12.1[python_targets_python3_8(-)?] >=dev-python/pyroute2-0.5.2[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/debtcollector-1.19.0[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(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-3.20.0[python_targets_python3_8(-)?] >=dev-python/oslo-config-5.1.0[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.30.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-privsep-1.23.0[python_targets_python3_8(-)?] >=dev-python/oslo-versionedobjects-1.28.0[python_targets_python3_8(-)?] >=dev-python/ovsdbapp-0.12.1[python_targets_python3_8(-)?] >=dev-python/pyroute2-0.5.2[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/debtcollector-1.19.0[python_targets_python3_8(-)?]
DESCRIPTION=OpenStack Cinder brick library for managing local volume attaches
EAPI=8
HOMEPAGE=https://github.com/openstack/os-vif https://opendev.org/openstack/os-vif https://launchpad.net/os-vif https://pypi.org/project/os-vif
INHERIT=distutils-r1
IUSE=test python_targets_python3_8
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-3.20.0[python_targets_python3_8(-)?] >=dev-python/oslo-config-5.1.0[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.30.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-privsep-1.23.0[python_targets_python3_8(-)?] >=dev-python/oslo-versionedobjects-1.28.0[python_targets_python3_8(-)?] >=dev-python/ovsdbapp-0.12.1[python_targets_python3_8(-)?] >=dev-python/pyroute2-0.5.2[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/debtcollector-1.19.0[python_targets_python3_8(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 )
REQUIRED_USE=|| ( python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/o/os-vif/os_vif-2.6.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=6e729f06cc0d14f2fbaa4c827f6e7043

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/oslotest-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ovs-2.9.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.30.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-privsep-1.23.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-versionedobjects-1.28.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ovsdbapp-0.12.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyroute2-0.5.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/debtcollector-1.19.0[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-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.30.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-privsep-1.23.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-versionedobjects-1.28.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ovsdbapp-0.12.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyroute2-0.5.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/debtcollector-1.19.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=OpenStack Cinder brick library for managing local volume attaches
EAPI=8
HOMEPAGE=https://github.com/openstack/os-vif https://opendev.org/openstack/os-vif https://launchpad.net/os-vif https://pypi.org/project/os-vif/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.30.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-privsep-1.23.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-versionedobjects-1.28.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ovsdbapp-0.12.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyroute2-0.5.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/debtcollector-1.19.0[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/o/os-vif/os_vif-2.7.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=4e152fda13398f5ab64e2d67afc1a8f8

View File

@@ -1,6 +1,6 @@
BDEPEND=test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/eventlet-0.22.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.29.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-6.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[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(-)?]
BDEPEND=test? ( >=dev-python/ddt-1.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslotest-3.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/eventlet-0.22.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.29.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-6.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[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-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/eventlet-0.22.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.29.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-6.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( >=dev-python/ddt-1.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslotest-3.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/eventlet-0.22.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.29.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-6.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=Windows / Hyper-V library for OpenStack projects
EAPI=8
HOMEPAGE=https://github.com/openstack/os-win https://opendev.org/openstack/os-win https://launchpad.net/os-win https://pypi.org/project/os-win/
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/o/os-win/os-win-5.6.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=07d364628c772e642d949887eb2a2545
_md5_=2924c559b85dcffa2b93f20c7af95fd0

View File

@@ -1,18 +1,18 @@
BDEPEND=test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/dogpile-cache-1.1.2[python_targets_python3_8(-)?] >=dev-python/oslo-config-8.1.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-5.0.0[python_targets_python3_8(-)?] >=dev-python/oslo-log-4.2.1[python_targets_python3_8(-)?] >=dev-python/oslo-utils-4.2.0[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-python/oslotest-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pifpaf-0.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pymemcache-3.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-binary-memcached-0.29.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-memcached-1.56[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pymongo-3.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/etcd3gw-0.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/dogpile-cache-1.1.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-8.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-5.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-4.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.2.0[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-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/dogpile-cache-1.1.2[python_targets_python3_8(-)?] >=dev-python/oslo-config-8.1.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-5.0.0[python_targets_python3_8(-)?] >=dev-python/oslo-log-4.2.1[python_targets_python3_8(-)?] >=dev-python/oslo-utils-4.2.0[python_targets_python3_8(-)?] test? ( >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?] >=dev-python/pifpaf-0.10.0[python_targets_python3_8(-)?] >=dev-python/pymemcache-3.4.0[python_targets_python3_8(-)?] >=dev-python/python-binary-memcached-0.29.0[python_targets_python3_8(-)?] >=dev-python/python-memcached-1.56[python_targets_python3_8(-)?] >=dev-python/pymongo-3.0.2[python_targets_python3_8(-)?] >=dev-python/etcd3gw-0.2.0[python_targets_python3_8(-)?] )
DEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/dogpile-cache-1.1.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-8.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-5.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-4.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=Oslo Caching around dogpile.cache
EAPI=8
HOMEPAGE=https://opendev.org/openstack/oslo.cache https://pypi.org/project/oslo.cache https://github.com/openstack/oslo.cache
HOMEPAGE=https://opendev.org/openstack/oslo.cache https://pypi.org/project/oslo.cache/ https://github.com/openstack/oslo.cache
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
PROPERTIES=test_network
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/dogpile-cache-1.1.2[python_targets_python3_8(-)?] >=dev-python/oslo-config-8.1.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-5.0.0[python_targets_python3_8(-)?] >=dev-python/oslo-log-4.2.1[python_targets_python3_8(-)?] >=dev-python/oslo-utils-4.2.0[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-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/dogpile-cache-1.1.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-8.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-5.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-4.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.2.0[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? ( test )
SLOT=0
SRC_URI=mirror://pypi/o/oslo.cache/oslo.cache-2.8.1.tar.gz -> oslo-cache-2.8.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=ca1c086dd90af4923beaf66788a8d813
_md5_=49f99b4d966d90dc5d1b0865edc546d2

View File

@@ -1,16 +0,0 @@
BDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] !~dev-python/pbr-2.1.0[python_targets_python3_8(-)?]
DESCRIPTION=OpenStack library for privilege separation.
EAPI=7
HOMEPAGE=https://pypi.org/project/oslo.privsep/
INHERIT=distutils-r1
IUSE=python_targets_python3_8
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] !~dev-python/pbr-2.1.0[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/cffi-1.14.0[python_targets_python3_8(-)?] >=dev-python/eventlet-0.21.0[python_targets_python3_8(-)?] >=dev-python/greenlet-0.4.14[python_targets_python3_8(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_8(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 )
REQUIRED_USE=|| ( python_targets_python3_8 )
SLOT=0
SRC_URI=mirror://pypi/o/oslo.privsep/oslo.privsep-2.4.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=10c5fe7fb6a6d148f39848fc21769829

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cffi-1.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/eventlet-0.21.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/greenlet-0.4.14[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/msgpack-0.6.0[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-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cffi-1.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/eventlet-0.21.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/greenlet-0.4.14[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/msgpack-0.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=OpenStack library for privilege separation
EAPI=8
HOMEPAGE=https://opendev.org/openstack/oslo.privsep https://pypi.org/project/oslo.privsep/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cffi-1.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/eventlet-0.21.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/greenlet-0.4.14[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/msgpack-0.6.0[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/o/oslo.privsep/oslo.privsep-2.6.2.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=9c05039196a4f1893ff3b7fb911ae619

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/pyyaml-3.13.0[python_targets_python3_8(-)?] >=dev-python/lxml-4.5.0[python_targets_python3_8(-)?] >=dev-python/suds-0.6[python_targets_python3_8(-)?] >=dev-python/eventlet-0.18.4[python_targets_python3_8(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?] >=dev-python/urllib3-1.21.1[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-3.26.0[python_targets_python3_8(-)?] >=dev-python/oslo-context-2.19.2[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-python/fixtures-3.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ddt-1.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-3.13.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/suds-0.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/eventlet-0.18.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/urllib3-1.21.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.26.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.19.2[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-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/pyyaml-3.13.0[python_targets_python3_8(-)?] >=dev-python/lxml-4.5.0[python_targets_python3_8(-)?] >=dev-python/suds-0.6[python_targets_python3_8(-)?] >=dev-python/eventlet-0.18.4[python_targets_python3_8(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?] >=dev-python/urllib3-1.21.1[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-3.26.0[python_targets_python3_8(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] test? ( >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?] >=dev-python/ddt-1.0.1[python_targets_python3_8(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?] )
DEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-3.13.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/suds-0.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/eventlet-0.18.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/urllib3-1.21.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.26.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=Oslo VMware library for OpenStack projects
EAPI=8
HOMEPAGE=https://pypi.org/project/oslo.vmware https://opendev.org/openstack/oslo.vmware https://launchpad.net/oslo.vmware
HOMEPAGE=https://pypi.org/project/oslo.vmware/ https://opendev.org/openstack/oslo.vmware https://launchpad.net/oslo.vmware
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-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/pyyaml-3.13.0[python_targets_python3_8(-)?] >=dev-python/lxml-4.5.0[python_targets_python3_8(-)?] >=dev-python/suds-0.6[python_targets_python3_8(-)?] >=dev-python/eventlet-0.18.4[python_targets_python3_8(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?] >=dev-python/urllib3-1.21.1[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-3.26.0[python_targets_python3_8(-)?] >=dev-python/oslo-context-2.19.2[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-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-3.13.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/suds-0.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/eventlet-0.18.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/urllib3-1.21.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.26.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.19.2[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/o/oslo.vmware/oslo.vmware-3.9.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=39afd073b3ace0f476201145706567ec
_md5_=d536018e0672612c4447e54175e41501

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?] >=dev-python/ovs-2.10.0[python_targets_python3_8(-)?] >=dev-python/pbr-2.0.0[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(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?] >=dev-python/ovs-2.10.0[python_targets_python3_8(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] test? ( >=dev-python/subunit-1.0.0[python_targets_python3_8(-)?] >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_8(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?] net-misc/openvswitch )
DESCRIPTION=A library for creating OVSDB applications
EAPI=8
HOMEPAGE=https://opendev.org/openstack/ovsdbapp https://pypi.org/project/ovsdbapp https://launchpad.net/ovsdbapp
INHERIT=distutils-r1
IUSE=test python_targets_python3_8
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?] >=dev-python/ovs-2.10.0[python_targets_python3_8(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 )
REQUIRED_USE=|| ( python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/o/ovsdbapp/ovsdbapp-1.12.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=06916c9b48c5c90c08c519f5c2736ce0

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/subunit-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] net-misc/openvswitch ) test? ( >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ovs-2.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pbr-2.0.0[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-python/fixtures-3.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ovs-2.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=A library for creating OVSDB applications
EAPI=8
HOMEPAGE=https://opendev.org/openstack/ovsdbapp https://pypi.org/project/ovsdbapp/ https://launchpad.net/ovsdbapp
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ovs-2.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pbr-2.0.0[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/o/ovsdbapp/ovsdbapp-1.15.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=6360b6f5730ae4030d0f014f2e8e471f

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-db/postgresql dev-python/pytest-mock[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pytest-benchmark[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pytz[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( >=dev-python/scramp-1.4.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) 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/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/scramp-1.4.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=A Pure-Python PostgreSQL Driver
EAPI=8
HOMEPAGE=https://github.com/tlocke/pg8000 https://pypi.org/project/pg8000/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=>=dev-python/scramp-1.4.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] 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 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/pg8000/pg8000-1.24.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=9ce075fe5c0e03efae2fc8d7b6185987

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/pretend[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/toml[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/virtualenv-20[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( dev-python/pip[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=An unofficial, importable pip API
EAPI=8
HOMEPAGE=https://github.com/di/pip-api
INHERIT=distutils-r1
IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-python/pip[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/pip-api/pip-api-0.0.29.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=59f77449d0693187ceac99f11b4c5f1f

View File

@@ -1,16 +0,0 @@
BDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/pbr-1.8.0[python_targets_python3_8(-)?]
DESCRIPTION=python implementation of DMTF Cloud Audit (CADF) data model
EAPI=7
HOMEPAGE=https://pypi.org/project/pycadf/
INHERIT=distutils-r1
IUSE=python_targets_python3_8
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-1.8.0[python_targets_python3_8(-)?] >=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-2.18.0[python_targets_python3_8(-)?] !~dev-python/oslo-serialization-2.19.1[python_targets_python3_8(-)?] >=dev-python/pytz-2013.6[python_targets_python3_8(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?] >=dev-python/debtcollector-1.2.0[python_targets_python3_8(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 )
REQUIRED_USE=|| ( python_targets_python3_8 )
SLOT=0
SRC_URI=mirror://pypi/p/pycadf/pycadf-3.1.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=81db9be84c8d55c0229583b9e9725385

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/subunit-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/pbr-1.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-2.18.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytz-2013.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/debtcollector-1.2.0[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-python/pbr-1.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-2.18.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytz-2013.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/debtcollector-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=python implementation of DMTF Cloud Audit (CADF) data model
EAPI=8
HOMEPAGE=https://opendev.org/openstack/pycadf https://pypi.org/project/pycadf/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-1.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-2.18.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytz-2013.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/debtcollector-1.2.0[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/p/pycadf/pycadf-3.1.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=09070407847043c26661bb2662675964

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) 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/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/future[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/gevent[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/mock[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pylibmc[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-memcached[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] )
DESCRIPTION=A comprehensive, fast, pure-Python memcached client
EAPI=8
HOMEPAGE=https://github.com/pinterest/pymemcache https://pypi.org/project/pymemcache
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/pymemcache/pymemcache-3.5.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=979cad65e679568c30b1c81daca1d330

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/future[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/gevent-21.12.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/mock[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pylibmc-1.6.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/python-memcached-1.59[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) 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/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=A comprehensive, fast, pure-Python memcached client
EAPI=8
HOMEPAGE=https://github.com/pinterest/pymemcache https://pypi.org/project/pymemcache/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/pymemcache/pymemcache-3.5.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=857b9e36ae1b565ed519e76683201005

View File

@@ -0,0 +1,18 @@
BDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tomli-1.2.3[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/poetry-core[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=app-text/pandoc dev-haskell/pandoc-citeproc dev-texlive/texlive-latex >=dev-python/wheel-0.25.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/setuptools[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/urllib3[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=Pypandoc provides a thin wrapper for pandoc, a universal document converter
EAPI=8
HOMEPAGE=https://github.com/bebraw/pypandoc https://pypi.org/project/pypandoc/
INHERIT=distutils-r1
IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
PROPERTIES=test_network
RDEPEND=app-text/pandoc dev-haskell/pandoc-citeproc dev-texlive/texlive-latex python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=test
SLOT=0
SRC_URI=mirror://pypi/p/pypandoc/pypandoc-1.7.2.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=8c22169fb7e44bb7707274805089ea15

View File

@@ -1,16 +0,0 @@
BDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?]
DESCRIPTION=Python binding for the PowerVM REST API
EAPI=7
HOMEPAGE=https://pypi.org/project/pypowervm/
INHERIT=distutils-r1
IUSE=python_targets_python3_8
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/lxml-3.4.1[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-3.8.0[python_targets_python3_8(-)?] >=dev-python/oslo-context-2.14.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-2.1.0[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.22.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.20.0[python_targets_python3_8(-)?] dev-python/pyasn1-modules[python_targets_python3_8(-)?] dev-python/pyasn1[python_targets_python3_8(-)?] >=dev-python/pytz-2013.6[python_targets_python3_8(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?] >=dev-python/six-1.9.0[python_targets_python3_8(-)?] >=dev-python/taskflow-2.16.0[python_targets_python3_8(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 )
REQUIRED_USE=|| ( python_targets_python3_8 )
SLOT=0
SRC_URI=mirror://pypi/p/pypowervm/pypowervm-1.1.24.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=23699e0f25adbe44d56a4aa78af60f7c

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-3.4.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.12.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-2.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.22.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyasn1-modules[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyasn1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytz-2019.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/taskflow-3.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/Babel[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-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-3.4.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.12.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-2.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.22.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyasn1-modules[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyasn1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytz-2019.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/taskflow-3.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/Babel[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/subunit-0.0.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-1.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/mock-2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=Python binding for the PowerVM REST API
EAPI=8
HOMEPAGE=https://github.com/powervm/pypowervm https://pypi.org/project/pypowervm/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-3.4.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.12.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-2.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.22.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyasn1-modules[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyasn1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytz-2019.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/taskflow-3.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/Babel[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/p/pypowervm/pypowervm-1.1.27.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=5427beb2528731ee7c64ab1b2d9a00d0

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/mock[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pyasn1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pymongo[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/responses[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/toml[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( dev-python/cryptography[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/defusedxml[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pyopenssl[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-dateutil[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-xmlsec[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pytz[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/requests[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/xmlschema[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( dev-python/importlib_resources[python_targets_python3_8(-)?] ) >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) 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/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python implementation of SAML Version 2 to be used in a WSGI environment
EAPI=8
HOMEPAGE=https://github.com/rohe/pysaml2
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-python/cryptography[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/defusedxml[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pyopenssl[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-dateutil[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-xmlsec[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pytz[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/requests[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/xmlschema[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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/IdentityPython/pysaml2/archive/refs/tags/v7.1.0.tar.gz -> pysaml2-7.1.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=08d139d60c0d323b5d27d452c54f1f4d

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/mock[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pyasn1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pymongo-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/responses[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/toml[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( >=dev-python/cryptography-1.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/defusedxml[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pyopenssl[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-dateutil[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-xmlsec[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pytz[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/requests-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/xmlschema[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( dev-python/importlib_resources[python_targets_python3_8(-)?] ) >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) 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/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python implementation of SAML Version 2 to be used in a WSGI environment
EAPI=8
HOMEPAGE=https://github.com/rohe/pysaml2
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/cryptography-1.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/defusedxml[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pyopenssl[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-dateutil[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-xmlsec[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pytz[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/requests-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/xmlschema[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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/IdentityPython/pysaml2/archive/refs/tags/v7.1.2.tar.gz -> pysaml2-7.1.2.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=7679bb050d8c34ed1be95e843e0a2ed5

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/factory_boy[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/Faker[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/numpy[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-xdist[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( >=dev-python/importlib_metadata-3.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_9? ( >=dev-python/importlib_metadata-3.6.0[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/installer-0.4.0_p20220124[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/tomli-1.2.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-60.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/factory_boy[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/Faker[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/numpy[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-xdist[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( >=dev-python/importlib_metadata-3.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_9? ( >=dev-python/importlib_metadata-3.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=Pytest plugin to randomly order tests and control random.seed
EAPI=8
HOMEPAGE=https://pypi.python.org/pypi/pytest-randomly/ https://github.com/pytest-dev/pytest-randomly
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/factory_boy[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/Faker[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/numpy[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-xdist[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( >=dev-python/importlib_metadata-3.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_9? ( >=dev-python/importlib_metadata-3.6.0[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=https://github.com/pytest-dev/pytest-randomly/archive/3.11.0.tar.gz -> pytest-randomly-3.11.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=35f5538b16fb7c7a522efa09027f5f48

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/async_generator-1.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/httpx-0.15.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-5.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websockets-8.1[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/pyproject2setuppy-22[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/async_generator-1.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/httpx-0.15.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-5.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websockets-8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( >=dev-python/sanic-20.12.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=a Pytest Plugin for Sanic
EAPI=7
HOMEPAGE=https://pypi.python.org/pypi/pytest-sanic https://github.com/yunstanford/pytest-sanic
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/async_generator-1.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/httpx-0.15.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-5.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websockets-8.1[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=https://github.com/yunstanford/pytest-sanic/archive/v1.7.1.tar.gz -> pytest-sanic-1.7.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=477f3563d6dbc2b883d9af58a76d82ed

View File

@@ -1,6 +1,6 @@
BDEPEND=test? ( dev-python/uhashring[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(-)?]
BDEPEND=test? ( >=dev-python/m2r-0.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/mistune[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-6.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/trustme-0.9.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/mock-4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/uhashring[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-python/uhashring[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( >=dev-python/m2r-0.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/mistune[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-6.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/trustme-0.9.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/mock-4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DEPEND=dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/uhashring[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( net-misc/memcached )
DESCRIPTION=access memcached via it's binary protocol with SASL auth support
EAPI=8
HOMEPAGE=https://github.com/jaysonsantos/python-binary-memcached https://pypi.org/project/python-binary-memcached/
@@ -8,10 +8,10 @@ INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/uhashring[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 )
RDEPEND=dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/uhashring[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 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/python-binary-memcached/python-binary-memcached-0.31.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=29c2b628acf1bf3354f9e1ed0cdffb65
_md5_=1593998681cd1609f62706e9438496a6

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/jsonschema-2.6.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?] >=dev-python/osc-lib-1.8.0[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(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/jsonschema-2.6.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?] >=dev-python/osc-lib-1.8.0[python_targets_python3_8(-)?] test? ( >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?] >=dev-python/mock-2.0.0[python_targets_python3_8(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?] >=dev-python/ddt-1.0.1[python_targets_python3_8(-)?] >=dev-python/requests-mock-1.2.0[python_targets_python3_8(-)?] )
DESCRIPTION=A client for the OpenStack Zaqar API
EAPI=8
HOMEPAGE=https://github.com/openstack/python-zaqarclient https://pypi.org/project/python-zaqarclient https://launchpad.net/python-zaqarclient https://opendev.org/openstack/python-zaqarclient
INHERIT=distutils-r1
IUSE=test python_targets_python3_8
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/jsonschema-2.6.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?] >=dev-python/osc-lib-1.8.0[python_targets_python3_8(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 )
REQUIRED_USE=|| ( python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/python-zaqarclient/python-zaqarclient-2.2.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=4cc7959dc01990736f6940cfdd3d383a

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jsonschema-2.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/osc-lib-1.8.0[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-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jsonschema-2.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/osc-lib-1.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/mock-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ddt-1.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-mock-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=A client for the OpenStack Zaqar API
EAPI=8
HOMEPAGE=https://github.com/openstack/python-zaqarclient https://pypi.org/project/python-zaqarclient/ https://launchpad.net/python-zaqarclient https://opendev.org/openstack/python-zaqarclient
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jsonschema-2.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/osc-lib-1.8.0[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/p/python-zaqarclient/python-zaqarclient-2.3.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=6f96add4b8075042f093db9249770c4b

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/prettytable-0.7.1[python_targets_python3_8(-)?] >=dev-python/python-openstackclient-3.12.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?] >=dev-python/osc-lib-1.8.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/websocket-client-0.44.0[python_targets_python3_8(-)?] >=dev-python/docker-py-2.4.2[python_targets_python3_8(-)?] >=dev-python/pyyaml-3.13[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(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/prettytable-0.7.1[python_targets_python3_8(-)?] >=dev-python/python-openstackclient-3.12.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?] >=dev-python/osc-lib-1.8.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/websocket-client-0.44.0[python_targets_python3_8(-)?] >=dev-python/docker-py-2.4.2[python_targets_python3_8(-)?] >=dev-python/pyyaml-3.13[python_targets_python3_8(-)?] test? ( >=dev-python/ddt-1.0.1[python_targets_python3_8(-)?] >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?] >=dev-python/osprofiler-1.4.0[python_targets_python3_8(-)?] >=dev-python/subunit-1.0.0[python_targets_python3_8(-)?] >=dev-python/tempest-17.1.0[python_targets_python3_8(-)?] >=dev-python/testresources-2.0.0[python_targets_python3_8(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_8(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?] )
DESCRIPTION=A client for the OpenStack Zun API
EAPI=8
HOMEPAGE=https://github.com/openstack/python-zunclient https://pypi.org/project/python-zunclient https://launchpad.net/python-zunclient https://opendev.org/openstack/python-zunclient
INHERIT=distutils-r1
IUSE=test python_targets_python3_8
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/prettytable-0.7.1[python_targets_python3_8(-)?] >=dev-python/python-openstackclient-3.12.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?] >=dev-python/osc-lib-1.8.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?] >=dev-python/websocket-client-0.44.0[python_targets_python3_8(-)?] >=dev-python/docker-py-2.4.2[python_targets_python3_8(-)?] >=dev-python/pyyaml-3.13[python_targets_python3_8(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 )
REQUIRED_USE=|| ( python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/python-zunclient/python-zunclient-4.3.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=4773a1f44629db729130db01fec5eec8

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/prettytable-0.7.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-openstackclient-3.12.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/osc-lib-1.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websocket-client-0.44.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/docker-py-2.4.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-3.13[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-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/prettytable-0.7.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-openstackclient-3.12.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/osc-lib-1.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websocket-client-0.44.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/docker-py-2.4.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-3.13[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( >=dev-python/ddt-1.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/osprofiler-1.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/subunit-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/tempest-17.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testresources-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=A client for the OpenStack Zun API
EAPI=8
HOMEPAGE=https://github.com/openstack/python-zunclient https://pypi.org/project/python-zunclient/ https://launchpad.net/python-zunclient https://opendev.org/openstack/python-zunclient
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/prettytable-0.7.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-openstackclient-3.12.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/osc-lib-1.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websocket-client-0.44.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/docker-py-2.4.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-3.13[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/p/python-zunclient/python-zunclient-4.4.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=284e8582defa80cb3953eef4b50f3d22

View File

@@ -1,8 +1,8 @@
BDEPEND=test? ( dev-python/unittest-or-fail[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
BDEPEND=test? ( dev-python/unittest-or-fail[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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/pyproject2setuppy-22[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Easily generate random strings of various types
EAPI=8
HOMEPAGE=https://pypi.org/project/rstr
HOMEPAGE=https://github.com/leapfrogonline/rstr https://pypi.org/project/rstr/
INHERIT=distutils-r1
IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
@@ -11,6 +11,6 @@ RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/r/rstr/rstr-2.2.6.tar.gz
SRC_URI=mirror://pypi/r/rstr/rstr-3.1.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=01f2d389c5d7dee3dda892523e0d7612
_md5_=3e75001bbd4de15b9648c089b02c685a

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/aiofiles-0.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/httptools-0.0.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/multidict-5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] <dev-python/multidict-6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sanic-routing-0.0.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/ujson[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/uvloop[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websockets-8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) doc? ( || ( ( >=dev-lang/python-3.9.9-r1:3.9 dev-python/sphinx[python_targets_python3_9(-)] dev-python/docutils[python_targets_python3_9(-)] dev-python/pygments[python_targets_python3_9(-)] dev-python/sphinx_rtd_theme[python_targets_python3_9(-)] dev-python/recommonmark[python_targets_python3_9(-)] www-servers/gunicorn[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 dev-python/sphinx[python_targets_python3_8(-)] dev-python/docutils[python_targets_python3_8(-)] dev-python/pygments[python_targets_python3_8(-)] dev-python/sphinx_rtd_theme[python_targets_python3_8(-)] dev-python/recommonmark[python_targets_python3_8(-)] www-servers/gunicorn[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 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/aiofiles-0.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/httptools-0.0.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/multidict-5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] <dev-python/multidict-6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sanic-routing-0.0.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/ujson[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/uvloop[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websockets-8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( dev-python/beautifulsoup4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/httpcore-0.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-5.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-benchmark[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-sanic[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/sanic-testing[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/uvicorn[python_targets_python3_8(-)?,python_targets_python3_9(-)?] www-servers/gunicorn[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=Async Python 3.6+ web server/framework | Build fast. Run fast.
EAPI=7
HOMEPAGE=https://pypi.python.org/pypi/sanic https://github.com/huge-success/sanic
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/aiofiles-0.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/httptools-0.0.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/multidict-5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] <dev-python/multidict-6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sanic-routing-0.0.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/ujson[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/uvloop[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websockets-8.1[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(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/huge-success/sanic/archive/refs/tags/v21.3.4.tar.gz -> sanic-21.3.4.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=4c985d1cb31c4f13b36ba6b5482b9759

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/aiofiles-0.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/httptools-0.0.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/multidict-5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sanic-routing-0.0.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/ujson[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/uvloop[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websockets-8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) doc? ( || ( ( >=dev-lang/python-3.9.9-r1:3.9 dev-python/sphinx[python_targets_python3_9(-)] dev-python/docutils[python_targets_python3_9(-)] dev-python/pygments[python_targets_python3_9(-)] dev-python/sphinx_rtd_theme[python_targets_python3_9(-)] dev-python/recommonmark[python_targets_python3_9(-)] www-servers/gunicorn[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 dev-python/sphinx[python_targets_python3_8(-)] dev-python/docutils[python_targets_python3_8(-)] dev-python/pygments[python_targets_python3_8(-)] dev-python/sphinx_rtd_theme[python_targets_python3_8(-)] dev-python/recommonmark[python_targets_python3_8(-)] www-servers/gunicorn[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 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/aiofiles-0.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/httptools-0.0.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/multidict-5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sanic-routing-0.0.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/ujson[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/uvloop[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websockets-8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( dev-python/beautifulsoup4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/httpcore-0.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-5.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-benchmark[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-sanic[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/sanic-testing[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/uvicorn[python_targets_python3_8(-)?,python_targets_python3_9(-)?] www-servers/gunicorn[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=Async Python 3.6+ web server/framework | Build fast. Run fast.
EAPI=8
HOMEPAGE=https://pypi.python.org/pypi/sanic https://github.com/huge-success/sanic
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/aiofiles-0.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/httptools-0.0.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/multidict-5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sanic-routing-0.0.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/ujson[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/uvloop[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websockets-8.1[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(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/huge-success/sanic/archive/refs/tags/v21.6.0.tar.gz -> sanic-21.6.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=75dfc8206d41bf1d403a9c24e204ad0b

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=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=test? ( dev-python/pytest-asyncio[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/sanic[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=Internal handler routing for Sanic
EAPI=8
HOMEPAGE=https://pypi.python.org/pypi/sanic-routing https://github.com/sanic-org/sanic-routing
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=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=https://github.com/sanic-org/sanic-routing/archive/refs/tags/v0.7.0.tar.gz -> sanic-routing-0.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_=0e8db4b54d549c51e2254f115ac02402

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=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=test? ( dev-python/pytest-asyncio[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/sanic[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=Internal handler routing for Sanic
EAPI=8
HOMEPAGE=https://pypi.python.org/pypi/sanic-routing https://github.com/sanic-org/sanic-routing
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=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=https://github.com/sanic-org/sanic-routing/archive/refs/tags/v0.7.1.tar.gz -> sanic-routing-0.7.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=9548b8658862fac74a710fda794b15a9

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/httpx-0.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websockets-8.1[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-python/httpx-0.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websockets-8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( dev-python/pytest-asyncio[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sanic-21.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=Test clients for Sanic
EAPI=7
HOMEPAGE=https://pypi.python.org/pypi/sanic-testing https://github.com/sanic-org/sanic-testing
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/httpx-0.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websockets-8.1[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(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/sanic-org/sanic-testing/archive/refs/tags/v0.4.0.tar.gz -> sanic-testing-0.4.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=f0df3206c50985fb9e62c20fa5c8706e

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/httpx-0.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websockets-9[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-python/httpx-0.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websockets-9[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( dev-python/pytest-asyncio[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sanic-21.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=Test clients for Sanic
EAPI=8
HOMEPAGE=https://pypi.python.org/pypi/sanic-testing https://github.com/sanic-org/sanic-testing
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/httpx-0.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/websockets-9[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=https://github.com/sanic-org/sanic-testing/archive/refs/tags/v0.6.0.tar.gz -> sanic-testing-0.6.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=2357df6fd334698fcc223b237b93eef1

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/sphinx-2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/click-6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] <dev-python/docutils-0.17[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) doc? ( dev-python/sphinx ) 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-python/pbr-2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=Sphinx plugin to automatically document click-based applications
EAPI=7
HOMEPAGE=https://github.com/click-contrib/sphinx-click https://pypi.org/project/sphinx-click
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=>=dev-python/sphinx-2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/click-6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] <dev-python/docutils-0.17[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/s/sphinx-click/sphinx-click-3.0.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=00bb5d9d8e75f1558613889543ddbbc5

View File

@@ -0,0 +1,16 @@
BDEPEND=>=dev-python/pbr-2.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( >=dev-python/sphinx-2.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/click-5[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/docutils[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) doc? ( dev-python/sphinx ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Sphinx plugin to automatically document click-based applications
EAPI=8
HOMEPAGE=https://github.com/click-contrib/sphinx-click https://pypi.org/project/sphinx-click/
INHERIT=distutils-r1
IUSE=test doc python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/sphinx-2.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/click-5[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/docutils[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/s/sphinx-click/sphinx-click-3.1.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=76501381407da814aaff0f2674852347

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/kazoo-2.6.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/zake-0.1.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/redis-py-2.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/kombu-4.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/eventlet-0.18.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sqlalchemy-1.0.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/alembic-0.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/SQLAlchemy-Utils-0.30.11[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pymysql-0.7.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/psycopg-2.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pydotplus-2.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testscenarios-0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/futurist-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fasteners-0.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/networkx-2.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jsonschema-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/automaton-1.9.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-1.18.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/tenacity-6.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cachetools-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pydot-1.2.4[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-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/futurist-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fasteners-0.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/networkx-2.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jsonschema-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/automaton-1.9.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-1.18.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/tenacity-6.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cachetools-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pydot-1.2.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=A library to do [jobs, tasks, flows] in a HA manner using different backends
EAPI=8
HOMEPAGE=https://github.com/openstack/taskflow https://opendev.org/openstack/taskflow https://pypi.org/project/taskflow/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/futurist-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fasteners-0.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/networkx-2.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jsonschema-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/automaton-1.9.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-3.33.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-1.18.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/tenacity-6.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cachetools-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pydot-1.2.4[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/t/taskflow/taskflow-4.6.4.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=b70444aae26fd7ac7fea920d48b8992e

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/six-1.16.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) doc? ( || ( ( >=dev-lang/python-3.9.9-r1:3.9 dev-python/sphinx[python_targets_python3_9(-)] dev-python/sphinx_rtd_theme[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 dev-python/sphinx[python_targets_python3_8(-)] dev-python/sphinx_rtd_theme[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 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=>=dev-python/six-1.16.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( >=dev-python/gevent-websocket-0.10.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/gevent-21.1.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/jsonext[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/msgpack-1.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pika-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyzmq-22.0.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.25.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/websocket-client[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/werkzeug-2.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=A protocol neutral RPC library that supports JSON-RPC and zmq
EAPI=8
HOMEPAGE=https://github.com/mbr/tinyrpc
INHERIT=distutils-r1 optfeature
IUSE=test doc python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/six-1.16.0[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=https://github.com/mbr/tinyrpc/archive/refs/tags/1.1.4.tar.gz -> tinyrpc-1.1.4.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d optfeature 30ce9dec2b8943338c9b015bd32bac6a
_md5_=43fcb2e2ba8688d0588665d80e082f46

View File

@@ -1,6 +1,6 @@
BDEPEND=test? ( >=dev-python/pbr-1.6.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.16.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/voluptuous-0.8.9[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/msgpack-0.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fasteners-0.7[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/tenacity-3.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/futurist-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/nose-1.3.7-r4[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(-)?]
BDEPEND=test? ( >=dev-python/subunit-0.0.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-1.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pifpaf-0.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ddt-1.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/nose-1.3.7[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/etcd3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/etcd3gw[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pymemcache[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pymysql[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyyaml[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/sysv_ipc[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/zake[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/pbr-1.6.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.16.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/voluptuous-0.8.9[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/msgpack-0.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fasteners-0.7[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/tenacity-3.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/futurist-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/nose-1.3.7-r4[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-python/pbr-1.6.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.16.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/voluptuous-0.8.9[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/msgpack-0.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fasteners-0.7[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/tenacity-3.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/futurist-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( >=dev-python/subunit-0.0.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-1.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pifpaf-0.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ddt-1.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/nose-1.3.7[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/etcd3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/etcd3gw[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pymemcache[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pymysql[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyyaml[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/sysv_ipc[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/zake[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DEPEND=>=dev-python/pbr-1.6.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stevedore-1.16.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/voluptuous-0.8.9[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/msgpack-0.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fasteners-0.7[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/tenacity-3.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/futurist-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-1.10.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=Library centralizing the most common distributed primitives
EAPI=8
HOMEPAGE=https://opendev.org/openstack/tooz https://pypi.org/project/tooz/ https://launchpad.net/python-tooz
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/t/tooz/tooz-2.10.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=ef7ab103b17ce984764177b2e63b065a
_md5_=8614e5f83460fd765309459e796ecf78

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/fonttools[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( media-gfx/ttfautohint >=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=media-gfx/ttfautohint dev-python/setuptools_scm[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=A Python wrapper for ttfautohint
EAPI=8
HOMEPAGE=https://github.com/fonttools/ttfautohint-py
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=media-gfx/ttfautohint 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=https://github.com/fonttools/ttfautohint-py/archive/refs/tags/v0.5.1.tar.gz -> ttfautohint-py-0.5.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=c9b2796f06d1633fb71aef3104de22e4

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=<dev-python/types-urllib3-1.27
DESCRIPTION=Typing stubs for requests
EAPI=8
HOMEPAGE=https://pypi.org/project/types-requests/ https://github.com/python/typeshed/tree/master/stubs/requests
INHERIT=distutils-r1
IUSE=python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=<dev-python/types-urllib3-1.27 python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=mirror://pypi/t/types-requests/types-requests-2.27.12.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=aef84736228ff12676b0d59abd915709

View File

@@ -0,0 +1,15 @@
BDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Typing stubs for urllib3
EAPI=8
HOMEPAGE=https://pypi.org/project/types-urllib3/ https://github.com/python/typeshed/tree/master/stubs/urllib3
INHERIT=distutils-r1
IUSE=python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=mirror://pypi/t/types-urllib3/types-urllib3-1.26.11.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=91e4eaa1ae9516fa05d496ab7487c447

View File

@@ -1,6 +1,6 @@
BDEPEND=test? ( >=media-libs/harfbuzz-2.8.1[experimental(-)] >=dev-python/pytest-6.2.5-r2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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/pyproject2setuppy-22[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
BDEPEND=test? ( >=media-libs/harfbuzz-2.8.1[experimental(-)] >=dev-python/pytest-6.2.5-r2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) 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_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tomli-1.2.3[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=media-libs/harfbuzz-2.8.1[experimental(-)] dev-python/setuptools_scm[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/cython[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEPEND=>=media-libs/harfbuzz-2.8.1[experimental(-)] >=dev-python/cython-0.28.1[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools_scm-2.1[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/wheel-0.31[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=Streamlined Cython bindings for the HarfBuzz shaping engine
EAPI=8
HOMEPAGE=https://github.com/harfbuzz/uharfbuzz
@@ -12,6 +12,6 @@ RDEPEND=>=media-libs/harfbuzz-2.8.1[experimental(-)] python_targets_pypy3? ( >=d
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/harfbuzz/uharfbuzz/archive/refs/tags/v0.18.0.tar.gz -> uharfbuzz-0.18.0.tar.gz
SRC_URI=https://github.com/harfbuzz/uharfbuzz/archive/refs/tags/v0.22.0.tar.gz -> uharfbuzz-0.22.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=b14c2f0b47b29d85415d14dad4b8239b
_md5_=d06cc7b6a43a1c1968737816ceac4b4f