* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-option-group/
@ 2024-07-15 1:39 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-07-15 1:39 UTC (permalink / raw
To: gentoo-commits
commit: 9f35e2ac596c1d4dfb73a25a7759a47ea7ca0e5f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 01:17:34 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 01:38:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f35e2ac
dev-python/click-option-group: new package, add 0.5.6
New dep of media-video/subliminal.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/click-option-group/Manifest | 1 +
.../click-option-group-0.5.6.ebuild | 26 ++++++++++++++++++++++
dev-python/click-option-group/metadata.xml | 17 ++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-python/click-option-group/Manifest b/dev-python/click-option-group/Manifest
new file mode 100644
index 000000000000..46abf7cb74a0
--- /dev/null
+++ b/dev-python/click-option-group/Manifest
@@ -0,0 +1 @@
+DIST click-option-group-0.5.6.tar.gz 16517 BLAKE2B 8edc9e1c7aff7ff03f86fea41a43a37b9605efb11cae402ebaaa18620b21fd50237d92979f024b319b7de7b244f3168a3557efcc4f754c83e1bc4cd05b578428 SHA512 7ac321a0c2dedcacf9b0383cb6b1ae6f7dd0ec6855e4f88cd4817ddece0c2c043c8b10fab04a41aefce38f871075a793bdc7b000f3b99adc7d93a3b6f0cf9884
diff --git a/dev-python/click-option-group/click-option-group-0.5.6.ebuild b/dev-python/click-option-group/click-option-group-0.5.6.ebuild
new file mode 100644
index 000000000000..1eb381f327d5
--- /dev/null
+++ b/dev-python/click-option-group/click-option-group-0.5.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Click-extension package that adds option groups missing in Click"
+HOMEPAGE="
+ https://github.com/click-contrib/click-option-group
+ https://pypi.org/project/click-option-group/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/click[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/click-option-group/metadata.xml b/dev-python/click-option-group/metadata.xml
new file mode 100644
index 000000000000..b04ba9f1d13e
--- /dev/null
+++ b/dev-python/click-option-group/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">click-option-group</remote-id>
+ <remote-id type="github">click-contrib/click-option-group</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-option-group/
@ 2024-07-15 4:22 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-07-15 4:22 UTC (permalink / raw
To: gentoo-commits
commit: 28056ebd1a5f56074cee56ef24784699d59a824d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 04:22:11 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 04:22:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28056ebd
dev-python/click-option-group: Keyword 0.5.6 arm64, #936076
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/click-option-group/click-option-group-0.5.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-option-group/click-option-group-0.5.6.ebuild b/dev-python/click-option-group/click-option-group-0.5.6.ebuild
index 1eb381f327d5..1515b7410ac7 100644
--- a/dev-python/click-option-group/click-option-group-0.5.6.ebuild
+++ b/dev-python/click-option-group/click-option-group-0.5.6.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
RDEPEND="
dev-python/click[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-option-group/
@ 2024-07-16 19:18 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-07-16 19:18 UTC (permalink / raw
To: gentoo-commits
commit: 30a23333ecc54e2693e97920798b6bc19d87ca51
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 19:18:20 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 19:18:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a23333
dev-python/click-option-group: Keyword 0.5.6 x86, #936076
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/click-option-group/click-option-group-0.5.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-option-group/click-option-group-0.5.6.ebuild b/dev-python/click-option-group/click-option-group-0.5.6.ebuild
index 1515b7410ac7..10f02af114bb 100644
--- a/dev-python/click-option-group/click-option-group-0.5.6.ebuild
+++ b/dev-python/click-option-group/click-option-group-0.5.6.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
dev-python/click[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-option-group/
@ 2024-08-29 6:34 Jakov Smolić
0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2024-08-29 6:34 UTC (permalink / raw
To: gentoo-commits
commit: 3d835a99120ad7bc2ea5f6697a2cd15082732fd9
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 06:34:13 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 06:34:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d835a99
dev-python/click-option-group: Stabilize 0.5.6 amd64, #938657
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/click-option-group/click-option-group-0.5.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-option-group/click-option-group-0.5.6.ebuild b/dev-python/click-option-group/click-option-group-0.5.6.ebuild
index 10f02af114bb..a337ad9aea30 100644
--- a/dev-python/click-option-group/click-option-group-0.5.6.ebuild
+++ b/dev-python/click-option-group/click-option-group-0.5.6.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
RDEPEND="
dev-python/click[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-option-group/
@ 2025-02-28 18:52 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2025-02-28 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 9d4a717d614ac0a3e3f25720472c7eb5b69686b3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 18:23:15 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 18:52:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4a717d
dev-python/click-option-group: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/click-option-group/click-option-group-0.5.6.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-python/click-option-group/click-option-group-0.5.6.ebuild b/dev-python/click-option-group/click-option-group-0.5.6.ebuild
index a337ad9aea30..b624b59e6d4f 100644
--- a/dev-python/click-option-group/click-option-group-0.5.6.ebuild
+++ b/dev-python/click-option-group/click-option-group-0.5.6.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 pypi
@@ -24,3 +24,8 @@ RDEPEND="
"
distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-option-group/
@ 2025-03-25 5:33 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2025-03-25 5:33 UTC (permalink / raw
To: gentoo-commits
commit: 0706e5d5818695f45d7aa8c84f7864b6b29842ba
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 25 05:20:25 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 25 05:33:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0706e5d5
dev-python/click-option-group: Bump to 0.5.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/click-option-group/Manifest | 1 +
.../click-option-group-0.5.7.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/click-option-group/Manifest b/dev-python/click-option-group/Manifest
index 46abf7cb74a0..26201c4c756d 100644
--- a/dev-python/click-option-group/Manifest
+++ b/dev-python/click-option-group/Manifest
@@ -1 +1,2 @@
DIST click-option-group-0.5.6.tar.gz 16517 BLAKE2B 8edc9e1c7aff7ff03f86fea41a43a37b9605efb11cae402ebaaa18620b21fd50237d92979f024b319b7de7b244f3168a3557efcc4f754c83e1bc4cd05b578428 SHA512 7ac321a0c2dedcacf9b0383cb6b1ae6f7dd0ec6855e4f88cd4817ddece0c2c043c8b10fab04a41aefce38f871075a793bdc7b000f3b99adc7d93a3b6f0cf9884
+DIST click_option_group-0.5.7.tar.gz 22110 BLAKE2B 31357084654dc1011eeab64b0298fd5f5a5b417a4621dff7442b6dea02ffbe304d267adccb2f7adef8b7a005ad6055d5982b9e7b7990242fdf3a417c7c817040 SHA512 0e6c82b2b6a4a790c767ad775def93c3487e97990bbc172c95b6d90ccc366c8fb9dfe0fff4eecb64538218213c65642732eb1a0d421d2826e1f13689e6d5621a
diff --git a/dev-python/click-option-group/click-option-group-0.5.7.ebuild b/dev-python/click-option-group/click-option-group-0.5.7.ebuild
new file mode 100644
index 000000000000..0c1c9705e7db
--- /dev/null
+++ b/dev-python/click-option-group/click-option-group-0.5.7.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Click-extension package that adds option groups missing in Click"
+HOMEPAGE="
+ https://github.com/click-contrib/click-option-group
+ https://pypi.org/project/click-option-group/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+ >=dev-python/click-7.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-option-group/
@ 2025-04-12 9:30 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2025-04-12 9:30 UTC (permalink / raw
To: gentoo-commits
commit: e55d8368d9d2662d4b7241940037fc5e5861e114
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 09:30:29 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 09:30:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e55d8368
dev-python/click-option-group: Stabilize 0.5.7 ALLARCHES, #953598
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/click-option-group/click-option-group-0.5.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/click-option-group/click-option-group-0.5.7.ebuild b/dev-python/click-option-group/click-option-group-0.5.7.ebuild
index 0c1c9705e7db..990d0922feb3 100644
--- a/dev-python/click-option-group/click-option-group-0.5.7.ebuild
+++ b/dev-python/click-option-group/click-option-group-0.5.7.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
RDEPEND="
>=dev-python/click-7.0.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/click-option-group/
@ 2025-04-12 9:41 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2025-04-12 9:41 UTC (permalink / raw
To: gentoo-commits
commit: 88ca8cf0be784aa175b98a4fb3f914f5608aea07
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 09:39:06 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 09:39:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ca8cf0
dev-python/click-option-group: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/click-option-group/Manifest | 1 -
.../click-option-group-0.5.6.ebuild | 31 ----------------------
2 files changed, 32 deletions(-)
diff --git a/dev-python/click-option-group/Manifest b/dev-python/click-option-group/Manifest
index 26201c4c756d..5437ca93b332 100644
--- a/dev-python/click-option-group/Manifest
+++ b/dev-python/click-option-group/Manifest
@@ -1,2 +1 @@
-DIST click-option-group-0.5.6.tar.gz 16517 BLAKE2B 8edc9e1c7aff7ff03f86fea41a43a37b9605efb11cae402ebaaa18620b21fd50237d92979f024b319b7de7b244f3168a3557efcc4f754c83e1bc4cd05b578428 SHA512 7ac321a0c2dedcacf9b0383cb6b1ae6f7dd0ec6855e4f88cd4817ddece0c2c043c8b10fab04a41aefce38f871075a793bdc7b000f3b99adc7d93a3b6f0cf9884
DIST click_option_group-0.5.7.tar.gz 22110 BLAKE2B 31357084654dc1011eeab64b0298fd5f5a5b417a4621dff7442b6dea02ffbe304d267adccb2f7adef8b7a005ad6055d5982b9e7b7990242fdf3a417c7c817040 SHA512 0e6c82b2b6a4a790c767ad775def93c3487e97990bbc172c95b6d90ccc366c8fb9dfe0fff4eecb64538218213c65642732eb1a0d421d2826e1f13689e6d5621a
diff --git a/dev-python/click-option-group/click-option-group-0.5.6.ebuild b/dev-python/click-option-group/click-option-group-0.5.6.ebuild
deleted file mode 100644
index b624b59e6d4f..000000000000
--- a/dev-python/click-option-group/click-option-group-0.5.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Click-extension package that adds option groups missing in Click"
-HOMEPAGE="
- https://github.com/click-contrib/click-option-group
- https://pypi.org/project/click-option-group/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-RDEPEND="
- dev-python/click[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-04-12 9:41 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-15 1:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/click-option-group/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-07-15 4:22 Sam James
2024-07-16 19:18 Arthur Zamarin
2024-08-29 6:34 Jakov Smolić
2025-02-28 18:52 Michał Górny
2025-03-25 5:33 Michał Górny
2025-04-12 9:30 Arthur Zamarin
2025-04-12 9:41 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox