mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
18 lines
4.4 KiB
Plaintext
18 lines
4.4 KiB
Plaintext
BDEPEND=test? ( >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/alembic-0.9.6[python_targets_python3_8(-)?] >=dev-python/debtcollector-1.2.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(-)?] sqlite? ( >=dev-python/sqlalchemy-1.4.0[sqlite,python_targets_python3_8(-)?] ) mysql? ( >=dev-python/pymysql-0.7.6[python_targets_python3_8(-)?] >=dev-python/sqlalchemy-1.4.0[sqlite,python_targets_python3_8(-)?] ) postgres? ( >=dev-python/psycopg-2.8[python_targets_python3_8(-)?] >=dev-python/sqlalchemy-1.4.0[sqlite,python_targets_python3_8(-)?] ) >=dev-python/sqlalchemy-migrate-0.11.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.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/alembic-0.9.6[python_targets_python3_8(-)?] >=dev-python/debtcollector-1.2.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(-)?] sqlite? ( >=dev-python/sqlalchemy-1.4.0[sqlite,python_targets_python3_8(-)?] ) mysql? ( >=dev-python/pymysql-0.7.6[python_targets_python3_8(-)?] >=dev-python/sqlalchemy-1.4.0[sqlite,python_targets_python3_8(-)?] ) postgres? ( >=dev-python/psycopg-2.8[python_targets_python3_8(-)?] >=dev-python/sqlalchemy-1.4.0[sqlite,python_targets_python3_8(-)?] ) >=dev-python/sqlalchemy-migrate-0.11.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.0[python_targets_python3_8(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] test? ( >=dev-python/hacking-3.0.1[python_targets_python3_8(-)?] >=dev-python/eventlet-0.18.2[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/oslotest-3.2.0[python_targets_python3_8(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?] >=dev-python/stestr-2.0.0[python_targets_python3_8(-)?] >=dev-python/testtools-2.0.0[python_targets_python3_8(-)?] >=dev-python/bandit-1.6.0[python_targets_python3_8(-)?] >=dev-python/pifpaf-0.10.0[python_targets_python3_8(-)?] >=dev-python/pymysql-0.7.6[python_targets_python3_8(-)?] >=dev-python/psycopg-2.8.0[python_targets_python3_8(-)?] )
|
|
DESCRIPTION=OpenStack Common DB Code
|
|
EAPI=8
|
|
HOMEPAGE=https://pypi.org/project/oslo.db https://opendev.org/openstack/oslo.db https://launchpad.net/oslo.db
|
|
INHERIT=distutils-r1
|
|
IUSE=+sqlite mysql postgres test python_targets_python3_8
|
|
KEYWORDS=~amd64
|
|
LICENSE=Apache-2.0
|
|
RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_8(-)?] >=dev-python/alembic-0.9.6[python_targets_python3_8(-)?] >=dev-python/debtcollector-1.2.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(-)?] sqlite? ( >=dev-python/sqlalchemy-1.4.0[sqlite,python_targets_python3_8(-)?] ) mysql? ( >=dev-python/pymysql-0.7.6[python_targets_python3_8(-)?] >=dev-python/sqlalchemy-1.4.0[sqlite,python_targets_python3_8(-)?] ) postgres? ( >=dev-python/psycopg-2.8[python_targets_python3_8(-)?] >=dev-python/sqlalchemy-1.4.0[sqlite,python_targets_python3_8(-)?] ) >=dev-python/sqlalchemy-migrate-0.11.0[python_targets_python3_8(-)?] >=dev-python/stevedore-1.20.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=|| ( mysql postgres sqlite ) test? ( mysql ) || ( python_targets_python3_8 )
|
|
RESTRICT=!test? ( test )
|
|
SLOT=0
|
|
SRC_URI=mirror://pypi/o/oslo.db/oslo.db-11.0.0.tar.gz
|
|
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 8a0248f83ae77f945d376ff4a7953257 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 a8b7938ade305f087865de7e52d079b5 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 63df6e5a6bbff9ec3cf60cf7cdc94f23
|
|
_md5_=76117b1fa4db41e779d5bb1364ec3536
|