[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2024-05-17 Thread Michał Górny
commit: d216f6342eedc7492664add2c554695753292e38
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 14:14:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 14:26:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d216f634

dev-python/click-help-colors: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/click-help-colors/click-help-colors-0.9.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild
index 98ffce385cf5..d187df21e384 100644
--- a/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild
+++ b/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# 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..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2023-11-29 Thread Michał Górny
commit: f065b12f3224414b202ca6fb018a24d7be11e0a3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 10:16:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 10:17:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f065b12f

dev-python/click-help-colors: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/click-help-colors/Manifest  |  2 --
 .../click-help-colors-0.9.2.ebuild | 34 --
 .../click-help-colors-0.9.3.ebuild | 34 --
 .../click-help-colors-0.9.4.ebuild |  2 +-
 4 files changed, 1 insertion(+), 71 deletions(-)

diff --git a/dev-python/click-help-colors/Manifest 
b/dev-python/click-help-colors/Manifest
index ed2fe03df208..aaa51cbdf8d5 100644
--- a/dev-python/click-help-colors/Manifest
+++ b/dev-python/click-help-colors/Manifest
@@ -1,3 +1 @@
-DIST click-help-colors-0.9.2.gh.tar.gz 130204 BLAKE2B 
ac8f4b0369f5a1d71115e92d84b6b2229f955c74d2ca443aa98319316d5a6d944d29ce4979fc2d8cd03dd5916c4ab6b0870172f2982a83df6d510e51b779ef60
 SHA512 
1092b256339faf7399274c7cd525895f53e57f31e5d0d4a7068e0fa29e7757d14881a2fd980c501a7277a25ece760623fa4c967c60302359c880899c8a01652f
-DIST click-help-colors-0.9.3.gh.tar.gz 131170 BLAKE2B 
612789519501858ee8ed415b274b426273b6e4c48b9f650f966f0ee2774c97531c5f7e0e6edb08f50821635212a04f920a2a26d8897db9dd9413c3999bfd
 SHA512 
7d3708ea710de41baca075468e5d434f5536d04ceb1092085c4631f58d16f6ed1095efca1d9dc6bd1e5532a41e8bde4343d8197744fca58642dd80a03c59
 DIST click-help-colors-0.9.4.gh.tar.gz 131221 BLAKE2B 
cb6e5818eddf8ac757206b537053368be672382133bd6a1de65653b671c8780e991b437a31313740303b0e9d6d84eccb04b84577149311c3a27ad9fdaae4c5a4
 SHA512 
9dd7cc972834e4711cd9f3e957ab50aaa9e7c3e983a98d2d35603a548c85c9c3d3104f567cd13250eb621b67d138b7b94771216dc8323a281fe4fee51d7b752e

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.2.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.2.ebuild
deleted file mode 100644
index a465035b5d80..
--- a/dev-python/click-help-colors/click-help-colors-0.9.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Colorization of help messages in Click"
-HOMEPAGE="
-   https://github.com/click-contrib/click-help-colors/
-   https://pypi.org/project/click-help-colors/
-"
-SRC_URI="
-   https://github.com/click-contrib/${PN}/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-IUSE="examples"
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.3.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.3.ebuild
deleted file mode 100644
index 1f2d4a2665be..
--- a/dev-python/click-help-colors/click-help-colors-0.9.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Colorization of help messages in Click"
-HOMEPAGE="
-   https://github.com/click-contrib/click-help-colors/
-   https://pypi.org/project/click-help-colors/
-"
-SRC_URI="
-   https://github.com/click-contrib/${PN}/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-IUSE="examples"
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild
index bd5e2076bd81..98ffce385cf5 100644
--- a/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild
+++ b/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
 IUSE="examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2023-11-24 Thread Michał Górny
commit: dedeb357b14248296eef1c739d04aace76304336
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 24 19:09:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 24 19:09:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dedeb357

dev-python/click-help-colors: Keyword 0.9.4 arm64, #917832

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/click-help-colors/click-help-colors-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild
index 7a8949cd236a..bd5e2076bd81 100644
--- a/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild
+++ b/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 IUSE="examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/files/, dev-python/click-help-colors/

2023-11-24 Thread Michał Górny
commit: 6095715d85ffde3a9ff983716032aedf0ad2be96
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 24 18:41:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 24 18:46:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6095715d

dev-python/click-help-colors: Fix testing with NO_COLOR

Closes: https://bugs.gentoo.org/906698
Signed-off-by: Michał Górny  gentoo.org>

 .../click-help-colors/click-help-colors-0.9.4.ebuild   |  6 ++
 .../files/click-help-colors-0.9.4-no-color.patch   | 14 ++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild
index 1f2d4a2665be..7a8949cd236a 100644
--- a/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild
+++ b/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild
@@ -28,6 +28,12 @@ RDEPEND="
 
 distutils_enable_tests pytest
 
+PATCHES=(
+   # https://github.com/click-contrib/click-help-colors/pull/25
+   # https://github.com/click-contrib/click-help-colors/pull/26
+   "${FILESDIR}/${P}-no-color.patch"
+)
+
 python_install_all() {
use examples && dodoc -r examples
distutils-r1_python_install_all

diff --git 
a/dev-python/click-help-colors/files/click-help-colors-0.9.4-no-color.patch 
b/dev-python/click-help-colors/files/click-help-colors-0.9.4-no-color.patch
new file mode 100644
index ..bc8ca134fb67
--- /dev/null
+++ b/dev-python/click-help-colors/files/click-help-colors-0.9.4-no-color.patch
@@ -0,0 +1,14 @@
+diff --git a/tests/conftest.py b/tests/conftest.py
+index 10482b8..25827a0 100644
+--- a/tests/conftest.py
 b/tests/conftest.py
+@@ -7,3 +7,9 @@ from click.testing import CliRunner
+ @pytest.fixture
+ def runner():
+ return CliRunner()
++
++
++@pytest.fixture(autouse=True)
++def clean_env(monkeypatch):
++monkeypatch.delenv("FORCE_COLOR", raising=False)
++monkeypatch.delenv("NO_COLOR", raising=False)



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2023-11-18 Thread Michał Górny
commit: 429a65a7ad16927d8c1e1ecc4c1d5692d4969850
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 18 15:13:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 18 15:47:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429a65a7

dev-python/click-help-colors: Bump to 0.9.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/click-help-colors/Manifest  |  1 +
 .../click-help-colors-0.9.4.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/click-help-colors/Manifest 
b/dev-python/click-help-colors/Manifest
index 8a40debf3cb1..ed2fe03df208 100644
--- a/dev-python/click-help-colors/Manifest
+++ b/dev-python/click-help-colors/Manifest
@@ -1,2 +1,3 @@
 DIST click-help-colors-0.9.2.gh.tar.gz 130204 BLAKE2B 
ac8f4b0369f5a1d71115e92d84b6b2229f955c74d2ca443aa98319316d5a6d944d29ce4979fc2d8cd03dd5916c4ab6b0870172f2982a83df6d510e51b779ef60
 SHA512 
1092b256339faf7399274c7cd525895f53e57f31e5d0d4a7068e0fa29e7757d14881a2fd980c501a7277a25ece760623fa4c967c60302359c880899c8a01652f
 DIST click-help-colors-0.9.3.gh.tar.gz 131170 BLAKE2B 
612789519501858ee8ed415b274b426273b6e4c48b9f650f966f0ee2774c97531c5f7e0e6edb08f50821635212a04f920a2a26d8897db9dd9413c3999bfd
 SHA512 
7d3708ea710de41baca075468e5d434f5536d04ceb1092085c4631f58d16f6ed1095efca1d9dc6bd1e5532a41e8bde4343d8197744fca58642dd80a03c59
+DIST click-help-colors-0.9.4.gh.tar.gz 131221 BLAKE2B 
cb6e5818eddf8ac757206b537053368be672382133bd6a1de65653b671c8780e991b437a31313740303b0e9d6d84eccb04b84577149311c3a27ad9fdaae4c5a4
 SHA512 
9dd7cc972834e4711cd9f3e957ab50aaa9e7c3e983a98d2d35603a548c85c9c3d3104f567cd13250eb621b67d138b7b94771216dc8323a281fe4fee51d7b752e

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild
new file mode 100644
index ..1f2d4a2665be
--- /dev/null
+++ b/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Colorization of help messages in Click"
+HOMEPAGE="
+   https://github.com/click-contrib/click-help-colors/
+   https://pypi.org/project/click-help-colors/
+"
+SRC_URI="
+   https://github.com/click-contrib/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+IUSE="examples"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2023-11-12 Thread Michał Górny
commit: 186589b659839994a843f51ddaa66bbb0311301e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 12 19:18:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 12 19:20:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186589b6

dev-python/click-help-colors: Bump to 0.9.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/click-help-colors/Manifest  |  1 +
 .../click-help-colors-0.9.3.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/click-help-colors/Manifest 
b/dev-python/click-help-colors/Manifest
index 716f789af0a2..8a40debf3cb1 100644
--- a/dev-python/click-help-colors/Manifest
+++ b/dev-python/click-help-colors/Manifest
@@ -1 +1,2 @@
 DIST click-help-colors-0.9.2.gh.tar.gz 130204 BLAKE2B 
ac8f4b0369f5a1d71115e92d84b6b2229f955c74d2ca443aa98319316d5a6d944d29ce4979fc2d8cd03dd5916c4ab6b0870172f2982a83df6d510e51b779ef60
 SHA512 
1092b256339faf7399274c7cd525895f53e57f31e5d0d4a7068e0fa29e7757d14881a2fd980c501a7277a25ece760623fa4c967c60302359c880899c8a01652f
+DIST click-help-colors-0.9.3.gh.tar.gz 131170 BLAKE2B 
612789519501858ee8ed415b274b426273b6e4c48b9f650f966f0ee2774c97531c5f7e0e6edb08f50821635212a04f920a2a26d8897db9dd9413c3999bfd
 SHA512 
7d3708ea710de41baca075468e5d434f5536d04ceb1092085c4631f58d16f6ed1095efca1d9dc6bd1e5532a41e8bde4343d8197744fca58642dd80a03c59

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.3.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.3.ebuild
new file mode 100644
index ..1f2d4a2665be
--- /dev/null
+++ b/dev-python/click-help-colors/click-help-colors-0.9.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Colorization of help messages in Click"
+HOMEPAGE="
+   https://github.com/click-contrib/click-help-colors/
+   https://pypi.org/project/click-help-colors/
+"
+SRC_URI="
+   https://github.com/click-contrib/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+IUSE="examples"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2023-09-30 Thread Michał Górny
commit: 5b3745cd21e14a5f983877e07e5eb90e859c3b8b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 30 17:28:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 30 17:28:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3745cd

dev-python/click-help-colors: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/click-help-colors/Manifest  |  1 -
 .../click-help-colors-0.9.1-r1.ebuild  | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/click-help-colors/Manifest 
b/dev-python/click-help-colors/Manifest
index a03279190e21..716f789af0a2 100644
--- a/dev-python/click-help-colors/Manifest
+++ b/dev-python/click-help-colors/Manifest
@@ -1,2 +1 @@
-DIST click-help-colors-0.9.1.gh.tar.gz 101042 BLAKE2B 
0f40d6d15f8e0a4647212f57e071c49b66bcd2b3d7ef582bd7d8a14135e50028f3ceb07987b5b74a868d998c12886a711f40e1d85b541566c63dca39e43a907d
 SHA512 
ac4ce56ab249f7b98f670a6624700109f20a7c666e006b891d5c9fd4977512a0c94d82f6b43915952179abc946899f85fa1d358cd3d59508ef341ba22d8fc745
 DIST click-help-colors-0.9.2.gh.tar.gz 130204 BLAKE2B 
ac8f4b0369f5a1d71115e92d84b6b2229f955c74d2ca443aa98319316d5a6d944d29ce4979fc2d8cd03dd5916c4ab6b0870172f2982a83df6d510e51b779ef60
 SHA512 
1092b256339faf7399274c7cd525895f53e57f31e5d0d4a7068e0fa29e7757d14881a2fd980c501a7277a25ece760623fa4c967c60302359c880899c8a01652f

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild
deleted file mode 100644
index a465035b5d80..
--- a/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Colorization of help messages in Click"
-HOMEPAGE="
-   https://github.com/click-contrib/click-help-colors/
-   https://pypi.org/project/click-help-colors/
-"
-SRC_URI="
-   https://github.com/click-contrib/${PN}/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-IUSE="examples"
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2023-09-30 Thread Arthur Zamarin
commit: d43c52f3e92dbcfc76efe61a66e9618f259dbe28
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 30 15:32:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 30 15:32:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43c52f3

dev-python/click-help-colors: Stabilize 0.9.2 ALLARCHES, #914665

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/click-help-colors/click-help-colors-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.2.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.2.ebuild
index 1f2d4a2665be..a465035b5d80 100644
--- a/dev-python/click-help-colors/click-help-colors-0.9.2.ebuild
+++ b/dev-python/click-help-colors/click-help-colors-0.9.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 IUSE="examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2023-08-20 Thread Michał Górny
commit: 24622a5adc0359d396d2ad714330e34c1cdf9384
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 21 02:32:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 21 02:52:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24622a5a

dev-python/click-help-colors: Bump to 0.9.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/click-help-colors/Manifest  |  1 +
 .../click-help-colors-0.9.2.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/click-help-colors/Manifest 
b/dev-python/click-help-colors/Manifest
index 8baf04840f9d..a03279190e21 100644
--- a/dev-python/click-help-colors/Manifest
+++ b/dev-python/click-help-colors/Manifest
@@ -1 +1,2 @@
 DIST click-help-colors-0.9.1.gh.tar.gz 101042 BLAKE2B 
0f40d6d15f8e0a4647212f57e071c49b66bcd2b3d7ef582bd7d8a14135e50028f3ceb07987b5b74a868d998c12886a711f40e1d85b541566c63dca39e43a907d
 SHA512 
ac4ce56ab249f7b98f670a6624700109f20a7c666e006b891d5c9fd4977512a0c94d82f6b43915952179abc946899f85fa1d358cd3d59508ef341ba22d8fc745
+DIST click-help-colors-0.9.2.gh.tar.gz 130204 BLAKE2B 
ac8f4b0369f5a1d71115e92d84b6b2229f955c74d2ca443aa98319316d5a6d944d29ce4979fc2d8cd03dd5916c4ab6b0870172f2982a83df6d510e51b779ef60
 SHA512 
1092b256339faf7399274c7cd525895f53e57f31e5d0d4a7068e0fa29e7757d14881a2fd980c501a7277a25ece760623fa4c967c60302359c880899c8a01652f

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.2.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.2.ebuild
new file mode 100644
index ..1f2d4a2665be
--- /dev/null
+++ b/dev-python/click-help-colors/click-help-colors-0.9.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Colorization of help messages in Click"
+HOMEPAGE="
+   https://github.com/click-contrib/click-help-colors/
+   https://pypi.org/project/click-help-colors/
+"
+SRC_URI="
+   https://github.com/click-contrib/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+IUSE="examples"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2023-06-02 Thread Michał Górny
commit: bbe35623f63690411dc6b1ec458d52a534edc254
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 14:52:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 15:09:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe35623

dev-python/click-help-colors: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 .../click-help-colors/click-help-colors-0.9.1-r1.ebuild   | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild
index f348aa112921..a465035b5d80 100644
--- a/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild
+++ b/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild
@@ -4,12 +4,15 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
 DESCRIPTION="Colorization of help messages in Click"
-HOMEPAGE="https://github.com/click-contrib/click-help-colors";
+HOMEPAGE="
+   https://github.com/click-contrib/click-help-colors/
+   https://pypi.org/project/click-help-colors/
+"
 SRC_URI="
https://github.com/click-contrib/${PN}/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz"
@@ -19,7 +22,9 @@ SLOT="0"
 KEYWORDS="amd64 ~riscv"
 IUSE="examples"
 
-RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2022-12-25 Thread Michał Górny
commit: 4fa5c1a8486a613c05081930f2b6f8fb675f35f3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 25 17:43:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 25 17:43:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa5c1a8

dev-python/click-help-colors: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/click-help-colors/Manifest  |  1 -
 .../click-help-colors-0.9.1.ebuild | 27 --
 2 files changed, 28 deletions(-)

diff --git a/dev-python/click-help-colors/Manifest 
b/dev-python/click-help-colors/Manifest
index ef6c4e89c545..8baf04840f9d 100644
--- a/dev-python/click-help-colors/Manifest
+++ b/dev-python/click-help-colors/Manifest
@@ -1,2 +1 @@
 DIST click-help-colors-0.9.1.gh.tar.gz 101042 BLAKE2B 
0f40d6d15f8e0a4647212f57e071c49b66bcd2b3d7ef582bd7d8a14135e50028f3ceb07987b5b74a868d998c12886a711f40e1d85b541566c63dca39e43a907d
 SHA512 
ac4ce56ab249f7b98f670a6624700109f20a7c666e006b891d5c9fd4977512a0c94d82f6b43915952179abc946899f85fa1d358cd3d59508ef341ba22d8fc745
-DIST click-help-colors-0.9.1.tar.gz 101042 BLAKE2B 
0f40d6d15f8e0a4647212f57e071c49b66bcd2b3d7ef582bd7d8a14135e50028f3ceb07987b5b74a868d998c12886a711f40e1d85b541566c63dca39e43a907d
 SHA512 
ac4ce56ab249f7b98f670a6624700109f20a7c666e006b891d5c9fd4977512a0c94d82f6b43915952179abc946899f85fa1d358cd3d59508ef341ba22d8fc745

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild
deleted file mode 100644
index 7cd65645a02b..
--- a/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="Colorization of help messages in Click"
-HOMEPAGE="https://github.com/click-contrib/click-help-colors";
-SRC_URI="
-   https://github.com/click-contrib/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-IUSE="examples"
-
-RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2022-12-25 Thread Sam James
commit: 64d29e92b981f31994e0ff0fe582d49d8a687577
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 25 16:41:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 25 16:41:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d29e92

dev-python/click-help-colors: Stabilize 0.9.1-r1 ALLARCHES, #888329

Signed-off-by: Sam James  gentoo.org>

 dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild
index 485d4219691e..d766c22954c6 100644
--- a/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild
+++ b/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 IUSE="examples"
 
 RDEPEND="dev-python/click[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2022-11-20 Thread Marek Szuba
commit: deaebae2424f8d8d0ba85d7f2257de3f801a8aa4
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Nov 20 22:37:25 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Nov 20 22:37:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deaebae2

dev-python/click-help-colors: switch to PEP-517 mode

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/click-help-colors/Manifest  |  1 +
 .../click-help-colors-0.9.1-r1.ebuild  | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/click-help-colors/Manifest 
b/dev-python/click-help-colors/Manifest
index 6aae08de5ed1..ef6c4e89c545 100644
--- a/dev-python/click-help-colors/Manifest
+++ b/dev-python/click-help-colors/Manifest
@@ -1 +1,2 @@
+DIST click-help-colors-0.9.1.gh.tar.gz 101042 BLAKE2B 
0f40d6d15f8e0a4647212f57e071c49b66bcd2b3d7ef582bd7d8a14135e50028f3ceb07987b5b74a868d998c12886a711f40e1d85b541566c63dca39e43a907d
 SHA512 
ac4ce56ab249f7b98f670a6624700109f20a7c666e006b891d5c9fd4977512a0c94d82f6b43915952179abc946899f85fa1d358cd3d59508ef341ba22d8fc745
 DIST click-help-colors-0.9.1.tar.gz 101042 BLAKE2B 
0f40d6d15f8e0a4647212f57e071c49b66bcd2b3d7ef582bd7d8a14135e50028f3ceb07987b5b74a868d998c12886a711f40e1d85b541566c63dca39e43a907d
 SHA512 
ac4ce56ab249f7b98f670a6624700109f20a7c666e006b891d5c9fd4977512a0c94d82f6b43915952179abc946899f85fa1d358cd3d59508ef341ba22d8fc745

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild
new file mode 100644
index ..485d4219691e
--- /dev/null
+++ b/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Colorization of help messages in Click"
+HOMEPAGE="https://github.com/click-contrib/click-help-colors";
+SRC_URI="
+   https://github.com/click-contrib/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+IUSE="examples"
+
+RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2022-11-20 Thread Marek Szuba
commit: cce51b2cfb9c71d99be83aae5748d9888fd1c6de
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Nov 20 22:25:57 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Nov 20 22:25:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce51b2c

dev-python/click-help-colors: stabilize 0.9.1 for ALLARCHES

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/click-help-colors/click-help-colors-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild
index 9f3edede8ee1..7cd65645a02b 100644
--- a/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild
+++ b/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 IUSE="examples"
 
 RDEPEND="dev-python/click[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2022-09-21 Thread Marek Szuba
commit: 414e447e15d39ae761534b04b2e09ed34d1555a1
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep 21 14:57:24 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Sep 21 15:29:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414e447e

dev-python/click-help-colors: enable py3.11

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/click-help-colors/click-help-colors-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild
index 6c5ccf4edf31..9f3edede8ee1 100644
--- a/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild
+++ b/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="Colorization of help messages in Click"



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2022-06-25 Thread Jakov Smolić
commit: 184533e5ca568e17a9961c98280963490da99154
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Jun 25 16:23:20 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Jun 25 16:37:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184533e5

dev-python/click-help-colors: keyword 0.9.1 for ~riscv

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/click-help-colors/click-help-colors-0.9.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild
index 251b5c3328a4..6c5ccf4edf31 100644
--- a/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild
+++ b/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE="examples"
 
 RDEPEND="dev-python/click[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2022-06-04 Thread Michał Górny
commit: 8188d11ede42e2c0f7e4a56fb24fd8c10908ca01
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  4 17:41:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  4 17:48:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8188d11e

dev-python/click-help-colors: Add python@ as co-maint.

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/click-help-colors/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/click-help-colors/metadata.xml 
b/dev-python/click-help-colors/metadata.xml
index ba129f79ee7f..fe0a11d5b717 100644
--- a/dev-python/click-help-colors/metadata.xml
+++ b/dev-python/click-help-colors/metadata.xml
@@ -5,6 +5,10 @@
mare...@gentoo.org
Marek Szuba

+   
+   pyt...@gentoo.org
+   Python
+   


click-contrib/click-help-colors



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2021-10-17 Thread Michał Górny
commit: fc45c015bac7bacf0cbc57a496870bd1234bb61c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 07:32:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 07:32:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc45c015

dev-python/click-help-colors: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/click-help-colors/Manifest  |  1 -
 .../click-help-colors/click-help-colors-0.9.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/click-help-colors/Manifest 
b/dev-python/click-help-colors/Manifest
index 2291f521566..6aae08de5ed 100644
--- a/dev-python/click-help-colors/Manifest
+++ b/dev-python/click-help-colors/Manifest
@@ -1,2 +1 @@
 DIST click-help-colors-0.9.1.tar.gz 101042 BLAKE2B 
0f40d6d15f8e0a4647212f57e071c49b66bcd2b3d7ef582bd7d8a14135e50028f3ceb07987b5b74a868d998c12886a711f40e1d85b541566c63dca39e43a907d
 SHA512 
ac4ce56ab249f7b98f670a6624700109f20a7c666e006b891d5c9fd4977512a0c94d82f6b43915952179abc946899f85fa1d358cd3d59508ef341ba22d8fc745
-DIST click-help-colors-0.9.tar.gz 100701 BLAKE2B 
838507658aec9cea962d1f373bd771871837d1fe274c70fe4555efbd4e1825203d8728457c5836a482add26e86d4eed83b962811602864d43bf8174f49bd89cd
 SHA512 
02cca02a5cec6b3b23fdeee4aef921cac1cf83d85bea8eb04dd100955dc27b2e4d098bad2f49694c0aa6548135fb979a1fd054525dcec27077f461a034d62a87

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.ebuild
deleted file mode 100644
index 0f16c35209b..000
--- a/dev-python/click-help-colors/click-help-colors-0.9.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Colorization of help messages in Click"
-HOMEPAGE="https://github.com/click-contrib/click-help-colors";
-SRC_URI="https://github.com/click-contrib/${PN}/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples"
-
-RDEPEND="

[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2021-07-12 Thread Michał Górny
commit: 0ad95b5156ce0c6f4825d1b363fd0ff3d258072d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 12 06:37:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 12 09:11:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad95b51

dev-python/click-help-colors: Bump to 0.9.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/click-help-colors/Manifest  |  1 +
 .../click-help-colors-0.9.1.ebuild | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/click-help-colors/Manifest 
b/dev-python/click-help-colors/Manifest
index 93313e11804..2291f521566 100644
--- a/dev-python/click-help-colors/Manifest
+++ b/dev-python/click-help-colors/Manifest
@@ -1 +1,2 @@
+DIST click-help-colors-0.9.1.tar.gz 101042 BLAKE2B 
0f40d6d15f8e0a4647212f57e071c49b66bcd2b3d7ef582bd7d8a14135e50028f3ceb07987b5b74a868d998c12886a711f40e1d85b541566c63dca39e43a907d
 SHA512 
ac4ce56ab249f7b98f670a6624700109f20a7c666e006b891d5c9fd4977512a0c94d82f6b43915952179abc946899f85fa1d358cd3d59508ef341ba22d8fc745
 DIST click-help-colors-0.9.tar.gz 100701 BLAKE2B 
838507658aec9cea962d1f373bd771871837d1fe274c70fe4555efbd4e1825203d8728457c5836a482add26e86d4eed83b962811602864d43bf8174f49bd89cd
 SHA512 
02cca02a5cec6b3b23fdeee4aef921cac1cf83d85bea8eb04dd100955dc27b2e4d098bad2f49694c0aa6548135fb979a1fd054525dcec27077f461a034d62a87

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild
new file mode 100644
index 000..251b5c3328a
--- /dev/null
+++ b/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Colorization of help messages in Click"
+HOMEPAGE="https://github.com/click-contrib/click-help-colors";
+SRC_URI="
+   https://github.com/click-contrib/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/

2021-06-11 Thread Marek Szuba
commit: 07a6d9b5472d0db6aefd6db08b4fcb24c1f44fbe
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Jun 11 11:37:28 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Jun 11 13:39:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a6d9b5

dev-python/click-help-colors: initial import

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/click-help-colors/Manifest  |  1 +
 .../click-help-colors/click-help-colors-0.9.ebuild | 26 ++
 dev-python/click-help-colors/metadata.xml  | 13 +++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/click-help-colors/Manifest 
b/dev-python/click-help-colors/Manifest
new file mode 100644
index 000..93313e11804
--- /dev/null
+++ b/dev-python/click-help-colors/Manifest
@@ -0,0 +1 @@
+DIST click-help-colors-0.9.tar.gz 100701 BLAKE2B 
838507658aec9cea962d1f373bd771871837d1fe274c70fe4555efbd4e1825203d8728457c5836a482add26e86d4eed83b962811602864d43bf8174f49bd89cd
 SHA512 
02cca02a5cec6b3b23fdeee4aef921cac1cf83d85bea8eb04dd100955dc27b2e4d098bad2f49694c0aa6548135fb979a1fd054525dcec27077f461a034d62a87

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.ebuild 
b/dev-python/click-help-colors/click-help-colors-0.9.ebuild
new file mode 100644
index 000..0f16c35209b
--- /dev/null
+++ b/dev-python/click-help-colors/click-help-colors-0.9.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Colorization of help messages in Click"
+HOMEPAGE="https://github.com/click-contrib/click-help-colors";
+SRC_URI="https://github.com/click-contrib/${PN}/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+RDEPEND="
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mare...@gentoo.org
+   Marek Szuba
+   
+   
+   
+   click-contrib/click-help-colors
+   click-help-colors
+   
+