summaryrefslogtreecommitdiff
path: root/dev-python/pyroute2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-07 10:35:35 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-07 10:35:35 +0100
commita0e773d57146b0a0ec25567af504a10e6f187811 (patch)
tree09e8f87aa02b56f14f16e82522b625cfeccb1103 /dev-python/pyroute2
parent1ccef27203b03f1fa900c9b44dc425df27e49452 (diff)
gentoo auto-resync : 07:09:2022 - 10:35:34
Diffstat (limited to 'dev-python/pyroute2')
-rw-r--r--dev-python/pyroute2/Manifest3
-rw-r--r--dev-python/pyroute2/files/pyroute2-0.5.19-exclude-tests.patch13
-rw-r--r--dev-python/pyroute2/pyroute2-0.5.19.ebuild26
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest
index 772918d927e0..ffa4ca78a72b 100644
--- a/dev-python/pyroute2/Manifest
+++ b/dev-python/pyroute2/Manifest
@@ -1,6 +1,3 @@
-AUX pyroute2-0.5.19-exclude-tests.patch 323 BLAKE2B 21d429d3762fbd07566afaeefffa4682b35f5b0d5591d0525421973a225b10173a692c21bd46cf7d443d2ddda03289d9616ec0d299feb26aa712d57886daf678 SHA512 beaa77a3cc4e3987c50a797d6decdcf626a90dbbd34219738c3f6af8bd875282272f6fd6d6f59178e2a481e8e4274e3e5d6210a2b0b3c76a90cf94261a39f911
-DIST pyroute2-0.5.19.gh.tar.gz 457432 BLAKE2B ffb2717c60badb1453eeb15f5b83f1494e851ee011fcdebd3a5d249ecc4bea7064069a1af2fe2d34aefe9812c8b6808b8a14cbe518383c165b0b008d10505c5c SHA512 19b0acbff17415acad20a214e0622ca9a3fc51b92e603ab15663ea7e8da290fc0b2033aeca1c20200307e34173802f89998151f77d5bcfc5f87eb8b42ba591ce
DIST pyroute2-0.7.2.gh.tar.gz 469459 BLAKE2B 06aa7640bb21c0a7b8035723069d78b28ca39b554b5bdc0a031dbc7376251265b118b222cb4283156c02136e63de4b77103c02a88b700ac5f49fa8ceac28528a SHA512 6c032b39675d539958642bb16b3b964e78613cdd2d49e2e206a13d5256872e3800de5c73cff761e4a756d31df0e07f18f08d193a0543c87be89da348662e6dbd
-EBUILD pyroute2-0.5.19.ebuild 564 BLAKE2B e2f573bfbb961f2d81f3b23745289137dd9ae65bcf009a619ce4ca86944ab14e7f23d6a491ac036fce95155da12e2ad1e4572f49ebf8da7523eb978992c81825 SHA512 a1d51d6d8e22226f775f52b96b0c34cb0b6da8329aed70b4040d3e38c8712b58430d8bc45df4ca8a132c4c61f810634b5d15770e6fd9cdf7c4207480d367b9f0
EBUILD pyroute2-0.7.2.ebuild 692 BLAKE2B 9abd75ab7aa8090d94b51a17158d723a27b3e91dee25b30bdeea6c5a5e908c5ef51294e29bfa3af15b95f1b8d20e8d9b1a308f81216c0c0816b585d3f377cb1b SHA512 c34194ebe87d95471cd9579c09cf6e0f9e8cbd3039b0830651254850b795176ed4d0e6df73201bd36e48da6469ea411e3a90f9ad07f2fa1feaabe46b9c77a712
MISC metadata.xml 547 BLAKE2B 1d256c8d9bb8cc039853ff12c15d7c2747822ff95e3ae7f3e7c1600498c7b886a341a03327992e3a7933592eba0094eec6fba519b0d9f2b2f0ece57eb515ea4a SHA512 e845b3e319e9d60b1dcbf9ab66681b886b0c517a5a72288aaf9ccb97d5018dc3b01b8d921b8a9fcd3538cec96e9a7e1c452a704c8c422ef6e6fa6069a7ae56ef
diff --git a/dev-python/pyroute2/files/pyroute2-0.5.19-exclude-tests.patch b/dev-python/pyroute2/files/pyroute2-0.5.19-exclude-tests.patch
deleted file mode 100644
index 723c638349b7..000000000000
--- a/dev-python/pyroute2/files/pyroute2-0.5.19-exclude-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: pyroute2-0.5.19/setup.cfg
-===================================================================
---- pyroute2-0.5.19.orig/setup.cfg
-+++ pyroute2-0.5.19/setup.cfg
-@@ -35,5 +35,8 @@ packages_dir =
- =pyroute2
- packages = find:
-
-+[options.packages.find]
-+exclude = tests
-+
- [options.extras_require]
- ss2 = psutil~=5.0
diff --git a/dev-python/pyroute2/pyroute2-0.5.19.ebuild b/dev-python/pyroute2/pyroute2-0.5.19.ebuild
deleted file mode 100644
index e19c69dedfef..000000000000
--- a/dev-python/pyroute2/pyroute2-0.5.19.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8,9,10} pypy3 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="A pure Python netlink and Linux network configuration library"
-HOMEPAGE="https://github.com/svinota/pyroute2"
-SRC_URI="
- https://github.com/svinota/${PN}/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-PATCHES=(
- "${FILESDIR}/${P}-exclude-tests.patch"
-)
-
-# tests need root access
-RESTRICT="test"