From be675f929577458bd306c90ed78b62054197c0b1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 20 Nov 2023 17:13:51 +0000 Subject: gentoo auto-resync : 20:11:2023 - 17:13:50 --- dev-python/pygccxml/Manifest | 3 ++ .../pygccxml/files/pygccxml-2.4.0-pyproject.patch | 10 +++++++ dev-python/pygccxml/pygccxml-2.4.0.ebuild | 33 ++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 dev-python/pygccxml/files/pygccxml-2.4.0-pyproject.patch create mode 100644 dev-python/pygccxml/pygccxml-2.4.0.ebuild (limited to 'dev-python/pygccxml') diff --git a/dev-python/pygccxml/Manifest b/dev-python/pygccxml/Manifest index 192e17f4bfb1..8fb4c473e5a7 100644 --- a/dev-python/pygccxml/Manifest +++ b/dev-python/pygccxml/Manifest @@ -1,5 +1,8 @@ +AUX pygccxml-2.4.0-pyproject.patch 283 BLAKE2B a25ad74f57a6cdebdb83bc49b1ec833a12362be53781f4f72679ac2eeeec3a6649a556af9b8efb3c480d4bc8a23672e4c165ed2c8c39d90cbc8bc980f9834eec SHA512 87b4b24669dbf70bd14276e551b21c0f142ad8661b579a6bfebe9342c716dd1dfa0eb47f7906fc160effa8a9117be0af312b7aed3a36e6f7a3fe0a54a1784c79 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 EBUILD pygccxml-2.2.1-r1.ebuild 843 BLAKE2B ccab1cc7fc8377bea1f9c6af6743749d386f1914a3040e9819997ecb55b216ff013f08e04ac88d7e28556ae417a60cb443f35610da4420fbbb5cb210e56c8289 SHA512 6850678fb90a06e4461f379632d981060a1e278cf45b9bff0d118457f53304c5ea632b43a08900d7bb7714a5790d37446f918b1baaa006ab40c45032ed1b87fa EBUILD pygccxml-2.3.0.ebuild 680 BLAKE2B 723311bbd8da037b94caddfb12079d5d7888d8fa1a9ca83e2f6e36ae922914dbec745505abdded77de04ff142a64da223e90eb54cdd78a8a9b30d8cb2a210b8c SHA512 ab6454a582c13c43f9928d8d926996908a995d74afb551f9f57fd91ec54a8b38555ca34da5f28f29930f829491e14e6fb411c26f1be2069df2d78676cc9f7e64 +EBUILD pygccxml-2.4.0.ebuild 749 BLAKE2B 18e6cbd828a183ec56db362e2c52ae78dd00367abb33da1532c244a5704e331bb36969f2331804a00dc184831f086391bf93e5ca8faa2567a9a0b820f984c38f SHA512 2e844a9459479b2dd66a1014ed2cf18a9af12d84bbd23fd9b1af76cfef1b8ee1a66152a419bc737971a69f07ec452b3af4e3f80788b4cfb11746fe72e317e9d0 MISC metadata.xml 471 BLAKE2B 7d50e5a82bc02e898dcce546775fb4b4d71277097489bc3765eface8cdea1cfa7707a1e60b33e5b5f425ef72ef4b17a7d477df38ba65e8defb4c608cd627d679 SHA512 2b87abc970fe6b3838d3a72e849f6ff84f3c23f4257377d0426d5e8853512ad2fbbb4dae36fe7be7b02664ab64b0eb87e92a42e3d84abc54540aef1fcfc67581 diff --git a/dev-python/pygccxml/files/pygccxml-2.4.0-pyproject.patch b/dev-python/pygccxml/files/pygccxml-2.4.0-pyproject.patch new file mode 100644 index 000000000000..ba00ed45ad34 --- /dev/null +++ b/dev-python/pygccxml/files/pygccxml-2.4.0-pyproject.patch @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2023-11-20 13:59:55.807461669 +0100 ++++ pyproject.toml 2023-11-20 14:00:37.335886130 +0100 +@@ -1,5 +1,6 @@ + [build-system] +-requires = ["setuptools", "wheel"] ++requires = ["setuptools"] ++build-backend = "setuptools.build_meta" + + [project] + name = "pygccxml" diff --git a/dev-python/pygccxml/pygccxml-2.4.0.ebuild b/dev-python/pygccxml/pygccxml-2.4.0.ebuild new file mode 100644 index 000000000000..7c80f9e6c423 --- /dev/null +++ b/dev-python/pygccxml/pygccxml-2.4.0.ebuild @@ -0,0 +1,33 @@ +# 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() { + eapply -p0 "${FILESDIR}/${PN}-2.4.0-pyproject.patch" + eapply_user + + distutils-r1_python_prepare_all +} -- cgit v1.2.3