From 78e4190017f787ea27d8e38fe415cfead6adce7b Mon Sep 17 00:00:00 2001 From: Henning Schild Date: Tue, 13 Feb 2024 17:47:38 +1300 Subject: dev-python/pyroute2: drop outdated runtime dependency on setuptools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pick commit 5dedeb12e830676033a4501ad95a72ec7cc0b7d9 on new version Removed upstream in 0.5.10 via commit: https://github.com/svinota/pyroute2/commit/7d1a19c60aeceb3851413dcdcd547ee2f254bc11 Signed-off-by: Henning Schild Closes: https://github.com/gentoo/gentoo/pull/35294 Signed-off-by: Michał Górny --- dev-python/pyroute2/pyroute2-0.7.12-r1.ebuild | 26 ++++++++++++++++++++++++ dev-python/pyroute2/pyroute2-0.7.12.ebuild | 29 --------------------------- 2 files changed, 26 insertions(+), 29 deletions(-) create mode 100644 dev-python/pyroute2/pyroute2-0.7.12-r1.ebuild delete mode 100644 dev-python/pyroute2/pyroute2-0.7.12.ebuild (limited to 'dev-python/pyroute2') diff --git a/dev-python/pyroute2/pyroute2-0.7.12-r1.ebuild b/dev-python/pyroute2/pyroute2-0.7.12-r1.ebuild new file mode 100644 index 000000000000..5450ffde31c0 --- /dev/null +++ b/dev-python/pyroute2/pyroute2-0.7.12-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_REQ_USE="sqlite" + +inherit distutils-r1 pypi + +DESCRIPTION="A pure Python netlink and Linux network configuration library" +HOMEPAGE=" + https://github.com/svinota/pyroute2/ + https://pypi.org/project/pyroute2/ +" + +LICENSE="|| ( GPL-2+ Apache-2.0 )" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +# tests need root access +RESTRICT="test" + +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] +" diff --git a/dev-python/pyroute2/pyroute2-0.7.12.ebuild b/dev-python/pyroute2/pyroute2-0.7.12.ebuild deleted file mode 100644 index 58c1cf80ba9a..000000000000 --- a/dev-python/pyroute2/pyroute2-0.7.12.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) -PYTHON_REQ_USE="sqlite" - -inherit distutils-r1 pypi - -DESCRIPTION="A pure Python netlink and Linux network configuration library" -HOMEPAGE=" - https://github.com/svinota/pyroute2/ - https://pypi.org/project/pyroute2/ -" - -LICENSE="|| ( GPL-2+ Apache-2.0 )" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -# tests need root access -RESTRICT="test" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" -- cgit v1.2.3-65-gdbad