mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
2021-06-23 21:53:37 UTC
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
BDEPEND=test? ( dev-python/certifi[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/cryptography[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/decorator[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/future[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/PySocks[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/ujson[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/urllib3[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] www-servers/tornado[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] ) doc? ( || ( ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-),-python_single_target_python3_8(-)] dev-python/sphinx_rtd_theme[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ) ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] >=dev-vcs/git-1.8.2.1[curl]
|
||||
BDEPEND=test? ( dev-python/certifi[python_targets_python3_8(-)?] dev-python/cryptography[python_targets_python3_8(-)?] dev-python/decorator[python_targets_python3_8(-)?] dev-python/future[python_targets_python3_8(-)?] dev-python/PySocks[python_targets_python3_8(-)?] dev-python/ujson[python_targets_python3_8(-)?] dev-python/urllib3[python_targets_python3_8(-)?] www-servers/tornado[python_targets_python3_8(-)?] >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?] ) doc? ( || ( ( dev-lang/python: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 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?] >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=test? ( dev-python/APScheduler[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/attrs[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/beautifulsoup:4[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/flaky[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/pytest-timeout[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/pytz[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/yapf[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] )
|
||||
DEPEND=test? ( dev-python/APScheduler[python_targets_python3_8(-)?] dev-python/attrs[python_targets_python3_8(-)?] dev-python/beautifulsoup:4[python_targets_python3_8(-)?] dev-python/flaky[python_targets_python3_8(-)?] dev-python/pytest-timeout[python_targets_python3_8(-)?] dev-python/pytz[python_targets_python3_8(-)?] dev-python/yapf[python_targets_python3_8(-)?] )
|
||||
DESCRIPTION=Python wrapper of telegram bots API
|
||||
EAPI=7
|
||||
HOMEPAGE=https://python-telegram-bot.org https://github.com/python-telegram-bot/python-telegram-bot
|
||||
@@ -8,9 +8,9 @@ INHERIT=distutils-r1 git-r3
|
||||
IUSE=test doc python_targets_python3_8
|
||||
LICENSE=GPL-3
|
||||
PROPERTIES=live
|
||||
RDEPEND=dev-python/certifi[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/cryptography[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/decorator[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/future[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/PySocks[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/ujson[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] dev-python/urllib3[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] www-servers/tornado[python_targets_python3_8(-)?,-python_single_target_python3_8(-)] python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,-python_single_target_python3_8(-)]
|
||||
RDEPEND=dev-python/certifi[python_targets_python3_8(-)?] dev-python/cryptography[python_targets_python3_8(-)?] dev-python/decorator[python_targets_python3_8(-)?] dev-python/future[python_targets_python3_8(-)?] dev-python/PySocks[python_targets_python3_8(-)?] dev-python/ujson[python_targets_python3_8(-)?] dev-python/urllib3[python_targets_python3_8(-)?] www-servers/tornado[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
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 6e84b7d3d8d0bb1ee12774f4a66909e2 python-r1 26e4ad0a4190b14f70973dc253e86535 distutils-r1 c21cf58c1e3c67e0ea53c96a7b37eddd git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 0cb5f4040aac0cd98d17cec3079de0a0 python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 881e51510dd0c384fb912f54c0865d2e git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da
|
||||
_md5_=3874e0e3ae35d7b6bed15c0598500b12
|
||||
|
||||
Reference in New Issue
Block a user