* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2015-09-11 7:53 Justin Lecher
0 siblings, 0 replies; 20+ messages in thread
From: Justin Lecher @ 2015-09-11 7:53 UTC (permalink / raw
To: gentoo-commits
commit: 5704cd60333e1122a5f4d01218fb6fcc40fbdfa7
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 07:05:06 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 07:53:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5704cd60
dev-python/pygccxml: Drop unncessary die
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pygccxml/pygccxml-1.0.0.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/pygccxml/pygccxml-1.0.0.ebuild b/dev-python/pygccxml/pygccxml-1.0.0.ebuild
index 2e4cae4..0836d50 100644
--- a/dev-python/pygccxml/pygccxml-1.0.0.ebuild
+++ b/dev-python/pygccxml/pygccxml-1.0.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
@@ -16,14 +17,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
-DEPEND="doc? ( >=dev-python/epydoc-3[${PYTHON_USEDEP}] )
- app-arch/unzip"
+DEPEND="
+ app-arch/unzip
+ doc? ( >=dev-python/epydoc-3[${PYTHON_USEDEP}] )"
RDEPEND=">=dev-cpp/gccxml-0.6"
python_compile_all() {
- if use doc; then
- esetup.py doc || die
- fi
+ use doc && esetup.py doc
}
python_test() {
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2016-06-12 3:30 Benda XU
0 siblings, 0 replies; 20+ messages in thread
From: Benda XU @ 2016-06-12 3:30 UTC (permalink / raw
To: gentoo-commits
commit: 261bb9fd3ee929a2d3db8d7b00b64d4a2e28aea9
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 03:29:59 2016 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 03:30:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261bb9fd
dev-python/pygccxml: bump to 1.7.5, update to new HOMEPAGE and SRC_URI.
Package-Manager: portage-2.2.28
dev-python/pygccxml/Manifest | 1 +
dev-python/pygccxml/pygccxml-1.7.5.ebuild | 40 +++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/pygccxml/Manifest b/dev-python/pygccxml/Manifest
index 20dc92a..c6b6069 100644
--- a/dev-python/pygccxml/Manifest
+++ b/dev-python/pygccxml/Manifest
@@ -1 +1,2 @@
DIST pygccxml-1.0.0.zip 21639068 SHA256 743a83ef67838db45e5d810e647e884272a65fe6cbbbda0f3ed1fdb3aeedb529 SHA512 d2a96b5bb27c3620527839051e43fa1eee8884692707a347c76863ff44a04502dcff35fe18b95a35c32fb8a4935ed8d5d91bf41eb98aee74f6df08c48ddc0b67 WHIRLPOOL 260075fe402c9eb40ee7ba93d0263fccd409020d261842983a9f2b39c00d51f3d3777a85fa0d94a258f52f57c5c2e30c499c258364c1c58cb8ba455b6fe148f0
+DIST pygccxml-1.7.5.tar.gz 3150295 SHA256 a8462c0d74c991534f81405fc52eb05ecd88372f3aff7a49f99bb6c98051a553 SHA512 f76e1748646beaf1b16bd498026e177008f5ebe19e4b35ce612bb27f4f9e6174cdfe4459771adbc657b95e8d5edeea0687756f9ba82cabc10703043c4a7e6e1e WHIRLPOOL a3756918f2933696f8d7bc406d571159c14e2d22dc32debcd7ef569492dd88bc9036efd198ff401f43559be5c148647cac9cf8d7c6a7302249cb65d7015e284e
diff --git a/dev-python/pygccxml/pygccxml-1.7.5.ebuild b/dev-python/pygccxml/pygccxml-1.7.5.ebuild
new file mode 100644
index 0000000..bfba0a8
--- /dev/null
+++ b/dev-python/pygccxml/pygccxml-1.7.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Generate an XML description of a C++ program from GCC's internal representation"
+HOMEPAGE="https://github.com/gccxml/pygccxml"
+SRC_URI="https://github.com/gccxml/pygccxml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="freedist Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="
+ app-arch/unzip
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-cpp/gccxml-0.6"
+
+python_compile_all() {
+ use doc && emake html man
+}
+
+python_test() {
+ "${PYTHON}" unittests/test_all.py
+}
+
+python_install_all() {
+ if use doc ; then
+ local HTML_DOCS=( docs/_build/html )
+ doman docs/_build/man/${PN}.1
+ fi
+
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2018-06-24 16:40 Pacho Ramos
0 siblings, 0 replies; 20+ messages in thread
From: Pacho Ramos @ 2018-06-24 16:40 UTC (permalink / raw
To: gentoo-commits
commit: 2e3a766ce40ee0383798870f9dac3fd9fe66be96
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 16:30:26 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 16:40:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3a766c
dev-python/pygccxml: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/pygccxml/pygccxml-1.7.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pygccxml/pygccxml-1.7.5.ebuild b/dev-python/pygccxml/pygccxml-1.7.5.ebuild
index 395f9762146..76be4114be4 100644
--- a/dev-python/pygccxml/pygccxml-1.7.5.ebuild
+++ b/dev-python/pygccxml/pygccxml-1.7.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2022-07-07 6:20 Thomas Beierlein
0 siblings, 0 replies; 20+ messages in thread
From: Thomas Beierlein @ 2022-07-07 6:20 UTC (permalink / raw
To: gentoo-commits
commit: 54b82b0f843bffe3b52db3752232748834c78b39
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 7 06:08:54 2022 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Thu Jul 7 06:19:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b82b0f
dev-python/pygccxml: new package, add 2.2.1
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
dev-python/pygccxml/Manifest | 1 +
dev-python/pygccxml/metadata.xml | 12 ++++++++++++
dev-python/pygccxml/pygccxml-2.2.1.ebuild | 29 +++++++++++++++++++++++++++++
3 files changed, 42 insertions(+)
diff --git a/dev-python/pygccxml/Manifest b/dev-python/pygccxml/Manifest
new file mode 100644
index 000000000000..b0d2cad0006b
--- /dev/null
+++ b/dev-python/pygccxml/Manifest
@@ -0,0 +1 @@
+DIST pygccxml-2.2.1.tar.gz 3170283 BLAKE2B b53123c59d098f56d97841225d10ffd4156b993244e48c4ad30e2f62b6d95d69e0ae4bbfc86bb492e88e8f52d916401f29a6ec7024277d1e32b3af691a12e919 SHA512 32013617d4d632617b616d3787631c5b09da441a87bb15b88e3b287f17b85e1388308e85dd385276966ac09114536a5863edd5fbb96539547783fd2d41c6e8ce
diff --git a/dev-python/pygccxml/metadata.xml b/dev-python/pygccxml/metadata.xml
new file mode 100644
index 000000000000..642c87f3644f
--- /dev/null
+++ b/dev-python/pygccxml/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="person">
+ <email>tomjbe@gentoo.org</email>
+ <name>Thomas Beierlein</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>radio@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/pygccxml/pygccxml-2.2.1.ebuild b/dev-python/pygccxml/pygccxml-2.2.1.ebuild
new file mode 100644
index 000000000000..7dca13440725
--- /dev/null
+++ b/dev-python/pygccxml/pygccxml-2.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A specialized XML reader to navigate C++ declarations"
+HOMEPAGE="https://github.com/CastXML/pygccxml"
+SRC_URI="https://github.com/CastXML/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
+
+RESTRICT="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ dev-libs/castxml
+"
+
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2022-09-08 19:39 Jakov Smolić
0 siblings, 0 replies; 20+ messages in thread
From: Jakov Smolić @ 2022-09-08 19:39 UTC (permalink / raw
To: gentoo-commits
commit: 687961e55824b182eeddfa64d910c9ee42426a53
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 8 19:00:40 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep 8 19:39:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687961e5
dev-python/pygccxml: keyword 2.2.1 for ~riscv
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/pygccxml/pygccxml-2.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygccxml/pygccxml-2.2.1.ebuild b/dev-python/pygccxml/pygccxml-2.2.1.ebuild
index 7dca13440725..87038325fc3d 100644
--- a/dev-python/pygccxml/pygccxml-2.2.1.ebuild
+++ b/dev-python/pygccxml/pygccxml-2.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/CastXML/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Boost-1.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
IUSE="doc"
distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2022-10-29 19:43 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-10-29 19:43 UTC (permalink / raw
To: gentoo-commits
commit: 6010c1810a2e059a9e509bfd9cb592087dac8f67
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 19:42:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 19:42:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6010c181
dev-python/pygccxml: Keyword 2.2.1 arm, #858215
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygccxml/pygccxml-2.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygccxml/pygccxml-2.2.1.ebuild b/dev-python/pygccxml/pygccxml-2.2.1.ebuild
index 87038325fc3d..3b9fb2a40351 100644
--- a/dev-python/pygccxml/pygccxml-2.2.1.ebuild
+++ b/dev-python/pygccxml/pygccxml-2.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/CastXML/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Boost-1.0"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~riscv ~x86"
IUSE="doc"
distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2023-02-17 8:24 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-02-17 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 56a6f5e5bfaa20268d5817eaa184561c409e3a13
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 08:22:22 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 08:23:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a6f5e5
dev-python/pygccxml: enable py3.11, PEP517
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild b/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild
new file mode 100644
index 000000000000..970734b16889
--- /dev/null
+++ b/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild
@@ -0,0 +1,25 @@
+# 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_{9..11} )
+inherit distutils-r1
+
+DESCRIPTION="A specialized XML reader to navigate C++ declarations"
+HOMEPAGE="https://github.com/CastXML/pygccxml"
+SRC_URI="https://github.com/CastXML/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~riscv ~x86"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ dev-libs/castxml
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests unittest
+distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2023-02-17 8:24 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-02-17 8:24 UTC (permalink / raw
To: gentoo-commits
commit: afa8651e33af26921adac7485869e294c8640a12
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 08:23:14 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 08:23:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa8651e
dev-python/pygccxml: add pypi upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygccxml/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pygccxml/metadata.xml b/dev-python/pygccxml/metadata.xml
index 820c31e46597..e8cf9b64df61 100644
--- a/dev-python/pygccxml/metadata.xml
+++ b/dev-python/pygccxml/metadata.xml
@@ -10,5 +10,6 @@
</maintainer>
<upstream>
<remote-id type="github">CastXML/pygccxml</remote-id>
+ <remote-id type="pypi">pygccxml</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2023-02-17 8:24 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-02-17 8:24 UTC (permalink / raw
To: gentoo-commits
commit: af0d94db90e245d4c93c77865cb0e6efba762620
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 08:23:42 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 08:23:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0d94db
dev-python/pygccxml: fix PythonGHDistfileSuffix
(No revbump as we only just did in the same push.)
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygccxml/Manifest | 1 +
dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/pygccxml/Manifest b/dev-python/pygccxml/Manifest
index b0d2cad0006b..59bfbde61d7c 100644
--- a/dev-python/pygccxml/Manifest
+++ b/dev-python/pygccxml/Manifest
@@ -1 +1,2 @@
+DIST pygccxml-2.2.1.gh.tar.gz 3170283 BLAKE2B b53123c59d098f56d97841225d10ffd4156b993244e48c4ad30e2f62b6d95d69e0ae4bbfc86bb492e88e8f52d916401f29a6ec7024277d1e32b3af691a12e919 SHA512 32013617d4d632617b616d3787631c5b09da441a87bb15b88e3b287f17b85e1388308e85dd385276966ac09114536a5863edd5fbb96539547783fd2d41c6e8ce
DIST pygccxml-2.2.1.tar.gz 3170283 BLAKE2B b53123c59d098f56d97841225d10ffd4156b993244e48c4ad30e2f62b6d95d69e0ae4bbfc86bb492e88e8f52d916401f29a6ec7024277d1e32b3af691a12e919 SHA512 32013617d4d632617b616d3787631c5b09da441a87bb15b88e3b287f17b85e1388308e85dd385276966ac09114536a5863edd5fbb96539547783fd2d41c6e8ce
diff --git a/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild b/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild
index 970734b16889..56110eb0d87b 100644
--- a/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild
+++ b/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="A specialized XML reader to navigate C++ declarations"
HOMEPAGE="https://github.com/CastXML/pygccxml"
-SRC_URI="https://github.com/CastXML/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/CastXML/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Boost-1.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2023-02-17 8:24 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-02-17 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 655a0dfd42972bee85ed8a31ec4fa4929ceeeb67
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 08:22:43 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 08:23:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=655a0dfd
dev-python/pygccxml: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygccxml/metadata.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/pygccxml/metadata.xml b/dev-python/pygccxml/metadata.xml
index 642c87f3644f..820c31e46597 100644
--- a/dev-python/pygccxml/metadata.xml
+++ b/dev-python/pygccxml/metadata.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-
<pkgmetadata>
<maintainer type="person">
<email>tomjbe@gentoo.org</email>
@@ -9,4 +8,7 @@
<maintainer type="project">
<email>radio@gentoo.org</email>
</maintainer>
+ <upstream>
+ <remote-id type="github">CastXML/pygccxml</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2023-02-17 9:48 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-02-17 9:48 UTC (permalink / raw
To: gentoo-commits
commit: 8b62b8d391bc4eccfc6775132c64e5a90fb63a11
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 09:08:37 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 09:48:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b62b8d3
dev-python/pygccxml: skip pycodestyle tests
Closes: https://bugs.gentoo.org/895074
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild b/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild
index 56110eb0d87b..b2466d83a688 100644
--- a/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild
+++ b/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild
@@ -23,3 +23,11 @@ DEPEND="${RDEPEND}"
distutils_enable_tests unittest
distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
+
+python_prepare_all() {
+ # We're not interested in linter tests in Gentoo, needs pycodestyle
+ rm unittests/pep8_tester.py || die
+ sed -i -e '/pep8_tester/d' unittests/test_all.py || die
+
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2023-02-18 16:50 Thomas Beierlein
0 siblings, 0 replies; 20+ messages in thread
From: Thomas Beierlein @ 2023-02-18 16:50 UTC (permalink / raw
To: gentoo-commits
commit: 96d411446ca0ed02a7e653ff16846b1344f63820
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 16:49:47 2023 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 16:49:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d41144
dev-python/pygccxml: drop 2.2.1
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
dev-python/pygccxml/Manifest | 1 -
dev-python/pygccxml/pygccxml-2.2.1.ebuild | 29 -----------------------------
2 files changed, 30 deletions(-)
diff --git a/dev-python/pygccxml/Manifest b/dev-python/pygccxml/Manifest
index 59bfbde61d7c..509860418241 100644
--- a/dev-python/pygccxml/Manifest
+++ b/dev-python/pygccxml/Manifest
@@ -1,2 +1 @@
DIST pygccxml-2.2.1.gh.tar.gz 3170283 BLAKE2B b53123c59d098f56d97841225d10ffd4156b993244e48c4ad30e2f62b6d95d69e0ae4bbfc86bb492e88e8f52d916401f29a6ec7024277d1e32b3af691a12e919 SHA512 32013617d4d632617b616d3787631c5b09da441a87bb15b88e3b287f17b85e1388308e85dd385276966ac09114536a5863edd5fbb96539547783fd2d41c6e8ce
-DIST pygccxml-2.2.1.tar.gz 3170283 BLAKE2B b53123c59d098f56d97841225d10ffd4156b993244e48c4ad30e2f62b6d95d69e0ae4bbfc86bb492e88e8f52d916401f29a6ec7024277d1e32b3af691a12e919 SHA512 32013617d4d632617b616d3787631c5b09da441a87bb15b88e3b287f17b85e1388308e85dd385276966ac09114536a5863edd5fbb96539547783fd2d41c6e8ce
diff --git a/dev-python/pygccxml/pygccxml-2.2.1.ebuild b/dev-python/pygccxml/pygccxml-2.2.1.ebuild
deleted file mode 100644
index dfa589a5ee29..000000000000
--- a/dev-python/pygccxml/pygccxml-2.2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A specialized XML reader to navigate C++ declarations"
-HOMEPAGE="https://github.com/CastXML/pygccxml"
-SRC_URI="https://github.com/CastXML/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
-IUSE="doc"
-
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-
-RESTRICT="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- dev-libs/castxml
-"
-
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2023-08-08 17:34 Thomas Beierlein
0 siblings, 0 replies; 20+ messages in thread
From: Thomas Beierlein @ 2023-08-08 17:34 UTC (permalink / raw
To: gentoo-commits
commit: 2fa60efc36c5c9444a070b840fdb0c3a89afc2c9
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 8 17:33:40 2023 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Tue Aug 8 17:34:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa60efc
dev-python/pygccxml: add 2.3.0
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
dev-python/pygccxml/Manifest | 1 +
dev-python/pygccxml/pygccxml-2.3.0.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/pygccxml/Manifest b/dev-python/pygccxml/Manifest
index 509860418241..c98076c800aa 100644
--- a/dev-python/pygccxml/Manifest
+++ b/dev-python/pygccxml/Manifest
@@ -1 +1,2 @@
DIST pygccxml-2.2.1.gh.tar.gz 3170283 BLAKE2B b53123c59d098f56d97841225d10ffd4156b993244e48c4ad30e2f62b6d95d69e0ae4bbfc86bb492e88e8f52d916401f29a6ec7024277d1e32b3af691a12e919 SHA512 32013617d4d632617b616d3787631c5b09da441a87bb15b88e3b287f17b85e1388308e85dd385276966ac09114536a5863edd5fbb96539547783fd2d41c6e8ce
+DIST pygccxml-2.3.0.gh.tar.gz 3165248 BLAKE2B 177591d818f3ff91b7981ee1b1af9d03f79869508cddd03ece8f3b5e447982dc2d9434fa42db290c98d8c5fb4f4ee4ae7ef86e2b065dc28ba4b7843a36cad4e1 SHA512 6c5710c842c8e6101af73335ea66dc18ae86861f9cd5c59b4aa1037f60914934ba22a821d7f35cf954f5c40800433bacfc0d4bd0ae1bb5946a4dd950c606ceea
diff --git a/dev-python/pygccxml/pygccxml-2.3.0.ebuild b/dev-python/pygccxml/pygccxml-2.3.0.ebuild
new file mode 100644
index 000000000000..745417525398
--- /dev/null
+++ b/dev-python/pygccxml/pygccxml-2.3.0.ebuild
@@ -0,0 +1,29 @@
+# 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_{9..11} )
+inherit distutils-r1
+
+DESCRIPTION="A specialized XML reader to navigate C++ declarations"
+HOMEPAGE="https://github.com/CastXML/pygccxml"
+SRC_URI="https://github.com/CastXML/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~riscv ~x86"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ dev-libs/castxml
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests unittest
+distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
+
+python_prepare_all() {
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2023-11-25 16:37 Thomas Beierlein
0 siblings, 0 replies; 20+ messages in thread
From: Thomas Beierlein @ 2023-11-25 16:37 UTC (permalink / raw
To: gentoo-commits
commit: 3877099cf9c93eca339da7af00054a32352b7561
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 16:34:26 2023 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 16:35:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3877099c
dev-python/pygccxml: Drop empty line
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
dev-python/pygccxml/pygccxml-2.4.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/pygccxml/pygccxml-2.4.0.ebuild b/dev-python/pygccxml/pygccxml-2.4.0.ebuild
index 7c80f9e6c423..f93c64023594 100644
--- a/dev-python/pygccxml/pygccxml-2.4.0.ebuild
+++ b/dev-python/pygccxml/pygccxml-2.4.0.ebuild
@@ -24,7 +24,6 @@ DEPEND="${RDEPEND}"
distutils_enable_tests unittest
distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-
python_prepare_all() {
eapply -p0 "${FILESDIR}/${PN}-2.4.0-pyproject.patch"
eapply_user
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2023-12-30 18:32 Michał Górny
0 siblings, 0 replies; 20+ messages in thread
From: Michał Górny @ 2023-12-30 18:32 UTC (permalink / raw
To: gentoo-commits
commit: 818ceb12e4042feaee7d140f85702a792b282359
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 18:31:00 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 18:31:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818ceb12
dev-python/pygccxml: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pygccxml/Manifest | 2 --
dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild | 33 ----------------------------
dev-python/pygccxml/pygccxml-2.3.0.ebuild | 29 ------------------------
3 files changed, 64 deletions(-)
diff --git a/dev-python/pygccxml/Manifest b/dev-python/pygccxml/Manifest
index c3d47e08d233..01e9b3c3f3e8 100644
--- a/dev-python/pygccxml/Manifest
+++ b/dev-python/pygccxml/Manifest
@@ -1,3 +1 @@
-DIST pygccxml-2.2.1.gh.tar.gz 3170283 BLAKE2B b53123c59d098f56d97841225d10ffd4156b993244e48c4ad30e2f62b6d95d69e0ae4bbfc86bb492e88e8f52d916401f29a6ec7024277d1e32b3af691a12e919 SHA512 32013617d4d632617b616d3787631c5b09da441a87bb15b88e3b287f17b85e1388308e85dd385276966ac09114536a5863edd5fbb96539547783fd2d41c6e8ce
-DIST pygccxml-2.3.0.gh.tar.gz 3165248 BLAKE2B 177591d818f3ff91b7981ee1b1af9d03f79869508cddd03ece8f3b5e447982dc2d9434fa42db290c98d8c5fb4f4ee4ae7ef86e2b065dc28ba4b7843a36cad4e1 SHA512 6c5710c842c8e6101af73335ea66dc18ae86861f9cd5c59b4aa1037f60914934ba22a821d7f35cf954f5c40800433bacfc0d4bd0ae1bb5946a4dd950c606ceea
DIST pygccxml-2.4.0.gh.tar.gz 3165189 BLAKE2B 855b0b6313be29e7719abe4cc6e654904657c11bfd7310d647227ce9d7760821eeb348dcd9892afbcc3d467db96daaf3010e92803fe28962db9a255cf81eae46 SHA512 48bf4887344c68d0a93a3908cc0a744f3d6a74dce92be88527e85cf7ba1a46f88560730dce0b858f31523cada836aad40461de935c5c2a041de0fa2ae5e38c30
diff --git a/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild b/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild
deleted file mode 100644
index b2466d83a688..000000000000
--- a/dev-python/pygccxml/pygccxml-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,33 +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_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="A specialized XML reader to navigate C++ declarations"
-HOMEPAGE="https://github.com/CastXML/pygccxml"
-SRC_URI="https://github.com/CastXML/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
-
-RDEPEND="
- ${PYTHON_DEPS}
- dev-libs/castxml
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-
-python_prepare_all() {
- # We're not interested in linter tests in Gentoo, needs pycodestyle
- rm unittests/pep8_tester.py || die
- sed -i -e '/pep8_tester/d' unittests/test_all.py || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/pygccxml/pygccxml-2.3.0.ebuild b/dev-python/pygccxml/pygccxml-2.3.0.ebuild
deleted file mode 100644
index 745417525398..000000000000
--- a/dev-python/pygccxml/pygccxml-2.3.0.ebuild
+++ /dev/null
@@ -1,29 +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_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="A specialized XML reader to navigate C++ declarations"
-HOMEPAGE="https://github.com/CastXML/pygccxml"
-SRC_URI="https://github.com/CastXML/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
-
-RDEPEND="
- ${PYTHON_DEPS}
- dev-libs/castxml
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2024-04-15 14:30 Michał Górny
0 siblings, 0 replies; 20+ messages in thread
From: Michał Górny @ 2024-04-15 14:30 UTC (permalink / raw
To: gentoo-commits
commit: 923a174e972dff119a91a4073d5c96d0fa23f562
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 14:30:02 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 14:30:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923a174e
dev-python/pygccxml: Add python@ as co-maintainer
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pygccxml/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/pygccxml/metadata.xml b/dev-python/pygccxml/metadata.xml
index e8cf9b64df61..a060648fb7da 100644
--- a/dev-python/pygccxml/metadata.xml
+++ b/dev-python/pygccxml/metadata.xml
@@ -8,6 +8,9 @@
<maintainer type="project">
<email>radio@gentoo.org</email>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
<upstream>
<remote-id type="github">CastXML/pygccxml</remote-id>
<remote-id type="pypi">pygccxml</remote-id>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2024-05-18 8:18 Arthur Zamarin
0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2024-05-18 8:18 UTC (permalink / raw
To: gentoo-commits
commit: 8f8916431708486dca283ef3bcd1d82d6f936a84
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 08:18:07 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 18 08:18:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f891643
dev-python/pygccxml: Stabilize 2.5.0 amd64, #908603
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pygccxml/pygccxml-2.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygccxml/pygccxml-2.5.0.ebuild b/dev-python/pygccxml/pygccxml-2.5.0.ebuild
index 3a2e39187e16..ba61c6612e8e 100644
--- a/dev-python/pygccxml/pygccxml-2.5.0.ebuild
+++ b/dev-python/pygccxml/pygccxml-2.5.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="Boost-1.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~riscv ~x86"
DEPEND="
${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2024-10-28 18:46 Thomas Beierlein
0 siblings, 0 replies; 20+ messages in thread
From: Thomas Beierlein @ 2024-10-28 18:46 UTC (permalink / raw
To: gentoo-commits
commit: 03fafab2f12506b1d36610a950fbbcb37851625e
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 18:32:38 2024 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 18:35:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03fafab2
dev-python/pygccxml: exclude failing single test with >=GCC-15.0.2
Closes: https://bugs.gentoo.org/940578
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
dev-python/pygccxml/pygccxml-2.5.0.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/pygccxml/pygccxml-2.5.0.ebuild b/dev-python/pygccxml/pygccxml-2.5.0.ebuild
index f9950b4f3f47..b01b31fa4e77 100644
--- a/dev-python/pygccxml/pygccxml-2.5.0.ebuild
+++ b/dev-python/pygccxml/pygccxml-2.5.0.ebuild
@@ -36,6 +36,9 @@ distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
EPYTEST_DESELECT=(
# TODO; too new LLVM? upstream tests against LLVM 13
unittests/test_overrides.py::Test::test
+ # fails with >=GCC-15.0.2 (bug #940578)
+ unittests/test_smart_pointer.py::Test::test_smart_pointer_value_type
+
)
python_prepare_all() {
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2024-11-18 5:28 Michał Górny
0 siblings, 0 replies; 20+ messages in thread
From: Michał Górny @ 2024-11-18 5:28 UTC (permalink / raw
To: gentoo-commits
commit: dac2ba577f76721b8df9c026ff2d03e87ebf0f0b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 05:27:22 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 05:27:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac2ba57
dev-python/pygccxml: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pygccxml/pygccxml-2.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygccxml/pygccxml-2.5.0.ebuild b/dev-python/pygccxml/pygccxml-2.5.0.ebuild
index ade79ae8d672..aceef8890670 100644
--- a/dev-python/pygccxml/pygccxml-2.5.0.ebuild
+++ b/dev-python/pygccxml/pygccxml-2.5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/
@ 2025-01-25 12:06 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2025-01-25 12:06 UTC (permalink / raw
To: gentoo-commits
commit: b15f4ccbc8134803d2c3def06b67289ed382b796
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 12:05:32 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 12:05:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15f4ccb
dev-python/pygccxml: Stabilize 2.6.1 amd64, #948777
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygccxml/pygccxml-2.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygccxml/pygccxml-2.6.1.ebuild b/dev-python/pygccxml/pygccxml-2.6.1.ebuild
index f9872baf8620..e9b0df552297 100644
--- a/dev-python/pygccxml/pygccxml-2.6.1.ebuild
+++ b/dev-python/pygccxml/pygccxml-2.6.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="Boost-1.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~riscv ~x86"
DEPEND="
${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 20+ messages in thread
end of thread, other threads:[~2025-01-25 12:06 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-08 19:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/ Jakov Smolić
-- strict thread matches above, loose matches on Subject: below --
2025-01-25 12:06 Sam James
2024-11-18 5:28 Michał Górny
2024-10-28 18:46 Thomas Beierlein
2024-05-18 8:18 Arthur Zamarin
2024-04-15 14:30 Michał Górny
2023-12-30 18:32 Michał Górny
2023-11-25 16:37 Thomas Beierlein
2023-08-08 17:34 Thomas Beierlein
2023-02-18 16:50 Thomas Beierlein
2023-02-17 9:48 Sam James
2023-02-17 8:24 Sam James
2023-02-17 8:24 Sam James
2023-02-17 8:24 Sam James
2023-02-17 8:24 Sam James
2022-10-29 19:43 Sam James
2022-07-07 6:20 Thomas Beierlein
2018-06-24 16:40 Pacho Ramos
2016-06-12 3:30 Benda XU
2015-09-11 7:53 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox