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/netifaces/
Date: Thu, 18 Aug 2022 09:48:36
Message-Id: 1660816088.69f88d8a428471e06e12a6728c28fc580f8cfdb7.mgorny@gentoo
1 commit: 69f88d8a428471e06e12a6728c28fc580f8cfdb7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 18 09:44:32 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 18 09:48:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f88d8a
7
8 dev-python/netifaces: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/netifaces/netifaces-0.11.0.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/dev-python/netifaces/netifaces-0.11.0.ebuild b/dev-python/netifaces/netifaces-0.11.0.ebuild
16 deleted file mode 100644
17 index 5beb4380a339..000000000000
18 --- a/dev-python/netifaces/netifaces-0.11.0.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( pypy3 python3_{7..10} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Portable network interface information"
31 -HOMEPAGE="
32 - https://pypi.org/project/netifaces/
33 - https://alastairs-place.net/projects/netifaces/
34 - https://github.com/al45tair/netifaces
35 -"
36 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
37 -
38 -LICENSE="MIT"
39 -SLOT="0"
40 -KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
41 -
42 -PATCHES=( "${FILESDIR}"/${PN}-0.10.4-remove-osx-fix.patch )