summaryrefslogtreecommitdiff
path: root/dev-python/click
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-01-12 06:41:42 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-01-12 06:41:42 +0000
commitdc9bfd846ffa3990be92029481684342bc57218e (patch)
treee540fa073e926609e919a6c6dcfb653d000d27cb /dev-python/click
parentf1634517e73f2faf342a366354c3e0f2edb45952 (diff)
gentoo auto-resync : 12:01:2025 - 06:41:42
Diffstat (limited to 'dev-python/click')
-rw-r--r--dev-python/click/Manifest4
-rw-r--r--dev-python/click/click-8.1.7.ebuild38
-rw-r--r--dev-python/click/click-8.1.8.ebuild4
3 files changed, 3 insertions, 43 deletions
diff --git a/dev-python/click/Manifest b/dev-python/click/Manifest
index 2d09cf848639..c19d8f85aaea 100644
--- a/dev-python/click/Manifest
+++ b/dev-python/click/Manifest
@@ -1,5 +1,3 @@
-DIST click-8.1.7.gh.tar.gz 341625 BLAKE2B 11acc52c1138945e2588019811c88c4edf492fe7de44a17e9e5b60f0ca503c22f877ff42b3384b95cf207995d8cd7c8c3c90b47be2bf2b3f4efc0d03ab883405 SHA512 a1cb115b90193d78f94ec2a6af563b089820517e6e0e4b71ea3d6c68304444d16db3597358c62e1757d9d05449996b7168a220eecde6ab4991367fdb6e74096f
DIST click-8.1.8.gh.tar.gz 342860 BLAKE2B f55518e66473c43e78d5127d7a4467cce5a7e25c84dae2f740e9cfa1682213e5c243ff4da90768a25374921b5d2d482525b6975818f5383ebcde77f298c9694d SHA512 f9f501210d202026a8449df1eef570f5399887a3efda9499d4a4180bbe96bc232809929bf80f9a65037583e84dfa8af3f0c348353c41121c815a9ead2c58d3aa
-EBUILD click-8.1.7.ebuild 951 BLAKE2B 7dc44e8f223076a1fcc472399d3857701d74e60725ee911a79711d9a370cdb842ee273f12818fdf03eb97326f51880e30d44ad943e0ef3e24b18fbf789fde4eb SHA512 2cf6eae1ea731ea9b147a750a21afd7ff84fdc34f2b32545f4f985f91f8ff06a8ac144a82418cab725347103029955b3df17668a795c3fd920686254350f55a7
-EBUILD click-8.1.8.ebuild 953 BLAKE2B 05941dc319bdaade276b3579cbd167f5c7ad6696a858618b9230046454263ce32b010808e4f54f77a2cab183c0a8b55279fcbf049251d4ff67dccc06c5f8732f SHA512 2f485eef5c94fee87a3690889867b51d79c1a1b84ee5370cc1d033088b57e693de8dff47e9218183e29df9416f5e98699ff18a6104e455ba163b00052065f4e1
+EBUILD click-8.1.8.ebuild 945 BLAKE2B 434a453f1306511108b42516371ab68291444116a396620b6094f3482a6f86b2e46ac9342f535cb11c9a1d11f4b411a4706b0eee09b536298f9b636e6614da8d SHA512 d9572bdd96d85786a66df45754f663dfec1bfea1529264481635dce01315607733bb39cd00ef56e0c11228fa14851a90056335450b571d703786e671725f006b
MISC metadata.xml 386 BLAKE2B e460c7d70bbd848cd239d9e1ba5dc234c7de2a2bc0c77bfefb6aed1fa6d954de18508d4db44e77495f90a141180fa2602b15d3699aaaa99a48520a7e37a098f4 SHA512 ef8dd0545e92bb8fdc107fd6170068d35f44abad698226ea4724c450aebc0f32c76eb90b9fc936f9c85b8a93637f6006e889796e2bb3b7da5f57c1419f6b3794
diff --git a/dev-python/click/click-8.1.7.ebuild b/dev-python/click/click-8.1.7.ebuild
deleted file mode 100644
index 4a8e2e7a9923..000000000000
--- a/dev-python/click/click-8.1.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1
-
-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/
-"
-SRC_URI="
- https://github.com/pallets/${PN}/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-IUSE="examples"
-
-distutils_enable_sphinx docs \
- '>=dev-python/docutils-0.14' \
- dev-python/pallets-sphinx-themes \
- dev-python/sphinxcontrib-log-cabinet \
- dev-python/sphinx-issues \
- dev-python/sphinx-tabs
-distutils_enable_tests pytest
-
-python_install_all() {
- use examples && dodoc -r examples
- distutils-r1_python_install_all
-}
diff --git a/dev-python/click/click-8.1.8.ebuild b/dev-python/click/click-8.1.8.ebuild
index cfb129e27c99..fc74cec44125 100644
--- a/dev-python/click/click-8.1.8.ebuild
+++ b/dev-python/click/click-8.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
IUSE="examples"
distutils_enable_sphinx docs \