diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-10 03:21:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-10 03:21:00 +0200 |
commit | c6aa4cac3f31504ed3ad66bfb0d048379fb382b9 (patch) | |
tree | 32bfec2492f55e82b6870f8f5ba8377a436b9309 /dev-python/pyroute2 | |
parent | dev-php/recaptcha: drop 1.2.1 (diff) | |
download | gentoo-c6aa4cac3f31504ed3ad66bfb0d048379fb382b9.tar.gz gentoo-c6aa4cac3f31504ed3ad66bfb0d048379fb382b9.tar.bz2 gentoo-c6aa4cac3f31504ed3ad66bfb0d048379fb382b9.zip |
dev-python/pyroute2: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyroute2')
-rw-r--r-- | dev-python/pyroute2/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyroute2/pyroute2-0.7.8.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest index be6ec455e669..2ebcc8515143 100644 --- a/dev-python/pyroute2/Manifest +++ b/dev-python/pyroute2/Manifest @@ -1,2 +1 @@ -DIST pyroute2-0.7.8.tar.gz 418102 BLAKE2B 67485b52e579a4d73877ff62c772a2145896900ae86effea54b0a93c42eaef782548a9b74eb777f885be227a880afc6f7664464e71fd45e0862f317aea2c908e SHA512 0d4824dd21dda5efe19bc953265e75f07f8813a45e703e90fa0bae0765fd88205255b219b4ec1e0e4f399ce2a055e351fd98ae8c7ca14bda7312c3cfdef724e2 DIST pyroute2-0.7.9.tar.gz 418877 BLAKE2B 0585af297a58d53ba8698f706e50860eba39ab3334e5d2de9b94d15485399f4429da234e0bc22695097fb90782d482283da304af9bd471749039741cde294734 SHA512 23fea1206a1b6345d05e338449414f3757021ec5cc739aed16cc390e48c62f42f6246838942dc1e3015462aba2ac8051936aad4ce6e76d57ff956046396ecd91 diff --git a/dev-python/pyroute2/pyroute2-0.7.8.ebuild b/dev-python/pyroute2/pyroute2-0.7.8.ebuild deleted file mode 100644 index 2e7b56ef6b06..000000000000 --- a/dev-python/pyroute2/pyroute2-0.7.8.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} 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}] -" |