mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
17 lines
5.4 KiB
Groff
17 lines
5.4 KiB
Groff
BDEPEND=doc? ( || ( ( dev-lang/python:3.14 >=dev-python/sphinx-8.1.3[python_targets_python3_14(-)] >=dev-python/docutils-0.14[python_targets_python3_14(-)] dev-python/myst-parser[python_targets_python3_14(-)] dev-python/pallets-sphinx-themes[python_targets_python3_14(-)] dev-python/sphinxcontrib-log-cabinet[python_targets_python3_14(-)] dev-python/sphinx-tabs[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] >=dev-python/docutils-0.14[python_targets_python3_13(-)] dev-python/myst-parser[python_targets_python3_13(-)] dev-python/pallets-sphinx-themes[python_targets_python3_13(-)] dev-python/sphinxcontrib-log-cabinet[python_targets_python3_13(-)] dev-python/sphinx-tabs[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] >=dev-python/docutils-0.14[python_targets_python3_12(-)] dev-python/myst-parser[python_targets_python3_12(-)] dev-python/pallets-sphinx-themes[python_targets_python3_12(-)] dev-python/sphinxcontrib-log-cabinet[python_targets_python3_12(-)] dev-python/sphinx-tabs[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[python_targets_python3_11(-)] >=dev-python/docutils-0.14[python_targets_python3_11(-)] dev-python/myst-parser[python_targets_python3_11(-)] dev-python/pallets-sphinx-themes[python_targets_python3_11(-)] dev-python/sphinxcontrib-log-cabinet[python_targets_python3_11(-)] dev-python/sphinx-tabs[python_targets_python3_11(-)] ) ( dev-lang/python:3.14t >=dev-python/sphinx-8.1.3[python_targets_python3_14t(-)] >=dev-python/docutils-0.14[python_targets_python3_14t(-)] dev-python/myst-parser[python_targets_python3_14t(-)] dev-python/pallets-sphinx-themes[python_targets_python3_14t(-)] dev-python/sphinxcontrib-log-cabinet[python_targets_python3_14t(-)] dev-python/sphinx-tabs[python_targets_python3_14t(-)] ) ( dev-lang/python:3.13t >=dev-python/sphinx-8.1.3[python_targets_python3_13t(-)] >=dev-python/docutils-0.14[python_targets_python3_13t(-)] dev-python/myst-parser[python_targets_python3_13t(-)] dev-python/pallets-sphinx-themes[python_targets_python3_13t(-)] dev-python/sphinxcontrib-log-cabinet[python_targets_python3_13t(-)] dev-python/sphinx-tabs[python_targets_python3_13t(-)] ) ( dev-lang/pypy:3.11 >=dev-python/sphinx-8.1.3[python_targets_pypy3_11(-)] >=dev-python/docutils-0.14[python_targets_pypy3_11(-)] dev-python/myst-parser[python_targets_pypy3_11(-)] dev-python/pallets-sphinx-themes[python_targets_pypy3_11(-)] dev-python/sphinxcontrib-log-cabinet[python_targets_pypy3_11(-)] dev-python/sphinx-tabs[python_targets_pypy3_11(-)] ) ) ) test? ( >=dev-python/pytest-7.4.4[python_targets_pypy3_11(-)?,python_targets_python3_13t(-)?,python_targets_python3_14t(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_13t? ( dev-lang/python:3.13t ) python_targets_python3_14t? ( dev-lang/python:3.14t ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_13t(-)?,python_targets_python3_14t(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/flit-core-3.11.0[python_targets_pypy3_11(-)?,python_targets_python3_13t(-)?,python_targets_python3_14t(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
|
DEFINED_PHASES=compile configure install prepare test
|
|
DESCRIPTION=A Python package for creating beautiful command line interfaces
|
|
EAPI=8
|
|
HOMEPAGE=https://palletsprojects.com/p/click/ https://github.com/pallets/click/ https://pypi.org/project/click/
|
|
INHERIT=distutils-r1
|
|
IUSE=examples doc test python_targets_pypy3_11 python_targets_python3_13t python_targets_python3_14t python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
|
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos
|
|
LICENSE=BSD
|
|
RDEPEND=python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_13t? ( dev-lang/python:3.13t ) python_targets_python3_14t? ( dev-lang/python:3.14t ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
|
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_13t python_targets_python3_14t python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
|
RESTRICT=!test? ( test )
|
|
SLOT=0
|
|
SRC_URI=https://github.com/pallets/click/archive/8.3.1.tar.gz -> click-8.3.1.gh.tar.gz
|
|
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
|
_md5_=e0c27307e0aa151c88180bafc25d8a08
|