2021-10-08 19:21:18 UTC

This commit is contained in:
Repository mirror & CI
2021-10-08 19:21:18 +00:00
parent b70b388578
commit 3e33e8e8e5
62 changed files with 286 additions and 240 deletions

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/six[python_targets_python3_8(-)?] >=dev-python/sqlalchemy-1.0[python_targets_python3_8(-)?] >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/six[python_targets_python3_8(-)?] >=dev-python/sqlalchemy-1.0[python_targets_python3_8(-)?] test? ( >=dev-python/pygments-2.7.1[python_targets_python3_8(-)?] >=dev-python/jinja-2.3[python_targets_python3_8(-)?] >=dev-python/docutils-0.10[python_targets_python3_8(-)?] >=dev-python/flexmock-0.9.7[python_targets_python3_8(-)?] >=dev-python/mock-2.0.0[python_targets_python3_8(-)?] >=dev-python/psycopg-2.5.1[python_targets_python3_8(-)?] >=dev-python/psycopg2cffi-2.8.1[python_targets_python3_8(-)?] >=dev-python/pg8000-1.12.4[python_targets_python3_8(-)?] >=dev-python/pytz-2014.2[python_targets_python3_8(-)?] >=dev-python/python-dateutil-2.6[python_targets_python3_8(-)?] dev-python/pymysql[python_targets_python3_8(-)?] dev-python/pyodbc[python_targets_python3_8(-)?] )
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
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/six[python_targets_python3_8(-)?] >=dev-python/sqlalchemy-1.0[python_targets_python3_8(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/S/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=5b4151f30988922210a0190e320c9217

View File

@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/a/aodhclient/aodhclient-2.3.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=262bfae2569e181922f4c3d00f69c038
_md5_=d7ec4e764be6f095bc3675a27db59e2c

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( dev-python/setproctitle[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-4.5.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_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/setproctitle[python_targets_python3_8(-)?] >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/setproctitle[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/mock[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pytest-xdist[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] )
DEPEND=dev-python/setproctitle[python_targets_python3_8(-)?] test? ( dev-python/mock[python_targets_python3_8(-)?] dev-python/pytest-xdist[python_targets_python3_8(-)?] dev-python/oslo-config[python_targets_python3_8(-)?] )
DESCRIPTION=Cotyledon provides a framework for defining long-running services
EAPI=8
HOMEPAGE=https://github.com/sileht/cotyledon https://pypi.org/project/cotyledon
INHERIT=distutils-r1
IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
IUSE=test python_targets_python3_8
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-python/setproctitle[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RDEPEND=dev-python/setproctitle[python_targets_python3_8(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/c/cotyledon/cotyledon-1.7.3.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=94f09863b1f6b45344c4387b69c7d2f0
_md5_=8aa610d4419f2d5084bf4fd1047c53ca

View File

@@ -8,10 +8,11 @@ INHERIT=distutils-r1
IUSE=test python_targets_python3_8
KEYWORDS=~amd64
LICENSE=Apache-2.0
PROPERTIES=test_network
RDEPEND=dev-python/pbr[python_targets_python3_8(-)?] dev-python/pytest[python_targets_python3_8(-)?] dev-python/six[python_targets_python3_8(-)?] dev-python/pyyaml[python_targets_python3_8(-)?] >=dev-python/urllib3-1.11.0[python_targets_python3_8(-)?] dev-python/certifi[python_targets_python3_8(-)?] >=dev-python/jsonpath-rw-ext-1.0.0[python_targets_python3_8(-)?] >=dev-python/wsgi_intercept-1.8.1[python_targets_python3_8(-)?] dev-python/colorama[python_targets_python3_8(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 )
RESTRICT=!test? ( test )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/g/gabbi/gabbi-2.3.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=74e977a1c4fad48f457eaf9483b78bf2
_md5_=44261d54dd43e1b73c18c99e654789ad

View File

@@ -1,6 +1,6 @@
BDEPEND=test? ( >=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-2.18.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-4.7.0[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-3.26.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/eventlet-0.18.2[python_targets_python3_8(-)?] >=dev-python/six-1.11.0[python_targets_python3_8(-)?] >=dev-python/jsonschema-3.2.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?] >=dev-python/python-keystoneclient-3.8.0[python_targets_python3_8(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?] cinder? ( >=dev-python/python-cinderclient-4.1.0[python_targets_python3_8(-)?] >=dev-python/os-brick-2.6.0[python_targets_python3_8(-)?] >=dev-python/oslo-rootwrap-5.8.0[python_targets_python3_8(-)?] >=dev-python/oslo-privsep-1.23.0[python_targets_python3_8(-)?] ) swift? ( >=dev-python/httplib2-0.9.1[python_targets_python3_8(-)?] >=dev-python/python-swiftclient-3.2.0[python_targets_python3_8(-)?] ) vmware? ( >=dev-python/oslo-vmware-3.6.0[python_targets_python3_8(-)?] ) >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-2.18.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-4.7.0[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-3.26.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/eventlet-0.18.2[python_targets_python3_8(-)?] >=dev-python/six-1.11.0[python_targets_python3_8(-)?] >=dev-python/jsonschema-3.2.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?] >=dev-python/python-keystoneclient-3.8.0[python_targets_python3_8(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?] cinder? ( >=dev-python/python-cinderclient-4.1.0[python_targets_python3_8(-)?] >=dev-python/os-brick-2.6.0[python_targets_python3_8(-)?] >=dev-python/oslo-rootwrap-5.8.0[python_targets_python3_8(-)?] >=dev-python/oslo-privsep-1.23.0[python_targets_python3_8(-)?] ) swift? ( >=dev-python/httplib2-0.9.1[python_targets_python3_8(-)?] >=dev-python/python-swiftclient-3.2.0[python_targets_python3_8(-)?] ) vmware? ( >=dev-python/oslo-vmware-3.6.0[python_targets_python3_8(-)?] ) test? ( >=dev-python/hacking-3.0.1[python_targets_python3_8(-)?] >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?] >=dev-python/subunit-1.0.0[python_targets_python3_8(-)?] >=dev-python/requests-mock-1.2.0[python_targets_python3_8(-)?] >=dev-python/retrying-1.3.3[python_targets_python3_8(-)?] >=dev-python/stestr-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(-)?] >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?] )
DEPEND=>=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-2.18.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-4.7.0[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-3.26.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/eventlet-0.18.2[python_targets_python3_8(-)?] >=dev-python/six-1.11.0[python_targets_python3_8(-)?] >=dev-python/jsonschema-3.2.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?] >=dev-python/python-keystoneclient-3.8.0[python_targets_python3_8(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?] cinder? ( >=dev-python/python-cinderclient-4.1.0[python_targets_python3_8(-)?] >=dev-python/os-brick-2.6.0[python_targets_python3_8(-)?] >=dev-python/oslo-rootwrap-5.8.0[python_targets_python3_8(-)?] >=dev-python/oslo-privsep-1.23.0[python_targets_python3_8(-)?] ) swift? ( >=dev-python/httplib2-0.9.1[python_targets_python3_8(-)?] >=dev-python/python-swiftclient-3.2.0[python_targets_python3_8(-)?] ) vmware? ( >=dev-python/oslo-vmware-3.6.0[python_targets_python3_8(-)?] ) test? ( >=dev-python/hacking-3.0.1[python_targets_python3_8(-)?] >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?] >=dev-python/subunit-1.0.0[python_targets_python3_8(-)?] >=dev-python/requests-mock-1.2.0[python_targets_python3_8(-)?] >=dev-python/retrying-1.3.3[python_targets_python3_8(-)?] >=dev-python/stestr-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(-)?] >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?] >=dev-python/boto3-1.9.199[python_targets_python3_8(-)?] )
DESCRIPTION=A library for glance
EAPI=8
HOMEPAGE=https://github.com/openstack/glance_store https://opendev.org/openstack/glance_store https://pypi.org/project/glance-store https://launchpad.net/glance-store
@@ -9,9 +9,9 @@ IUSE=cinder swift vmware test python_targets_python3_8
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/oslo-config-5.2.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-2.18.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-4.7.0[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-3.26.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/eventlet-0.18.2[python_targets_python3_8(-)?] >=dev-python/six-1.11.0[python_targets_python3_8(-)?] >=dev-python/jsonschema-3.2.0[python_targets_python3_8(-)?] >=dev-python/keystoneauth-3.4.0[python_targets_python3_8(-)?] >=dev-python/python-keystoneclient-3.8.0[python_targets_python3_8(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?] cinder? ( >=dev-python/python-cinderclient-4.1.0[python_targets_python3_8(-)?] >=dev-python/os-brick-2.6.0[python_targets_python3_8(-)?] >=dev-python/oslo-rootwrap-5.8.0[python_targets_python3_8(-)?] >=dev-python/oslo-privsep-1.23.0[python_targets_python3_8(-)?] ) swift? ( >=dev-python/httplib2-0.9.1[python_targets_python3_8(-)?] >=dev-python/python-swiftclient-3.2.0[python_targets_python3_8(-)?] ) vmware? ( >=dev-python/oslo-vmware-3.6.0[python_targets_python3_8(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 )
REQUIRED_USE=|| ( python_targets_python3_8 ) test? ( cinder swift vmware ) || ( python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/g/glance_store/glance_store-2.7.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=93ba53081f6a4b973695af52a40de247
_md5_=ad6354cedca032da3f67a1b0c3cd8464

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( >=dev-python/numpy-1.9.0[python_targets_python3_8(-)?] dev-python/iso8601[python_targets_python3_8(-)?] >=dev-python/oslo-config-3.22.0[python_targets_python3_8(-)?] >=dev-python/oslo-policy-3.5.0[python_targets_python3_8(-)?] >=dev-python/oslo-middleware-3.22.0[python_targets_python3_8(-)?] dev-python/pytimeparse[python_targets_python3_8(-)?] >=dev-python/pecan-0.9[python_targets_python3_8(-)?] dev-python/jsonpatch[python_targets_python3_8(-)?] >=dev-python/cotyledon-1.5.0[python_targets_python3_8(-)?] dev-python/six[python_targets_python3_8(-)?] dev-python/stevedore[python_targets_python3_8(-)?] dev-python/ujson[python_targets_python3_8(-)?] >=dev-python/voluptuous-0.8.10[python_targets_python3_8(-)?] dev-python/werkzeug[python_targets_python3_8(-)?] >=dev-python/tenacity-4.6.0[python_targets_python3_8(-)?] >=dev-python/webob-1.4.1[python_targets_python3_8(-)?] dev-python/paste[python_targets_python3_8(-)?] dev-python/pastedeploy[python_targets_python3_8(-)?] dev-python/daiquiri[python_targets_python3_8(-)?] >=dev-python/pyparsing-2.2.0[python_targets_python3_8(-)?] >=dev-python/lz4-0.9.0[python_targets_python3_8(-)?] >=dev-python/tooz-1.38[python_targets_python3_8(-)?] dev-python/cachetools[python_targets_python3_8(-)?] >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
BDEPEND=test? ( python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?] >=dev-python/numpy-1.9.0[python_targets_python3_8(-)?] dev-python/iso8601[python_targets_python3_8(-)?] >=dev-python/oslo-config-3.22.0[python_targets_python3_8(-)?] >=dev-python/oslo-policy-3.5.0[python_targets_python3_8(-)?] >=dev-python/oslo-middleware-3.22.0[python_targets_python3_8(-)?] dev-python/pytimeparse[python_targets_python3_8(-)?] >=dev-python/pecan-0.9[python_targets_python3_8(-)?] dev-python/jsonpatch[python_targets_python3_8(-)?] >=dev-python/cotyledon-1.5.0[python_targets_python3_8(-)?] dev-python/six[python_targets_python3_8(-)?] dev-python/stevedore[python_targets_python3_8(-)?] dev-python/ujson[python_targets_python3_8(-)?] >=dev-python/voluptuous-0.8.10[python_targets_python3_8(-)?] dev-python/werkzeug[python_targets_python3_8(-)?] >=dev-python/tenacity-4.6.0[python_targets_python3_8(-)?] >=dev-python/webob-1.4.1[python_targets_python3_8(-)?] dev-python/paste[python_targets_python3_8(-)?] dev-python/pastedeploy[python_targets_python3_8(-)?] dev-python/monotonic[python_targets_python3_8(-)?] dev-python/daiquiri[python_targets_python3_8(-)?] >=dev-python/pyparsing-2.2.0[python_targets_python3_8(-)?] >=dev-python/lz4-0.9.0[python_targets_python3_8(-)?] >=dev-python/tooz-1.38[python_targets_python3_8(-)?] dev-python/cachetools[python_targets_python3_8(-)?] keystone? ( >=dev-python/keystonemiddleware-4.0.0[python_targets_python3_8(-)?] ) mysql? ( dev-python/pymysql[python_targets_python3_8(-)?] >=dev-python/oslo-db-4.29.0[python_targets_python3_8(-)?] dev-python/sqlalchemy[python_targets_python3_8(-)?] dev-python/SQLAlchemy-Utils[python_targets_python3_8(-)?] >=dev-python/alembic-0.7.6[python_targets_python3_8(-)?] ) postgresql? ( dev-python/psycopg:2[python_targets_python3_8(-)?] >=dev-python/oslo-db-4.29.0[python_targets_python3_8(-)?] dev-python/sqlalchemy[python_targets_python3_8(-)?] dev-python/SQLAlchemy-Utils[python_targets_python3_8(-)?] >=dev-python/alembic-0.7.6[python_targets_python3_8(-)?] ) s3? ( dev-python/boto3[python_targets_python3_8(-)?] >=dev-python/botocore-1.5[python_targets_python3_8(-)?] ) redis? ( >=dev-python/redis-py-2.10.0[python_targets_python3_8(-)?] dev-python/hiredis[python_targets_python3_8(-)?] ) swift? ( >=dev-python/python-swiftclient-3.1.0[python_targets_python3_8(-)?] ) ceph? ( sys-cluster/ceph[python_targets_python3_8(-)?] ) prometheus? ( dev-python/snappy[python_targets_python3_8(-)?] dev-python/protobuf-python[python_targets_python3_8(-)?] ) amqp? ( >=dev-python/python-qpid-proton-0.17.0[python_targets_python3_8(-)?] ) >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/numpy-1.9.0[python_targets_python3_8(-)?] dev-python/iso8601[python_targets_python3_8(-)?] >=dev-python/oslo-config-3.22.0[python_targets_python3_8(-)?] >=dev-python/oslo-policy-3.5.0[python_targets_python3_8(-)?] >=dev-python/oslo-middleware-3.22.0[python_targets_python3_8(-)?] dev-python/pytimeparse[python_targets_python3_8(-)?] >=dev-python/pecan-0.9[python_targets_python3_8(-)?] dev-python/jsonpatch[python_targets_python3_8(-)?] >=dev-python/cotyledon-1.5.0[python_targets_python3_8(-)?] dev-python/six[python_targets_python3_8(-)?] dev-python/stevedore[python_targets_python3_8(-)?] dev-python/ujson[python_targets_python3_8(-)?] >=dev-python/voluptuous-0.8.10[python_targets_python3_8(-)?] dev-python/werkzeug[python_targets_python3_8(-)?] >=dev-python/tenacity-4.6.0[python_targets_python3_8(-)?] >=dev-python/webob-1.4.1[python_targets_python3_8(-)?] dev-python/paste[python_targets_python3_8(-)?] dev-python/pastedeploy[python_targets_python3_8(-)?] dev-python/daiquiri[python_targets_python3_8(-)?] >=dev-python/pyparsing-2.2.0[python_targets_python3_8(-)?] >=dev-python/lz4-0.9.0[python_targets_python3_8(-)?] >=dev-python/tooz-1.38[python_targets_python3_8(-)?] dev-python/cachetools[python_targets_python3_8(-)?] test? ( >=dev-python/pifpaf-1.0.1[python_targets_python3_8(-)?] >=dev-python/gabbi-1.37.0[python_targets_python3_8(-)?] dev-python/fixtures[python_targets_python3_8(-)?] dev-python/mock[python_targets_python3_8(-)?] dev-python/subunit[python_targets_python3_8(-)?] dev-python/os-testr[python_targets_python3_8(-)?] dev-python/testrepository[python_targets_python3_8(-)?] dev-python/testscenarios[python_targets_python3_8(-)?] >=dev-python/testresources-0.2.4[python_targets_python3_8(-)?] >=dev-python/testtools-0.9.38[python_targets_python3_8(-)?] >=dev-python/webtest-2.0.16[python_targets_python3_8(-)?] >=dev-python/keystonemiddleware-4.0.0[python_targets_python3_8(-)?] >=dev-python/wsgi_intercept-1.4.1[python_targets_python3_8(-)?] dev-python/pyxattr[python_targets_python3_8(-)?] dev-python/python-swiftclient[python_targets_python3_8(-)?] )
DESCRIPTION=OpenTracing API for Python
DEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?] >=dev-python/numpy-1.9.0[python_targets_python3_8(-)?] dev-python/iso8601[python_targets_python3_8(-)?] >=dev-python/oslo-config-3.22.0[python_targets_python3_8(-)?] >=dev-python/oslo-policy-3.5.0[python_targets_python3_8(-)?] >=dev-python/oslo-middleware-3.22.0[python_targets_python3_8(-)?] dev-python/pytimeparse[python_targets_python3_8(-)?] >=dev-python/pecan-0.9[python_targets_python3_8(-)?] dev-python/jsonpatch[python_targets_python3_8(-)?] >=dev-python/cotyledon-1.5.0[python_targets_python3_8(-)?] dev-python/six[python_targets_python3_8(-)?] dev-python/stevedore[python_targets_python3_8(-)?] dev-python/ujson[python_targets_python3_8(-)?] >=dev-python/voluptuous-0.8.10[python_targets_python3_8(-)?] dev-python/werkzeug[python_targets_python3_8(-)?] >=dev-python/tenacity-4.6.0[python_targets_python3_8(-)?] >=dev-python/webob-1.4.1[python_targets_python3_8(-)?] dev-python/paste[python_targets_python3_8(-)?] dev-python/pastedeploy[python_targets_python3_8(-)?] dev-python/monotonic[python_targets_python3_8(-)?] dev-python/daiquiri[python_targets_python3_8(-)?] >=dev-python/pyparsing-2.2.0[python_targets_python3_8(-)?] >=dev-python/lz4-0.9.0[python_targets_python3_8(-)?] >=dev-python/tooz-1.38[python_targets_python3_8(-)?] dev-python/cachetools[python_targets_python3_8(-)?] keystone? ( >=dev-python/keystonemiddleware-4.0.0[python_targets_python3_8(-)?] ) mysql? ( dev-python/pymysql[python_targets_python3_8(-)?] >=dev-python/oslo-db-4.29.0[python_targets_python3_8(-)?] dev-python/sqlalchemy[python_targets_python3_8(-)?] dev-python/SQLAlchemy-Utils[python_targets_python3_8(-)?] >=dev-python/alembic-0.7.6[python_targets_python3_8(-)?] ) postgresql? ( dev-python/psycopg:2[python_targets_python3_8(-)?] >=dev-python/oslo-db-4.29.0[python_targets_python3_8(-)?] dev-python/sqlalchemy[python_targets_python3_8(-)?] dev-python/SQLAlchemy-Utils[python_targets_python3_8(-)?] >=dev-python/alembic-0.7.6[python_targets_python3_8(-)?] ) s3? ( dev-python/boto3[python_targets_python3_8(-)?] >=dev-python/botocore-1.5[python_targets_python3_8(-)?] ) redis? ( >=dev-python/redis-py-2.10.0[python_targets_python3_8(-)?] dev-python/hiredis[python_targets_python3_8(-)?] ) swift? ( >=dev-python/python-swiftclient-3.1.0[python_targets_python3_8(-)?] ) ceph? ( sys-cluster/ceph[python_targets_python3_8(-)?] ) prometheus? ( dev-python/snappy[python_targets_python3_8(-)?] dev-python/protobuf-python[python_targets_python3_8(-)?] ) amqp? ( >=dev-python/python-qpid-proton-0.17.0[python_targets_python3_8(-)?] ) test? ( >=dev-python/pifpaf-1.0.1[python_targets_python3_8(-)?] >=dev-python/gabbi-1.37.0[python_targets_python3_8(-)?] dev-python/fixtures[python_targets_python3_8(-)?] dev-python/mock[python_targets_python3_8(-)?] dev-python/subunit[python_targets_python3_8(-)?] dev-python/os-testr[python_targets_python3_8(-)?] dev-python/testrepository[python_targets_python3_8(-)?] dev-python/testscenarios[python_targets_python3_8(-)?] >=dev-python/testresources-0.2.4[python_targets_python3_8(-)?] >=dev-python/testtools-0.9.38[python_targets_python3_8(-)?] >=dev-python/webtest-2.0.16[python_targets_python3_8(-)?] >=dev-python/keystonemiddleware-4.0.0[python_targets_python3_8(-)?] >=dev-python/wsgi_intercept-1.4.1[python_targets_python3_8(-)?] dev-python/pyxattr[python_targets_python3_8(-)?] dev-python/python-swiftclient[python_targets_python3_8(-)?] )
DESCRIPTION=Timeseries database
EAPI=8
HOMEPAGE=https://gnocchi.osci.io https://github.com/gnocchixyz/gnocchi https://pypi.org/project/gnocchi
INHERIT=distutils-r1
IUSE=test python_targets_python3_8
IUSE=amqp ceph keystone mysql postgresql redis prometheus s3 swift test python_targets_python3_8
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/numpy-1.9.0[python_targets_python3_8(-)?] dev-python/iso8601[python_targets_python3_8(-)?] >=dev-python/oslo-config-3.22.0[python_targets_python3_8(-)?] >=dev-python/oslo-policy-3.5.0[python_targets_python3_8(-)?] >=dev-python/oslo-middleware-3.22.0[python_targets_python3_8(-)?] dev-python/pytimeparse[python_targets_python3_8(-)?] >=dev-python/pecan-0.9[python_targets_python3_8(-)?] dev-python/jsonpatch[python_targets_python3_8(-)?] >=dev-python/cotyledon-1.5.0[python_targets_python3_8(-)?] dev-python/six[python_targets_python3_8(-)?] dev-python/stevedore[python_targets_python3_8(-)?] dev-python/ujson[python_targets_python3_8(-)?] >=dev-python/voluptuous-0.8.10[python_targets_python3_8(-)?] dev-python/werkzeug[python_targets_python3_8(-)?] >=dev-python/tenacity-4.6.0[python_targets_python3_8(-)?] >=dev-python/webob-1.4.1[python_targets_python3_8(-)?] dev-python/paste[python_targets_python3_8(-)?] dev-python/pastedeploy[python_targets_python3_8(-)?] dev-python/daiquiri[python_targets_python3_8(-)?] >=dev-python/pyparsing-2.2.0[python_targets_python3_8(-)?] >=dev-python/lz4-0.9.0[python_targets_python3_8(-)?] >=dev-python/tooz-1.38[python_targets_python3_8(-)?] dev-python/cachetools[python_targets_python3_8(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 )
RDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?] >=dev-python/numpy-1.9.0[python_targets_python3_8(-)?] dev-python/iso8601[python_targets_python3_8(-)?] >=dev-python/oslo-config-3.22.0[python_targets_python3_8(-)?] >=dev-python/oslo-policy-3.5.0[python_targets_python3_8(-)?] >=dev-python/oslo-middleware-3.22.0[python_targets_python3_8(-)?] dev-python/pytimeparse[python_targets_python3_8(-)?] >=dev-python/pecan-0.9[python_targets_python3_8(-)?] dev-python/jsonpatch[python_targets_python3_8(-)?] >=dev-python/cotyledon-1.5.0[python_targets_python3_8(-)?] dev-python/six[python_targets_python3_8(-)?] dev-python/stevedore[python_targets_python3_8(-)?] dev-python/ujson[python_targets_python3_8(-)?] >=dev-python/voluptuous-0.8.10[python_targets_python3_8(-)?] dev-python/werkzeug[python_targets_python3_8(-)?] >=dev-python/tenacity-4.6.0[python_targets_python3_8(-)?] >=dev-python/webob-1.4.1[python_targets_python3_8(-)?] dev-python/paste[python_targets_python3_8(-)?] dev-python/pastedeploy[python_targets_python3_8(-)?] dev-python/monotonic[python_targets_python3_8(-)?] dev-python/daiquiri[python_targets_python3_8(-)?] >=dev-python/pyparsing-2.2.0[python_targets_python3_8(-)?] >=dev-python/lz4-0.9.0[python_targets_python3_8(-)?] >=dev-python/tooz-1.38[python_targets_python3_8(-)?] dev-python/cachetools[python_targets_python3_8(-)?] keystone? ( >=dev-python/keystonemiddleware-4.0.0[python_targets_python3_8(-)?] ) mysql? ( dev-python/pymysql[python_targets_python3_8(-)?] >=dev-python/oslo-db-4.29.0[python_targets_python3_8(-)?] dev-python/sqlalchemy[python_targets_python3_8(-)?] dev-python/SQLAlchemy-Utils[python_targets_python3_8(-)?] >=dev-python/alembic-0.7.6[python_targets_python3_8(-)?] ) postgresql? ( dev-python/psycopg:2[python_targets_python3_8(-)?] >=dev-python/oslo-db-4.29.0[python_targets_python3_8(-)?] dev-python/sqlalchemy[python_targets_python3_8(-)?] dev-python/SQLAlchemy-Utils[python_targets_python3_8(-)?] >=dev-python/alembic-0.7.6[python_targets_python3_8(-)?] ) s3? ( dev-python/boto3[python_targets_python3_8(-)?] >=dev-python/botocore-1.5[python_targets_python3_8(-)?] ) redis? ( >=dev-python/redis-py-2.10.0[python_targets_python3_8(-)?] dev-python/hiredis[python_targets_python3_8(-)?] ) swift? ( >=dev-python/python-swiftclient-3.1.0[python_targets_python3_8(-)?] ) ceph? ( sys-cluster/ceph[python_targets_python3_8(-)?] ) prometheus? ( dev-python/snappy[python_targets_python3_8(-)?] dev-python/protobuf-python[python_targets_python3_8(-)?] ) amqp? ( >=dev-python/python-qpid-proton-0.17.0[python_targets_python3_8(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 ) test? ( amqp mysql ) || ( python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/g/gnocchi/gnocchi-4.4.1.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=afaf995e6c76e61110782bff29972bd3
_md5_=d040d6533d14cecdddc09cc1bf4d7c54

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/hypothesis[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/mock-4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-asyncio[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-trio[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/trio[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( dev-python/h11[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/hyper-h2-3.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/priority[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/toml[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/wsproto-0.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] doc? ( || ( ( dev-lang/python:3.9 dev-python/sphinx[python_targets_python3_9(-)] dev-python/sphinxcontrib-napoleon[python_targets_python3_9(-)] dev-python/pydata-sphinx-theme[python_targets_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-)] dev-python/sphinxcontrib-napoleon[python_targets_python3_8(-)] dev-python/pydata-sphinx-theme[python_targets_python3_8(-)] ) ) )
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=ASGI Server based on Hyper libraries and inspired by Gunicorn
EAPI=7
HOMEPAGE=https://pgjones.gitlab.io/hypercorn https://gitlab.com/pgjones/hypercorn https://github.com/pgjones/hypercorn https://pypi.org/project/Hypercorn
INHERIT=distutils-r1 docs optfeature
IUSE=test python_targets_python3_8 python_targets_python3_9 doc
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/h11[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/hyper-h2-3.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/priority[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/toml[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/wsproto-0.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_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/pgjones/hypercorn/archive/0.11.2.tar.gz -> hypercorn-0.11.2.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049 docs 7c38d94fa7c1b4235fe571dc09e018df optfeature 30ce9dec2b8943338c9b015bd32bac6a
_md5_=8620244aef9c566de824daabbd752bd4

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/hypothesis[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/mock-4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-asyncio[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-trio[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/trio[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( dev-python/h11[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/h2-3.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/priority[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/toml[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/wsproto-0.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] doc? ( || ( ( dev-lang/python:3.9 dev-python/sphinx[python_targets_python3_9(-)] dev-python/sphinxcontrib-napoleon[python_targets_python3_9(-)] dev-python/pydata-sphinx-theme[python_targets_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-)] dev-python/sphinxcontrib-napoleon[python_targets_python3_8(-)] dev-python/pydata-sphinx-theme[python_targets_python3_8(-)] ) ) )
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=ASGI Server based on Hyper libraries and inspired by Gunicorn
EAPI=8
HOMEPAGE=https://pgjones.gitlab.io/hypercorn https://gitlab.com/pgjones/hypercorn https://github.com/pgjones/hypercorn https://pypi.org/project/Hypercorn
INHERIT=distutils-r1 docs optfeature
IUSE=test python_targets_python3_8 python_targets_python3_9 doc
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/h11[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/h2-3.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/priority[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/toml[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/wsproto-0.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_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/pgjones/hypercorn/archive/0.11.2.tar.gz -> hypercorn-0.11.2.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049 docs 7c38d94fa7c1b4235fe571dc09e018df optfeature 30ce9dec2b8943338c9b015bd32bac6a
_md5_=030e518a13eba87dd220fbde4b6b22ea

View File

@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/j/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=fe0948ac3c5b7ad742b4ccb4c9bb030b
_md5_=e7448f2182a3dbcf83fdef1c5cbc02d0

View File

@@ -0,0 +1,15 @@
BDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
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
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 )
SLOT=0
SRC_URI=mirror://pypi/m/monotonic/monotonic-1.6.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=d3e016d81f76f83c0ae2443199452a7f

View File

@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/n/neutron-lib/neutron-lib-2.15.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=fc0c2a4fd0a02a1978e7a56aa548d3b9
_md5_=adc19fae60f192616ecfa5ebf3e219d4

View File

@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/o/opentracing_instrumentation/opentracing_instrumentation-3.3.1.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=49ab0435ed8bcda795edd615ae79655e
_md5_=a16f2d25b40f753400d077c24f2a05dc

View File

@@ -1,8 +1,8 @@
BDEPEND=app-arch/unzip dev-lang/rust[nightly] dev-util/maturin test? ( python_single_target_python3_8? ( >=dev-python/pytest-4.5.0[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/pytest-4.5.0[python_targets_python3_9(-)] ) ) >=virtual/rust-1.37.0 python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] )
BDEPEND=app-arch/unzip dev-lang/rust[nightly] dev-util/maturin test? ( python_single_target_python3_8? ( >=dev-python/pytest-4.5.0[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/pytest-4.5.0[python_targets_python3_9(-)] ) ) >=virtual/rust-1.53 python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] )
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=test? ( python_single_target_python3_8? ( dev-python/arrow[python_targets_python3_8(-)] dev-python/orjson[python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] dev-python/pendulum[python_targets_python3_8(-)] dev-python/psutil[python_targets_python3_8(-)] dev-python/pytz[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/arrow[python_targets_python3_9(-)] dev-python/orjson[python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] dev-python/pendulum[python_targets_python3_9(-)] dev-python/psutil[python_targets_python3_9(-)] dev-python/pytz[python_targets_python3_9(-)] ) python_single_target_python3_8? ( dev-python/numpy[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/numpy[python_targets_python3_9(-)] ) python_single_target_python3_8? ( >=dev-python/xxhash-1.4.3[python_targets_python3_8(-)] ) )
DESCRIPTION=Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
EAPI=7
EAPI=8
HOMEPAGE=https://github.com/ijl/orjson
INHERIT=cargo distutils-r1
IUSE=debug test debug python_single_target_python3_8 python_single_target_python3_9
@@ -13,5 +13,5 @@ REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/ijl/orjson/archive/refs/tags/3.5.3.tar.gz -> orjson-3.5.3.tar.gz https://crates.io/api/v1/crates/ahash/0.7.4/download -> ahash-0.7.4.crate https://crates.io/api/v1/crates/arrayvec/0.5.2/download -> arrayvec-0.5.2.crate https://crates.io/api/v1/crates/associative-cache/1.0.1/download -> associative-cache-1.0.1.crate https://crates.io/api/v1/crates/bitflags/1.2.1/download -> bitflags-1.2.1.crate https://crates.io/api/v1/crates/bytecount/0.6.2/download -> bytecount-0.6.2.crate https://crates.io/api/v1/crates/cfg-if/0.1.10/download -> cfg-if-0.1.10.crate https://crates.io/api/v1/crates/cfg-if/1.0.0/download -> cfg-if-1.0.0.crate https://crates.io/api/v1/crates/encoding_rs/0.8.28/download -> encoding_rs-0.8.28.crate https://crates.io/api/v1/crates/getrandom/0.2.3/download -> getrandom-0.2.3.crate https://crates.io/api/v1/crates/inlinable_string/0.1.14/download -> inlinable_string-0.1.14.crate https://crates.io/api/v1/crates/instant/0.1.9/download -> instant-0.1.9.crate https://crates.io/api/v1/crates/itoa/0.4.7/download -> itoa-0.4.7.crate https://crates.io/api/v1/crates/lexical-core/0.7.6/download -> lexical-core-0.7.6.crate https://crates.io/api/v1/crates/libc/0.2.95/download -> libc-0.2.95.crate https://crates.io/api/v1/crates/libm/0.1.4/download -> libm-0.1.4.crate https://crates.io/api/v1/crates/lock_api/0.4.4/download -> lock_api-0.4.4.crate https://crates.io/api/v1/crates/once_cell/1.7.2/download -> once_cell-1.7.2.crate https://crates.io/api/v1/crates/packed_simd_2/0.3.5/download -> packed_simd_2-0.3.5.crate https://crates.io/api/v1/crates/parking_lot/0.11.1/download -> parking_lot-0.11.1.crate https://crates.io/api/v1/crates/parking_lot_core/0.8.3/download -> parking_lot_core-0.8.3.crate https://crates.io/api/v1/crates/pyo3/0.13.2/download -> pyo3-0.13.2.crate https://crates.io/api/v1/crates/redox_syscall/0.2.8/download -> redox_syscall-0.2.8.crate https://crates.io/api/v1/crates/ryu/1.0.5/download -> ryu-1.0.5.crate https://crates.io/api/v1/crates/scopeguard/1.1.0/download -> scopeguard-1.1.0.crate https://crates.io/api/v1/crates/serde/1.0.126/download -> serde-1.0.126.crate https://crates.io/api/v1/crates/smallvec/1.6.1/download -> smallvec-1.6.1.crate https://crates.io/api/v1/crates/static_assertions/1.1.0/download -> static_assertions-1.1.0.crate https://crates.io/api/v1/crates/version_check/0.9.3/download -> version_check-0.9.3.crate https://crates.io/api/v1/crates/wasi/0.10.2+wasi-snapshot-preview1/download -> wasi-0.10.2+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 cargo c7fefacaebdcb455d2a7b59429eb47a6 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-single-r1 d46c125afba8be02eb1cd7104bac6e9c distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=466a785edf34bb1d0df4cc914c8b748e
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 cargo c7fefacaebdcb455d2a7b59429eb47a6 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-single-r1 d46c125afba8be02eb1cd7104bac6e9c distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=0f6a7f19cbe20421893724e42fac8125

View File

@@ -1,6 +1,6 @@
BDEPEND=test? ( >=dev-python/eventlet-0.22.0[python_targets_python3_8(-)?] >=dev-python/msgpack-0.5.0[python_targets_python3_8(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?] >=dev-python/oslo-config-5.1.0[python_targets_python3_8(-)?] >=dev-python/ovs-2.8.0[python_targets_python3_8(-)?] >=dev-python/routes-2.3.1[python_targets_python3_8(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?] >=dev-python/webob-1.8.2[python_targets_python3_8(-)?] >=dev-python/nose-1.3.7-r4[python_targets_python3_8(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/eventlet-0.22.0[python_targets_python3_8(-)?] >=dev-python/msgpack-0.5.0[python_targets_python3_8(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?] >=dev-python/oslo-config-5.1.0[python_targets_python3_8(-)?] >=dev-python/ovs-2.8.0[python_targets_python3_8(-)?] >=dev-python/routes-2.3.1[python_targets_python3_8(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?] >=dev-python/webob-1.8.2[python_targets_python3_8(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] test? ( >=dev-python/hacking-3.2.0[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/stestr-1.0.0[python_targets_python3_8(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?] )
DEPEND=>=dev-python/eventlet-0.22.0[python_targets_python3_8(-)?] >=dev-python/msgpack-0.5.0[python_targets_python3_8(-)?] >=dev-python/netaddr-0.7.18[python_targets_python3_8(-)?] >=dev-python/oslo-config-5.1.0[python_targets_python3_8(-)?] >=dev-python/ovs-2.8.0[python_targets_python3_8(-)?] >=dev-python/routes-2.3.1[python_targets_python3_8(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?] >=dev-python/webob-1.8.2[python_targets_python3_8(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] test? ( >=dev-python/hacking-3.2.0[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/stestr-1.0.0[python_targets_python3_8(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?] dev-python/lxml[python_targets_python3_8(-)?] dev-python/sqlalchemy[python_targets_python3_8(-)?] app-admin/sudo )
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.1.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=1b371f4eaecadac29c7eabe4f65241f2
_md5_=dc4bd9e82e490b0c3853f8ea8d4cce39

View File

@@ -1,6 +1,6 @@
BDEPEND=test? ( >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
BDEPEND=test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( >=dev-python/hacking-3.0.1[python_targets_python3_8(-)?] >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?] >=dev-python/stestr-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(-)?] )
DEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] test? ( >=dev-python/hacking-3.0.1[python_targets_python3_8(-)?] >=dev-python/oslotest-3.2.0[python_targets_python3_8(-)?] >=dev-python/stestr-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=os-traits is a library containing standardized trait strings.
EAPI=8
HOMEPAGE=https://github.com/openstack/os-traits https://pypi.org/project/os-traits https://opendev.org/openstack/os-traits https://launchpad.net/os-traits
@@ -8,10 +8,10 @@ INHERIT=distutils-r1
IUSE=test python_targets_python3_8
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?]
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/o/os-traits/os-traits-2.6.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=60afda249a44963977f56478d1393ba6
_md5_=8ccb786b040ec21c24c2c12195ede0de

View File

@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/o/os-win/os-win-5.5.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=24de7bcc20ece71fe8bf1bd879483ff1
_md5_=a4096dd7869763c4914642d332a4abc1

View File

@@ -1,6 +1,6 @@
BDEPEND=test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/Babel-2.3.4[python_targets_python3_8(-)?] >=dev-python/eventlet-0.18.2[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-3.26.0[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/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/paramiko-2.0.0[python_targets_python3_8(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?] >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_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/Babel-2.3.4[python_targets_python3_8(-)?] >=dev-python/eventlet-0.18.2[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-3.26.0[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/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/paramiko-2.0.0[python_targets_python3_8(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?] test? ( >=dev-python/hacking-0.11.0[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/os-testr-1.0.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-2.2.0[python_targets_python3_8(-)?] >=dev-python/reno-2.5.0[python_targets_python3_8(-)?] )
DEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/Babel-2.3.4[python_targets_python3_8(-)?] >=dev-python/eventlet-0.18.2[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-3.26.0[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/oslo-i18n-3.15.3[python_targets_python3_8(-)?] >=dev-python/paramiko-2.0.0[python_targets_python3_8(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?] test? ( >=dev-python/hacking-0.11.0[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/os-testr-1.0.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-2.2.0[python_targets_python3_8(-)?] >=dev-python/reno-2.5.0[python_targets_python3_8(-)?] dev-python/mock[python_targets_python3_8(-)?] )
DESCRIPTION=XenAPI library for OpenStack projects
EAPI=8
HOMEPAGE=https://github.com/openstack/os-xenapi https://launchpad.net/os-xenapi https://launchpad.net/os-xenapi https://opendev.org/x/os-xenapi
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/o/os-xenapi/os-xenapi-0.3.4.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=5a1f6a84057e7867d3cbfa118ef7ccef
_md5_=78b40141e2e3d86329b144739a670745

View File

@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/o/osprofiler/osprofiler-3.4.2.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=7d41f4f537d15d8580bec40456f9d66c
_md5_=7e829d57791904e54009860bd77499fb

View File

@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/o/ovsdbapp/ovsdbapp-1.12.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=64e4c57415ea9de42f8293f476365092
_md5_=79fbf3df080306e59b081fb3c58da366

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/scramp[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_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[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( 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(-)?] )
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[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_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/pg8000/pg8000-1.21.2.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=bcdf72f21d2d0734f131121b92775cac

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_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=virtual/python-cffi[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=Implementation of the psycopg2 module using cffi. Compatible with Psycopg 2.5.
EAPI=8
HOMEPAGE=https://github.com/chtd/psycopg2cffi https://pypi.org/project/psycopg2cffi
INHERIT=distutils-r1
IUSE=python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=LGPL-3+
RDEPEND=virtual/python-cffi[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=mirror://pypi/p/psycopg2cffi/psycopg2cffi-2.9.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=29450b0c1e637106afd00b93a3d836e2

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-db/unixODBC-2.3.0 mssql? ( >=dev-db/freetds-0.64[odbc] )
DESCRIPTION=Python ODBC library
EAPI=8
HOMEPAGE=http://code.google.com/p/pyodbc https://github.com/mkleehammer/pyodbc https://pypi.org/project/pyodbc
INHERIT=distutils-r1
IUSE=mssql python_targets_python3_8
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-db/unixODBC-2.3.0 mssql? ( >=dev-db/freetds-0.64[odbc] ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 )
SLOT=0
SRC_URI=mirror://pypi/p/pyodbc/pyodbc-4.0.32.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=282b7b68284585526366dcc5113aef4b

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( >=dev-python/nose-1.3.7-r4[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
BDEPEND=test? ( >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_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=A library for editing subtitle files
EAPI=8
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/tkarabela/pysubs2/archive/refs/tags/1.3.0.tar.gz -> pysubs2-1.3.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=dd4680b0faca76affee7b585e1a7ccd3
_md5_=d9dec414741ee879c17af140f73e20e5

View File

@@ -8,9 +8,9 @@ INHERIT=distutils-r1
IUSE=python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pytest-3.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=www-servers/tornado-5[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
RDEPEND=>=dev-python/pytest-3.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=www-servers/tornado-5[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=mirror://pypi/p/pytest-tornado/pytest-tornado-0.8.1.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=29f0b6a020bcfada32e12cd599704273
_md5_=8bdd80a873f59e70993895cff8fbbac5

View File

@@ -0,0 +1,15 @@
BDEPEND=app-arch/unzip python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_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=An AMQP based messaging library
EAPI=8
HOMEPAGE=http://qpid.apache.org/proton/ https://pypi.org/project/python-qpid-proton
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 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=mirror://pypi/p/python-qpid-proton/python-qpid-proton-0.35.0.zip
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=8504b6edf5ff7a94230423dfec2cd4b7

View File

@@ -1,4 +1,4 @@
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.0:0= ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_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.0:0= ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pyproject2setuppy-18[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
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/r/rstr/rstr-3.0.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=01f2d389c5d7dee3dda892523e0d7612
_md5_=09ee9dd6aa7a2fbd082e41a065a6aa9f

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/asn1crypto-1.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_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/asn1crypto-1.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/pytest-mock[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/passlib[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] )
DESCRIPTION=A pure-Python implementation of the SCRAM authentication protocol.
EAPI=8
HOMEPAGE=https://pypi.org/project/scramp https://github.com/tlocke/scramp
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/asn1crypto-1.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_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/scramp/scramp-1.4.1.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=104391d0766405f33708da48bb72d7d8

View File

@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/t/thriftrw/thriftrw-1.8.1.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=c817b09b9ca899cb24436f36f391e330
_md5_=d0446d037f3061e139c6b2b653075889

View File

@@ -14,4 +14,4 @@ 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
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=027fbc820e171fc2ed2e767a76908a07
_md5_=b14c2f0b47b29d85415d14dad4b8239b

View File

@@ -8,10 +8,11 @@ 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=dev-python/six[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/w/wsgi_intercept/wsgi_intercept-1.9.2.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=fd9c1a35d6941c9b14716192a243a3c6
_md5_=1014af78fe1f115f0a64a92e0b38310e

View File

@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/virustotal/yara-python/archive/v4.1.2.tar.gz -> yara-python-4.1.2.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=f7e63e384e005dc9f8c7e4a9624e405c
_md5_=cbf8b1b0d1fa5fe711f477cb78ca8312