* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygdbmi/
@ 2023-12-02 21:29 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-12-02 21:29 UTC (permalink / raw
To: gentoo-commits
commit: 4aaf80f3b84db98e0aa7aa46b42edb9efdba8181
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sat Dec 2 19:23:38 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 2 21:29:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aaf80f3
dev-python/pygdbmi: new package, add 0.11.0.0
Closes: https://bugs.gentoo.org/919056
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34096
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygdbmi/Manifest | 1 +
dev-python/pygdbmi/metadata.xml | 20 +++++++++++++++++++
dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild | 31 ++++++++++++++++++++++++++++++
3 files changed, 52 insertions(+)
diff --git a/dev-python/pygdbmi/Manifest b/dev-python/pygdbmi/Manifest
new file mode 100644
index 000000000000..260731862d64
--- /dev/null
+++ b/dev-python/pygdbmi/Manifest
@@ -0,0 +1 @@
+DIST pygdbmi-0.11.0.0.gh.tar.gz 30784 BLAKE2B a3d6bc51640dac78c072ef0162bc1d546707f1b220d8d695595d05a5bcdea8b31b5e23ad916cd2a58bbd4bec2f9fd32b6a9294f00957d890fefd0ecf457ed0de SHA512 11bbc0a9353dbb9d96cb9c71d45a68de446ac6cf1cd110b8f508143218783d2cdfa685874a9b9483933fc58fcfcbb7524a3b670d1c8a6117e8d6484586f1ced6
diff --git a/dev-python/pygdbmi/metadata.xml b/dev-python/pygdbmi/metadata.xml
new file mode 100644
index 000000000000..5b3024573289
--- /dev/null
+++ b/dev-python/pygdbmi/metadata.xml
@@ -0,0 +1,20 @@
+<?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>
+ <maintainer type="person">
+ <email>parona@protonmail.com</email>
+ <name>Alfred Wingate</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">cs01/pygdbmi</remote-id>
+ <remote-id type="pypi">pygdbmi</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild b/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
new file mode 100644
index 000000000000..79298b8f96fd
--- /dev/null
+++ b/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library to parse gdb mi output and interact with gdb subprocesses"
+HOMEPAGE="
+ https://cs01.github.io/pygdbmi/
+ https://github.com/cs01/pygdbmi/
+ https://pypi.org/project/pygdbmi/
+"
+# no tests in sdist
+SRC_URI="
+ https://github.com/cs01/pygdbmi/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=sys-devel/gdb-9.6
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygdbmi/
@ 2023-12-02 21:29 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-12-02 21:29 UTC (permalink / raw
To: gentoo-commits
commit: 840d9da34e5cc35c4e7c5daee93ce056a38b129f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 2 21:27:54 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 2 21:29:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840d9da3
dev-python/pygdbmi: tweak DESCRIPTION
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild b/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
index 79298b8f96fd..f8f64e32f951 100644
--- a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
+++ b/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1
-DESCRIPTION="A library to parse gdb mi output and interact with gdb subprocesses"
+DESCRIPTION="Library to parse gdb mi output and interact with gdb subprocesses"
HOMEPAGE="
https://cs01.github.io/pygdbmi/
https://github.com/cs01/pygdbmi/
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygdbmi/
@ 2023-12-02 21:29 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-12-02 21:29 UTC (permalink / raw
To: gentoo-commits
commit: 565c6543e226bb46c1ae70b5751aa96bb253ccaf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 2 21:28:15 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 2 21:29:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=565c6543
dev-python/pygdbmi: update maintainers
I figure it makes sense to have a non-project maint first because otherwise
bugs are easier to miss.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygdbmi/metadata.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pygdbmi/metadata.xml b/dev-python/pygdbmi/metadata.xml
index 5b3024573289..23ce86c5a4bc 100644
--- a/dev-python/pygdbmi/metadata.xml
+++ b/dev-python/pygdbmi/metadata.xml
@@ -1,9 +1,6 @@
<?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>
<maintainer type="person">
<email>parona@protonmail.com</email>
<name>Alfred Wingate</name>
@@ -12,6 +9,9 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">cs01/pygdbmi</remote-id>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygdbmi/
@ 2024-05-18 7:26 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2024-05-18 7:26 UTC (permalink / raw
To: gentoo-commits
commit: 4339d4470e25594e636c746cef5886783287af5d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 07:19:10 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 07:26:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4339d447
dev-python/pygdbmi: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild b/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
index 23402591a396..c6f0d6952908 100644
--- a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
+++ b/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygdbmi/
@ 2024-07-23 19:15 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-07-23 19:15 UTC (permalink / raw
To: gentoo-commits
commit: 8e3694b078748d8858e84d734d4171a018b53ff1
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 19:15:02 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 19:15:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3694b0
dev-python/pygdbmi: Stabilize 0.11.0.0 amd64, #935906
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild b/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
index 5f0091e15607..9516bf3ec1ac 100644
--- a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
+++ b/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
RDEPEND="
>=dev-debug/gdb-9.6
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygdbmi/
@ 2024-07-24 5:12 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-07-24 5:12 UTC (permalink / raw
To: gentoo-commits
commit: 737f4e19d9d73c5bb69de7240b16f2640d2f80d0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 05:12:35 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 05:12:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737f4e19
dev-python/pygdbmi: Stabilize 0.11.0.0 arm64, #935906
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild b/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
index 9516bf3ec1ac..02df2e86b3e8 100644
--- a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
+++ b/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
RDEPEND="
>=dev-debug/gdb-9.6
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-07-24 5:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-18 7:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/pygdbmi/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-07-24 5:12 Sam James
2024-07-23 19:15 Arthur Zamarin
2023-12-02 21:29 Sam James
2023-12-02 21:29 Sam James
2023-12-02 21:29 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox