diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-25 03:04:45 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-25 03:04:45 -0500 |
| commit | a2d754850b88dddfc90152e4eaf858d6907b5201 (patch) | |
| tree | e987342a645cd8d7bce252c8e897fcc8f1abd79b /dev-python/click/click-8.4.2.ebuild | |
| parent | 719f5679cb7b1141529b574349239e0640bae1ca (diff) | |
| download | baldeagleos-repo-a2d754850b88dddfc90152e4eaf858d6907b5201.tar.gz baldeagleos-repo-a2d754850b88dddfc90152e4eaf858d6907b5201.tar.xz baldeagleos-repo-a2d754850b88dddfc90152e4eaf858d6907b5201.zip | |
Adding metadata
Diffstat (limited to 'dev-python/click/click-8.4.2.ebuild')
| -rw-r--r-- | dev-python/click/click-8.4.2.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/click/click-8.4.2.ebuild b/dev-python/click/click-8.4.2.ebuild new file mode 100644 index 000000000000..00fb274b7419 --- /dev/null +++ b/dev-python/click/click-8.4.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit-core +PYPI_VERIFY_REPO=https://github.com/pallets/click +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A Python package for creating beautiful command line interfaces" +HOMEPAGE=" + https://palletsprojects.com/p/click/ + https://github.com/pallets/click/ + https://pypi.org/project/click/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" + +# this is causing major peformance problems for pkgcheck +# https://github.com/pkgcore/pkgcheck/issues/782 +#distutils_enable_sphinx docs \ +# '>=dev-python/docutils-0.14' \ +# dev-python/myst-parser \ +# dev-python/pallets-sphinx-themes \ +# dev-python/sphinxcontrib-log-cabinet \ +# dev-python/sphinx-tabs + +EPYTEST_PLUGINS=() +# tests/test_utils.py::test_echo_via_pager is flaky +EPYTEST_RERUNS=5 +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # -Wdefault, https://github.com/pallets/click/issues/3476 + tests/test_options.py::test_flag_group_competition_duplicate_option_name +) |
