mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/click: Bump to 8.4.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -4,3 +4,5 @@ DIST click-8.3.3.tar.gz 328061 BLAKE2B e089d4f6597b339b259c31423d925fb987c42f63f
|
||||
DIST click-8.3.3.tar.gz.provenance 9524 BLAKE2B 59936593b12a2ee3818f37ec57a5da822f7766bda13052e69234b1d94f838ff316050f02701561a5a0133d76b615f2810c61d7fe0dd6048389a156e8d0a5f63a SHA512 bff0af4270b9587bc7e596946bc1326c4b7e2b6392320d56f9a97bd56b6d2c40637e85a147a3b1c941bf35b5c48465ef75588e5bc5e452c990311f4501e48d61
|
||||
DIST click-8.4.0.tar.gz 350843 BLAKE2B d7d1e0159a6d7db93276dc72c238f11fb0ae0fab424f2e2b094fa2e647de3455beb7b0c39d4a0c7306c6888b4fce76b5ec764ec0f620bfea7e310a39ed2858b5 SHA512 7b1e82888b2859e417c2086e72113394ccab442110822fa4ae59df8cc9937b01f4886e6461d1ade809faa885db542cc298fe7d0e42c3045abb59b0bf71b23192
|
||||
DIST click-8.4.0.tar.gz.provenance 9375 BLAKE2B 10783399154c47ceeb5f0e9b10f1f4c0f1847f2d8cfd92d0812d3aa6d290fd9ecfc75f0ad86ccfd847df5a0f3961c955255cbc8f7d2f4eefe7a287a37ae7d75c SHA512 51c10c469cc5ef259c60ff99ed9701e9be18938ed3ef5900e8913de4537a0a8d099afe06bcba00e65d9afcf03fb37b0e449f37d9c6d2d57d9d300beb26ac2818
|
||||
DIST click-8.4.1.tar.gz 353007 BLAKE2B 7de8fdf4bfc9ae65c31a0fed199f3fc5269d0d44ec56acd8288048d4f6ad45dce9563c968b8dd4cd6aef34c1366c53ce0480345640929b2664757c113e603017 SHA512 f759377dfa249e912dc0aa04cf826fd4f6da7a0459e2a076f3f2fd67c22e784d4c03dcf4b91d1763021e9c4d44a198f78050678023106f838d1fa5c6374ec918
|
||||
DIST click-8.4.1.tar.gz.provenance 9148 BLAKE2B f1b7e7ae1f69f10be9aa2bdba5689388df731de425ccd43baa2b1007ad82584ff7eaeb52f28642f568f55740d49fd25c085a52677c63ffc0050e92e60a22924a SHA512 fee27ae0a5d9de9a278c87797c8e694a604b87eef8f5ffc548f2fc984da4fd7580d2b88f31da1fbb04367a78e090714ad5a84e914a65216c5ef01667fad696a8
|
||||
|
||||
40
dev-python/click/click-8.4.1.ebuild
Normal file
40
dev-python/click/click-8.4.1.ebuild
Normal file
@@ -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
|
||||
PYPI_VERIFY_REPO=https://github.com/pallets/click
|
||||
PYTHON_COMPAT=( python3_{11..15} python3_{13..15}t pypy3_11 )
|
||||
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user