diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2023-02-18 17:49:47 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2023-02-18 17:49:47 +0100 |
commit | 96d411446ca0ed02a7e653ff16846b1344f63820 (patch) | |
tree | 51d604b22e6ed4afeae83d95af1ffbcf3d30e096 /dev-python/pygccxml | |
parent | sci-libs/cartopy: enable py3.11 (diff) | |
download | gentoo-96d411446ca0ed02a7e653ff16846b1344f63820.tar.gz gentoo-96d411446ca0ed02a7e653ff16846b1344f63820.tar.bz2 gentoo-96d411446ca0ed02a7e653ff16846b1344f63820.zip |
dev-python/pygccxml: drop 2.2.1
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'dev-python/pygccxml')
-rw-r--r-- | dev-python/pygccxml/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pygccxml/pygccxml-2.2.1.ebuild | 29 |
2 files changed, 0 insertions, 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}" |