summaryrefslogtreecommitdiff
path: root/dev-python/pyroute2
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-02-20 22:18:26 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-02-20 22:18:26 +0000
commit0d37eb1568757a8376e10590f7546ccfa17d25d7 (patch)
treef087fa9579e07ff7e2c61d3c5a022d22ce7d7987 /dev-python/pyroute2
parentc4de2d46322f03e1c5bccbe2fd58840039c97450 (diff)
downloadbaldeagleos-repo-0d37eb1568757a8376e10590f7546ccfa17d25d7.tar.gz
baldeagleos-repo-0d37eb1568757a8376e10590f7546ccfa17d25d7.tar.xz
baldeagleos-repo-0d37eb1568757a8376e10590f7546ccfa17d25d7.zip
Adding metadata
Diffstat (limited to 'dev-python/pyroute2')
-rw-r--r--dev-python/pyroute2/pyroute2-0.7.10-r1.ebuild2
-rw-r--r--dev-python/pyroute2/pyroute2-0.7.10.ebuild29
2 files changed, 1 insertions, 30 deletions
diff --git a/dev-python/pyroute2/pyroute2-0.7.10-r1.ebuild b/dev-python/pyroute2/pyroute2-0.7.10-r1.ebuild
index 577cdae65ab5..ca6201c8a533 100644
--- a/dev-python/pyroute2/pyroute2-0.7.10-r1.ebuild
+++ b/dev-python/pyroute2/pyroute2-0.7.10-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="|| ( GPL-2+ Apache-2.0 )"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
# tests need root access
RESTRICT="test"
diff --git a/dev-python/pyroute2/pyroute2-0.7.10.ebuild b/dev-python/pyroute2/pyroute2-0.7.10.ebuild
deleted file mode 100644
index 45a979390a49..000000000000
--- a/dev-python/pyroute2/pyroute2-0.7.10.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_{8,9,10,11,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}]
-"