summaryrefslogtreecommitdiff
path: root/dev-python/click/click-8.5.0.ebuild
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-27 03:04:46 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-27 03:04:46 -0500
commit2becf90cbeed1e8431dfd896e8a1b0e52085a807 (patch)
treea2c63582302d79d3b93dee005f71c667e192ae02 /dev-python/click/click-8.5.0.ebuild
parenta5b204c853f6ce1d5c74fb57a0c5c64567baeab6 (diff)
downloadbaldeagleos-repo-2becf90cbeed1e8431dfd896e8a1b0e52085a807.tar.gz
baldeagleos-repo-2becf90cbeed1e8431dfd896e8a1b0e52085a807.tar.xz
baldeagleos-repo-2becf90cbeed1e8431dfd896e8a1b0e52085a807.zip
Adding metadata
Diffstat (limited to 'dev-python/click/click-8.5.0.ebuild')
-rw-r--r--dev-python/click/click-8.5.0.ebuild40
1 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/click/click-8.5.0.ebuild b/dev-python/click/click-8.5.0.ebuild
new file mode 100644
index 000000000000..00fb274b7419
--- /dev/null
+++ b/dev-python/click/click-8.5.0.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
+)