2022-03-25 11:34:23 UTC

This commit is contained in:
Repository mirror & CI
2022-03-25 11:34:23 +00:00
parent 1904e8a4aa
commit 0a70a68917
50 changed files with 346 additions and 234 deletions

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( >=dev-python/pbr-1.6[python_targets_python3_8(-)?] >=dev-python/cryptography-1.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-1.10.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.16.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-2.1.0[python_targets_python3_8(-)?] >=dev-python/oslo-log-1.14.0[python_targets_python3_8(-)?] >=dev-python/castellan-0.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(-)?]
BDEPEND=test? ( >=dev-python/subunit-0.0.18[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/mock-2.0.0[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(-)?] >=dev-python/reno-1.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/pbr-1.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cryptography-1.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/oslo-utils-3.16.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-1.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/castellan-0.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-1.6[python_targets_python3_8(-)?] >=dev-python/cryptography-1.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-1.10.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.16.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-2.1.0[python_targets_python3_8(-)?] >=dev-python/oslo-log-1.14.0[python_targets_python3_8(-)?] >=dev-python/castellan-0.4.0[python_targets_python3_8(-)?] test? ( >=dev-python/subunit-0.0.18[python_targets_python3_8(-)?] >=dev-python/mock-2.0.0[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(-)?] >=dev-python/reno-1.8.0[python_targets_python3_8(-)?] )
DEPEND=>=dev-python/pbr-1.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cryptography-1.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/oslo-utils-3.16.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-1.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/castellan-0.4.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=Cursive implements OpenStack-specific validation of digital signatures
EAPI=8
HOMEPAGE=https://github.com/openstack/cursive https://opendev.org/x/cursive https://launchpad.net/cursive https://pypi.org/project/cursive
HOMEPAGE=https://github.com/openstack/cursive https://opendev.org/x/cursive https://launchpad.net/cursive https://pypi.org/project/cursive/
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.6[python_targets_python3_8(-)?] >=dev-python/cryptography-1.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-1.10.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.16.0[python_targets_python3_8(-)?] >=dev-python/oslo-i18n-2.1.0[python_targets_python3_8(-)?] >=dev-python/oslo-log-1.14.0[python_targets_python3_8(-)?] >=dev-python/castellan-0.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 )
RDEPEND=>=dev-python/pbr-1.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cryptography-1.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/oslo-utils-3.16.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-1.14.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/castellan-0.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/c/cursive/cursive-0.2.2.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 dfa3a38467793e97fcf791b156510654 python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 e91901adfcf0640d2daa4dc863ff5377
_md5_=a51739057ef4d6dc7b725bf59f7e90cd
_md5_=8279dbd87393a3d17569f335253f2a19