* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-argparse/
@ 2023-06-29 6:47 Alexey Shvetsov
0 siblings, 0 replies; 11+ messages in thread
From: Alexey Shvetsov @ 2023-06-29 6:47 UTC (permalink / raw
To: gentoo-commits
commit: 8d3a79ce9688a74a4ca8b861212223794d213dff
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 14:30:56 2023 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 06:47:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3a79ce
dev-python/sphinx-argparse: new package, add 0.4.0
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
dev-python/sphinx-argparse/Manifest | 1 +
dev-python/sphinx-argparse/metadata.xml | 12 ++++++++++++
.../sphinx-argparse/sphinx-argparse-0.4.0.ebuild | 22 ++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-python/sphinx-argparse/Manifest b/dev-python/sphinx-argparse/Manifest
new file mode 100644
index 000000000000..78929c27d15f
--- /dev/null
+++ b/dev-python/sphinx-argparse/Manifest
@@ -0,0 +1 @@
+DIST sphinx_argparse-0.4.0.tar.gz 15020 BLAKE2B 73118f56ff82d52f04066b9d500aebc77eb5a0fecd03fa69f382c0f2afc0cbffdd395da707cf37b59f039e93935f8d5c3fe0e0f7a2820d3b6509dd78b37b0d74 SHA512 b96050da6c02f87c54f9dc9146bed955e99258df740b467575a2b3e9919fa8c4c6d30a736dab24360086bfc0d7d09c4bc7a818700af2c7846eed3a3b99053d65
diff --git a/dev-python/sphinx-argparse/metadata.xml b/dev-python/sphinx-argparse/metadata.xml
new file mode 100644
index 000000000000..34557e466493
--- /dev/null
+++ b/dev-python/sphinx-argparse/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ashb/sphinx-argparse</remote-id>
+ <remote-id type="pypi">sphinx-argparse</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
new file mode 100644
index 000000000000..2b28e7ab59e5
--- /dev/null
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=poetry
+inherit distutils-r1 pypi
+
+DESCRIPTION="Sphinx extension that automatically documents argparse commands and options"
+HOMEPAGE="https://pypi.org/project/sphinx-argparse/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ dev-python/commonmark[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-argparse/
@ 2023-11-29 17:59 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2023-11-29 17:59 UTC (permalink / raw
To: gentoo-commits
commit: a113c40e5bd80f2e7a4d904962ef03d918dcf474
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 17:59:30 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 17:59:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a113c40e
dev-python/sphinx-argparse: Stabilize 0.4.0 x86, #918866
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
index 2b28e7ab59e5..6f5c6f888d1a 100644
--- a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://pypi.org/project/sphinx-argparse/"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-argparse/
@ 2023-11-29 18:38 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-11-29 18:38 UTC (permalink / raw
To: gentoo-commits
commit: 8cb6a8f37f217e55017587a220783ceb025c6aca
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 18:38:41 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 18:38:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb6a8f3
dev-python/sphinx-argparse: Stabilize 0.4.0 amd64, #918866
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
index 6f5c6f888d1a..40e2657c99f2 100644
--- a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://pypi.org/project/sphinx-argparse/"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-argparse/
@ 2024-06-17 17:37 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-06-17 17:37 UTC (permalink / raw
To: gentoo-commits
commit: d62158b2990875ecd324a9137dc80073770d007b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 17:36:12 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 17:37:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62158b2
dev-python/sphinx-argparse: Update homepage
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-argparse/metadata.xml | 2 +-
dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinx-argparse/metadata.xml b/dev-python/sphinx-argparse/metadata.xml
index 34557e466493..a00d23f8e329 100644
--- a/dev-python/sphinx-argparse/metadata.xml
+++ b/dev-python/sphinx-argparse/metadata.xml
@@ -6,7 +6,7 @@
<name>Gentoo Science Project</name>
</maintainer>
<upstream>
- <remote-id type="github">ashb/sphinx-argparse</remote-id>
+ <remote-id type="github">sphinx-doc/sphinx-argparse</remote-id>
<remote-id type="pypi">sphinx-argparse</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
index 0137d7ce9657..9d28047739bb 100644
--- a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
@@ -9,7 +9,10 @@ PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
DESCRIPTION="Sphinx extension that automatically documents argparse commands and options"
-HOMEPAGE="https://pypi.org/project/sphinx-argparse/"
+HOMEPAGE="
+ https://github.com/sphinx-doc/sphinx-argparse/
+ https://pypi.org/project/sphinx-argparse/
+"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-argparse/
@ 2024-06-17 17:37 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-06-17 17:37 UTC (permalink / raw
To: gentoo-commits
commit: f47ca92409cbaf3cb4112a089d1b070e8c3502ad
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 16:37:22 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 17:37:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47ca924
dev-python/sphinx-argparse: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
index 40e2657c99f2..0137d7ce9657 100644
--- a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..13} )
+
inherit distutils-r1 pypi
DESCRIPTION="Sphinx extension that automatically documents argparse commands and options"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-argparse/
@ 2024-06-23 20:43 Alexey Shvetsov
0 siblings, 0 replies; 11+ messages in thread
From: Alexey Shvetsov @ 2024-06-23 20:43 UTC (permalink / raw
To: gentoo-commits
commit: a702ddd3ec16b5f796945d07eea6bd7107c12844
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 20:08:57 2024 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 20:21:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a702ddd3
dev-python/sphinx-argparse: keyword 0.4.0 for ~riscv
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
index 9d28047739bb..ac81f626dd0b 100644
--- a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-argparse/
@ 2024-07-18 1:56 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-07-18 1:56 UTC (permalink / raw
To: gentoo-commits
commit: 4453a87ea026c2567e144009445ecbe289169f55
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 01:47:46 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 01:47:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4453a87e
dev-python/sphinx-argparse: Bump to 0.5.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-argparse/Manifest | 1 +
.../sphinx-argparse/sphinx-argparse-0.5.2.ebuild | 32 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/sphinx-argparse/Manifest b/dev-python/sphinx-argparse/Manifest
index 78929c27d15f..1699498acb2a 100644
--- a/dev-python/sphinx-argparse/Manifest
+++ b/dev-python/sphinx-argparse/Manifest
@@ -1 +1,2 @@
DIST sphinx_argparse-0.4.0.tar.gz 15020 BLAKE2B 73118f56ff82d52f04066b9d500aebc77eb5a0fecd03fa69f382c0f2afc0cbffdd395da707cf37b59f039e93935f8d5c3fe0e0f7a2820d3b6509dd78b37b0d74 SHA512 b96050da6c02f87c54f9dc9146bed955e99258df740b467575a2b3e9919fa8c4c6d30a736dab24360086bfc0d7d09c4bc7a818700af2c7846eed3a3b99053d65
+DIST sphinx_argparse-0.5.2.tar.gz 27838 BLAKE2B 273b08c02ed9d43483988170857389c3e933a850774a721e59049c8c42c82f85cfd60aa324d8189a9f06993166bbe079449fff48a4947c271a8ebe19cbb13d86 SHA512 d200099392f7ab657f98b98bf0a02992baa5e2762805f4b066cc971a8181fb53ea20c522fbc1927e7be73cb69725c31a0aa9433b59a1deea0d1a805321fa77dd
diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild
new file mode 100644
index 000000000000..07cc564179b6
--- /dev/null
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Sphinx extension that automatically documents argparse commands and options"
+HOMEPAGE="
+ https://github.com/sphinx-doc/sphinx-argparse/
+ https://pypi.org/project/sphinx-argparse/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/docutils-0.19[${PYTHON_USEDEP}]
+ >=dev-python/sphinx-5.1.0[${PYTHON_USEDEP}]
+ >=dev-python/commonmark-0.5.6[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-argparse/
@ 2024-08-03 6:37 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-08-03 6:37 UTC (permalink / raw
To: gentoo-commits
commit: 66933500206f72403a7e695f70c11dd279ea9aab
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 3 06:37:33 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 3 06:37:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66933500
dev-python/sphinx-argparse: Stabilize 0.5.2 amd64, #937196
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild
index 07cc564179b6..57694eedc314 100644
--- a/dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
RDEPEND="
>=dev-python/docutils-0.19[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-argparse/
@ 2024-08-03 6:37 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-08-03 6:37 UTC (permalink / raw
To: gentoo-commits
commit: 6ef95d296039f5e776056bc012ed98cc790eac69
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 3 06:37:35 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 3 06:37:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef95d29
dev-python/sphinx-argparse: Stabilize 0.5.2 x86, #937196
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild
index 57694eedc314..39fba4f60b8f 100644
--- a/dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
RDEPEND="
>=dev-python/docutils-0.19[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-argparse/
@ 2024-08-03 6:40 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-08-03 6:40 UTC (permalink / raw
To: gentoo-commits
commit: cc47d739ed24d9667bcf3bb8b88445393364b544
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 3 06:38:32 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 3 06:38:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc47d739
dev-python/sphinx-argparse: Mark ALLARCHES
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-argparse/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/sphinx-argparse/metadata.xml b/dev-python/sphinx-argparse/metadata.xml
index a00d23f8e329..3a9ee2116bef 100644
--- a/dev-python/sphinx-argparse/metadata.xml
+++ b/dev-python/sphinx-argparse/metadata.xml
@@ -5,6 +5,7 @@
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="github">sphinx-doc/sphinx-argparse</remote-id>
<remote-id type="pypi">sphinx-argparse</remote-id>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-argparse/
@ 2024-08-03 6:40 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-08-03 6:40 UTC (permalink / raw
To: gentoo-commits
commit: fc91ec529247fed2fd5a202eaa9dc4f6c62459a5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 3 06:38:51 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 3 06:38:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc91ec52
dev-python/sphinx-argparse: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-argparse/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/sphinx-argparse/metadata.xml b/dev-python/sphinx-argparse/metadata.xml
index 3a9ee2116bef..5d4bea87d6b6 100644
--- a/dev-python/sphinx-argparse/metadata.xml
+++ b/dev-python/sphinx-argparse/metadata.xml
@@ -5,6 +5,10 @@
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">sphinx-doc/sphinx-argparse</remote-id>
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-08-03 6:40 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-03 6:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-argparse/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-08-03 6:40 Michał Górny
2024-08-03 6:40 Michał Górny
2024-08-03 6:37 Michał Górny
2024-07-18 1:56 Michał Górny
2024-06-23 20:43 Alexey Shvetsov
2024-06-17 17:37 Michał Górny
2024-06-17 17:37 Michał Górny
2023-11-29 18:38 Arthur Zamarin
2023-11-29 17:59 Michał Górny
2023-06-29 6:47 Alexey Shvetsov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox