summaryrefslogtreecommitdiff
path: root/dev-python/pyroute2/pyroute2-0.7.6.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-11 20:18:01 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-11 20:18:01 +0100
commitb8a68ff14101189bc5330d9afa620b8c45212032 (patch)
treee2780fd4ddf66f7527b06b80d215dbbde65fc038 /dev-python/pyroute2/pyroute2-0.7.6.ebuild
parent5adfd733728a4f14df5665f4c2a604a7356e5f19 (diff)
gentoo auto-resync : 11:06:2023 - 20:18:01
Diffstat (limited to 'dev-python/pyroute2/pyroute2-0.7.6.ebuild')
-rw-r--r--dev-python/pyroute2/pyroute2-0.7.6.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/pyroute2/pyroute2-0.7.6.ebuild b/dev-python/pyroute2/pyroute2-0.7.6.ebuild
deleted file mode 100644
index 2e7b56ef6b06..000000000000
--- a/dev-python/pyroute2/pyroute2-0.7.6.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}]
-"