Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyroute2/, dev-python/pyroute2/files/
Date: Wed, 07 Sep 2022 04:44:43
Message-Id: 1662525807.73892b01a9a6dca300a26def5b07d77f44a12cd0.mgorny@gentoo
1 commit: 73892b01a9a6dca300a26def5b07d77f44a12cd0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 7 04:43:27 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 04:43:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73892b01
7
8 dev-python/pyroute2: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyroute2/Manifest | 1 -
13 .../files/pyroute2-0.5.19-exclude-tests.patch | 13 -----------
14 dev-python/pyroute2/pyroute2-0.5.19.ebuild | 26 ----------------------
15 3 files changed, 40 deletions(-)
16
17 diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest
18 index e093d0376607..2e397ebdeb8f 100644
19 --- a/dev-python/pyroute2/Manifest
20 +++ b/dev-python/pyroute2/Manifest
21 @@ -1,2 +1 @@
22 -DIST pyroute2-0.5.19.gh.tar.gz 457432 BLAKE2B ffb2717c60badb1453eeb15f5b83f1494e851ee011fcdebd3a5d249ecc4bea7064069a1af2fe2d34aefe9812c8b6808b8a14cbe518383c165b0b008d10505c5c SHA512 19b0acbff17415acad20a214e0622ca9a3fc51b92e603ab15663ea7e8da290fc0b2033aeca1c20200307e34173802f89998151f77d5bcfc5f87eb8b42ba591ce
23 DIST pyroute2-0.7.2.gh.tar.gz 469459 BLAKE2B 06aa7640bb21c0a7b8035723069d78b28ca39b554b5bdc0a031dbc7376251265b118b222cb4283156c02136e63de4b77103c02a88b700ac5f49fa8ceac28528a SHA512 6c032b39675d539958642bb16b3b964e78613cdd2d49e2e206a13d5256872e3800de5c73cff761e4a756d31df0e07f18f08d193a0543c87be89da348662e6dbd
24
25 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
26 deleted file mode 100644
27 index 723c638349b7..000000000000
28 --- a/dev-python/pyroute2/files/pyroute2-0.5.19-exclude-tests.patch
29 +++ /dev/null
30 @@ -1,13 +0,0 @@
31 -Index: pyroute2-0.5.19/setup.cfg
32 -===================================================================
33 ---- pyroute2-0.5.19.orig/setup.cfg
34 -+++ pyroute2-0.5.19/setup.cfg
35 -@@ -35,5 +35,8 @@ packages_dir =
36 - =pyroute2
37 - packages = find:
38 -
39 -+[options.packages.find]
40 -+exclude = tests
41 -+
42 - [options.extras_require]
43 - ss2 = psutil~=5.0
44
45 diff --git a/dev-python/pyroute2/pyroute2-0.5.19.ebuild b/dev-python/pyroute2/pyroute2-0.5.19.ebuild
46 deleted file mode 100644
47 index e19c69dedfef..000000000000
48 --- a/dev-python/pyroute2/pyroute2-0.5.19.ebuild
49 +++ /dev/null
50 @@ -1,26 +0,0 @@
51 -# Copyright 1999-2022 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=8
55 -PYTHON_COMPAT=( python3_{8,9,10} pypy3 )
56 -PYTHON_REQ_USE="sqlite"
57 -
58 -inherit distutils-r1
59 -
60 -DESCRIPTION="A pure Python netlink and Linux network configuration library"
61 -HOMEPAGE="https://github.com/svinota/pyroute2"
62 -SRC_URI="
63 - https://github.com/svinota/${PN}/archive/${PV}.tar.gz
64 - -> ${P}.gh.tar.gz
65 -"
66 -
67 -LICENSE="Apache-2.0"
68 -SLOT="0"
69 -KEYWORDS="amd64 ~arm64 x86"
70 -
71 -PATCHES=(
72 - "${FILESDIR}/${P}-exclude-tests.patch"
73 -)
74 -
75 -# tests need root access
76 -RESTRICT="test"