* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-02-10 5:47 Michał Górny
0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2025-02-10 5:47 UTC (permalink / raw
To: gentoo-commits
commit: 37206c93f797549e8bb7be5dd62d0ae16005be72
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 04:44:01 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 04:44:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37206c93
dev-python/dependency-groups: New pacakge, 1.3.0
New dependency of dev-python/nox.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dependency-groups/Manifest | 1 +
.../dependency-groups-1.3.0.ebuild | 28 ++++++++++++++++++++++
dev-python/dependency-groups/metadata.xml | 12 ++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-python/dependency-groups/Manifest b/dev-python/dependency-groups/Manifest
new file mode 100644
index 000000000000..dd4c7156be77
--- /dev/null
+++ b/dev-python/dependency-groups/Manifest
@@ -0,0 +1 @@
+DIST dependency_groups-1.3.0.tar.gz 9832 BLAKE2B f13e3fe6a203d883c33a2fc030b553de7d30043eb3160ca76c86acdc4a9f458eea5407ddcad6b600e0cf49e4764b4b8f02034b001bbe42fd16ac966e24eca394 SHA512 8e9af16f869d9b068983a9f17ab8507e1e71c4f67f4f8ef8433b76983bbf22eacf5919f03a85477bcbc5e1e466029ce0942e010cab27e285f9b261a6ab277f6a
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.0.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.0.ebuild
new file mode 100644
index 000000000000..216a729f462b
--- /dev/null
+++ b/dev-python/dependency-groups/dependency-groups-1.3.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A tool for resolving PEP 735 Dependency Group data"
+HOMEPAGE="
+ https://github.com/pypa/dependency-groups/
+ https://pypi.org/project/dependency-groups/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/packaging[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/tomli[${PYTHON_USEDEP}]
+ ' 3.10)
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/dependency-groups/metadata.xml b/dev-python/dependency-groups/metadata.xml
new file mode 100644
index 000000000000..74c9a4f238ea
--- /dev/null
+++ b/dev-python/dependency-groups/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">pypa/dependency-groups</remote-id>
+ <remote-id type="pypi">dependency-groups</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-02-27 20:53 Michał Górny
0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2025-02-27 20:53 UTC (permalink / raw
To: gentoo-commits
commit: d330e31de138eb7661e8589ee0551038fa79f459
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 20:19:36 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 20:51:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d330e31d
dev-python/dependency-groups: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dependency-groups/dependency-groups-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.0.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.0.ebuild
index 216a729f462b..c55ec0f64ae4 100644
--- a/dev-python/dependency-groups/dependency-groups-1.3.0.ebuild
+++ b/dev-python/dependency-groups/dependency-groups-1.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-04-27 15:24 Jakov Smolić
0 siblings, 0 replies; 17+ messages in thread
From: Jakov Smolić @ 2025-04-27 15:24 UTC (permalink / raw
To: gentoo-commits
commit: feef14026e08afc81c32a8bb83c7052f716822a3
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 27 15:24:04 2025 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Apr 27 15:24:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feef1402
dev-python/dependency-groups: Keyword 1.3.0 riscv, #954773
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/dependency-groups/dependency-groups-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.0.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.0.ebuild
index c55ec0f64ae4..17d4cad29d5c 100644
--- a/dev-python/dependency-groups/dependency-groups-1.3.0.ebuild
+++ b/dev-python/dependency-groups/dependency-groups-1.3.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-04-27 18:36 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2025-04-27 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 131fd79e2862b6da159e30304ebef601f0d60ccf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 27 18:36:24 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 27 18:36:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131fd79e
dev-python/dependency-groups: Keyword 1.3.0 mips, #954773
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/dependency-groups/dependency-groups-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.0.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.0.ebuild
index 17d4cad29d5c..6a67b551af4c 100644
--- a/dev-python/dependency-groups/dependency-groups-1.3.0.ebuild
+++ b/dev-python/dependency-groups/dependency-groups-1.3.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~mips ~riscv"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-05-02 4:21 Michał Górny
0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2025-05-02 4:21 UTC (permalink / raw
To: gentoo-commits
commit: a2bd53b090680501ff2d1d11eecc196cfa68d446
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 2 04:04:17 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 2 04:04:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bd53b0
dev-python/dependency-groups: Bump to 1.3.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dependency-groups/Manifest | 1 +
.../dependency-groups-1.3.1.ebuild | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/dependency-groups/Manifest b/dev-python/dependency-groups/Manifest
index dd4c7156be77..0e6947767280 100644
--- a/dev-python/dependency-groups/Manifest
+++ b/dev-python/dependency-groups/Manifest
@@ -1 +1,2 @@
DIST dependency_groups-1.3.0.tar.gz 9832 BLAKE2B f13e3fe6a203d883c33a2fc030b553de7d30043eb3160ca76c86acdc4a9f458eea5407ddcad6b600e0cf49e4764b4b8f02034b001bbe42fd16ac966e24eca394 SHA512 8e9af16f869d9b068983a9f17ab8507e1e71c4f67f4f8ef8433b76983bbf22eacf5919f03a85477bcbc5e1e466029ce0942e010cab27e285f9b261a6ab277f6a
+DIST dependency_groups-1.3.1.tar.gz 10093 BLAKE2B 527f1e9a3594df9c811b50f933edbd4d188b2b2338a07a2154e7e999f48d7ce75f06aaf3ecd6ab4b3b367d05c1aed51c1e474d4558a42048d69bf13e9ca245ad SHA512 03e707791494da58cb860e9d605e657812f538d8f39d239f99108236c42eb831467969a561fbc587aa33a88794652aa2e63b43421b3beda42a825602f3fe7c17
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
new file mode 100644
index 000000000000..3e39ba63423b
--- /dev/null
+++ b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A tool for resolving PEP 735 Dependency Group data"
+HOMEPAGE="
+ https://github.com/pypa/dependency-groups/
+ https://pypi.org/project/dependency-groups/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~riscv"
+
+RDEPEND="
+ dev-python/packaging[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/tomli[${PYTHON_USEDEP}]
+ ' 3.10)
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-05-02 4:48 Michał Górny
0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2025-05-02 4:48 UTC (permalink / raw
To: gentoo-commits
commit: e83d70adc6501384e19d9410f27ea2de5384c57a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 2 04:31:08 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 2 04:48:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83d70ad
dev-python/dependency-groups: Remove stale 3.10 deps
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dependency-groups/dependency-groups-1.3.1.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
index 3e39ba63423b..9ce44699ece5 100644
--- a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
+++ b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
@@ -20,9 +20,6 @@ KEYWORDS="~amd64 ~mips ~riscv"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/tomli[${PYTHON_USEDEP}]
- ' 3.10)
"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-05-12 18:24 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2025-05-12 18:24 UTC (permalink / raw
To: gentoo-commits
commit: eb1cdd03dcf697b290be4a98cfa07b6bef2f7609
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 18:22:33 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 12 18:22:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1cdd03
dev-python/dependency-groups: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/dependency-groups/dependency-groups-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
index 57dd4ea4c295..ce61ddccdd9e 100644
--- a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
+++ b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-05-16 16:04 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2025-05-16 16:04 UTC (permalink / raw
To: gentoo-commits
commit: 4407e9ef43f0626e69c197fddb43e932ad5cac6a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 15:15:14 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 16 16:04:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4407e9ef
dev-python/dependency-groups: Keyword 1.3.1 alpha, #954773
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/dependency-groups/dependency-groups-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
index ce61ddccdd9e..62fe1c41176c 100644
--- a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
+++ b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~mips ~ppc ~riscv ~x86"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-05-19 14:00 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2025-05-19 14:00 UTC (permalink / raw
To: gentoo-commits
commit: dc3f728e333a55be45334fa23d6a167624f1c642
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 14:00:18 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 19 14:00:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3f728e
dev-python/dependency-groups: Keyword 1.3.1 arm, #954773
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/dependency-groups/dependency-groups-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
index 62fe1c41176c..bdf7c5590875 100644
--- a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
+++ b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~riscv ~x86"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-05-19 14:00 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2025-05-19 14:00 UTC (permalink / raw
To: gentoo-commits
commit: e6438ead4c78fc10ce1979ebd8156a433b8097ae
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 14:00:19 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 19 14:00:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6438ead
dev-python/dependency-groups: Keyword 1.3.1 arm64, #954773
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/dependency-groups/dependency-groups-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
index bdf7c5590875..69518e1604b1 100644
--- a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
+++ b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~riscv ~x86"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-05-23 17:29 Michał Górny
0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2025-05-23 17:29 UTC (permalink / raw
To: gentoo-commits
commit: 622719607a1cb94a7fbd5b878e3b1d35058471e7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 17:21:23 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 23 17:21:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62271960
dev-python/dependency-groups: Keyword 1.3.1 hppa loong m68k ppc64 s390 sparc, #954773
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dependency-groups/dependency-groups-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
index 69518e1604b1..4280ed498573 100644
--- a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
+++ b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-05-24 10:30 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2025-05-24 10:30 UTC (permalink / raw
To: gentoo-commits
commit: 42dffee89c81a06347448e1515a340e840cc6ef3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 10:30:38 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 24 10:30:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42dffee8
dev-python/dependency-groups: Stabilize 1.3.1 ppc, #956526
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/dependency-groups/dependency-groups-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
index 4280ed498573..389d1cec693c 100644
--- a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
+++ b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-05-24 16:10 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2025-05-24 16:10 UTC (permalink / raw
To: gentoo-commits
commit: 8fec90244fa8b904ae9be6bd353040a4778fb89e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 16:10:15 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 24 16:10:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fec9024
dev-python/dependency-groups: Stabilize 1.3.1 ppc64, #956526
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/dependency-groups/dependency-groups-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
index 389d1cec693c..841ad95bae50 100644
--- a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
+++ b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-05-31 20:10 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2025-05-31 20:10 UTC (permalink / raw
To: gentoo-commits
commit: 707556956b0bec6e30f5e3a0bf1c3316a2d3c3e8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 20:08:09 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 31 20:10:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70755695
dev-python/dependency-groups: Stabilize 1.3.1 arm, #956526
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/dependency-groups/dependency-groups-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
index 841ad95bae50..9475b6e068cd 100644
--- a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
+++ b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-06-01 16:59 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2025-06-01 16:59 UTC (permalink / raw
To: gentoo-commits
commit: 601566d203c1f941baaea32476709773b097f769
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 1 16:58:55 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 1 16:58:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601566d2
dev-python/dependency-groups: Stabilize 1.3.1 arm64, #956526
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/dependency-groups/dependency-groups-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
index 9475b6e068cd..4fe7398ff357 100644
--- a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
+++ b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-06-04 19:14 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2025-06-04 19:14 UTC (permalink / raw
To: gentoo-commits
commit: 8f86eae17802e550a4801e33012686e76935b2f2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 4 19:13:40 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 4 19:13:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f86eae1
dev-python/dependency-groups: Stabilize 1.3.1 amd64, #956526
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/dependency-groups/dependency-groups-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
index 4fe7398ff357..0f9ca6a2871f 100644
--- a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
+++ b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/
@ 2025-06-05 10:31 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2025-06-05 10:31 UTC (permalink / raw
To: gentoo-commits
commit: fee783923f6c265ab36b1287d042550a2741e1b7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 5 10:30:25 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 5 10:30:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee78392
dev-python/dependency-groups: Stabilize 1.3.1 x86, #956526
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/dependency-groups/dependency-groups-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
index 0f9ca6a2871f..ea126cfcd06c 100644
--- a/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
+++ b/dev-python/dependency-groups/dependency-groups-1.3.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2025-06-05 10:31 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-10 5:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/dependency-groups/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:53 Michał Górny
2025-04-27 15:24 Jakov Smolić
2025-04-27 18:36 Sam James
2025-05-02 4:21 Michał Górny
2025-05-02 4:48 Michał Górny
2025-05-12 18:24 Sam James
2025-05-16 16:04 Arthur Zamarin
2025-05-19 14:00 Sam James
2025-05-19 14:00 Sam James
2025-05-23 17:29 Michał Górny
2025-05-24 10:30 Arthur Zamarin
2025-05-24 16:10 Sam James
2025-05-31 20:10 Sam James
2025-06-01 16:59 Sam James
2025-06-04 19:14 Sam James
2025-06-05 10:31 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox