From 2becf90cbeed1e8431dfd896e8a1b0e52085a807 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 27 Aug 2026 03:04:46 -0500 Subject: Adding metadata --- dev-python/click/Manifest | 6 ++---- dev-python/click/click-8.3.3.ebuild | 33 ------------------------------ dev-python/click/click-8.4.1.ebuild | 40 ------------------------------------- dev-python/click/click-8.5.0.ebuild | 40 +++++++++++++++++++++++++++++++++++++ 4 files changed, 42 insertions(+), 77 deletions(-) delete mode 100644 dev-python/click/click-8.3.3.ebuild delete mode 100644 dev-python/click/click-8.4.1.ebuild create mode 100644 dev-python/click/click-8.5.0.ebuild (limited to 'dev-python/click') diff --git a/dev-python/click/Manifest b/dev-python/click/Manifest index 40ae94008482..280ebe9c17ba 100644 --- a/dev-python/click/Manifest +++ b/dev-python/click/Manifest @@ -1,6 +1,4 @@ -DIST click-8.3.3.tar.gz 328061 BLAKE2B e089d4f6597b339b259c31423d925fb987c42f63f18446d88bcc4a591ef007f24e9e43ac4ec1bdca16cb1da94519b3763653c86cd23b3aff7c732638d87cb147 SHA512 4755a0314c6df7021451698fa52c4aa43bdaac59c0b57df7bbae825efbbba008c457e4132bebe661c93b23e37c1c4de2daad7e5f58f7ccf3ed232fca36424912 -DIST click-8.3.3.tar.gz.provenance 9524 BLAKE2B 59936593b12a2ee3818f37ec57a5da822f7766bda13052e69234b1d94f838ff316050f02701561a5a0133d76b615f2810c61d7fe0dd6048389a156e8d0a5f63a SHA512 bff0af4270b9587bc7e596946bc1326c4b7e2b6392320d56f9a97bd56b6d2c40637e85a147a3b1c941bf35b5c48465ef75588e5bc5e452c990311f4501e48d61 -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 DIST click-8.4.2.tar.gz 338000 BLAKE2B f988ab9299b12e9942e6e6a2b284394a1a90496f3005abf5b57b64b970803051ff8254204021dcb682c75a839a823f7cab2e820d0cf661bc3d1d72a69746b085 SHA512 7df2cdd4c86e54c2e2e00c7425e484becb65a20c7dc38f0624c8ebe61aa701bc8cd1bc6de12367ff40e12ec0c16e06190f7a47e2f8c9849d7a431cecf8b42d87 DIST click-8.4.2.tar.gz.provenance 9489 BLAKE2B e96daf05f275be0fda8f89a62ba4e889da50eb77ade45822d77a5e57ba9e0acedfa92f580a6721d160c28420b6bde50279b189a32f00505b9a1c44bc09f647d7 SHA512 18645341f0a511bddfaad486b376806ddb2a80723f43f26cebfbeacd8ccc7d7b465e079afab12c1bfa3908da1bf8097bc246732f25d5a8626709b7b16db7cce3 +DIST click-8.5.0.tar.gz 382235 BLAKE2B 50a0c824ee9f645fd32de860886736021fb5a41dbdd1a863b91868fffcea3e39c12617aa96d6f613b78c6f7dd1eba19e3d2eeec7cf96530fc07189094e5b32b6 SHA512 3594dca82adc59a4056a4e25bdbfcd2aea62b9ed3fe702695018739b2c7e842d51688b47f08bf135c45a121937a430ddeaa797f7902a895fb9ff55b6ede6f567 +DIST click-8.5.0.tar.gz.provenance 9554 BLAKE2B 6918ce1d7283a0f7f48c96e96be3101da1b55367c63d73e6ba1b51a5adc13e1a9b26651d04def44e1ebb92a4044e93aa9db7feafe22ad56d3fc48f5da553149f SHA512 00894f4b07478bfc563ab2f2208ac7b5149c97d77f7e51add10febc98ed4b191e76a84f612ec5b7ed4e11aa17fe28371d0942173c770092ddec1ade846b06512 diff --git a/dev-python/click/click-8.3.3.ebuild b/dev-python/click/click-8.3.3.ebuild deleted file mode 100644 index c346f047cd7c..000000000000 --- a/dev-python/click/click-8.3.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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_{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=() -distutils_enable_tests pytest diff --git a/dev-python/click/click-8.4.1.ebuild b/dev-python/click/click-8.4.1.ebuild deleted file mode 100644 index e7fb35ac7700..000000000000 --- a/dev-python/click/click-8.4.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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_{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 -) 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 +) -- cgit v1.3