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: Mon, 12 Jul 2021 09:11:59
Message-Id: 1626081101.aba8b902acc0ce4d9ab0847a9c543b845a0a1644.mgorny@gentoo
1 commit: aba8b902acc0ce4d9ab0847a9c543b845a0a1644
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 06:45:23 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 09:11:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba8b902
7
8 dev-python/netifaces: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/netifaces/Manifest | 1 -
13 dev-python/netifaces/netifaces-0.10.9.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/netifaces/Manifest b/dev-python/netifaces/Manifest
17 index 6edeaa10a55..21387f7d7f9 100644
18 --- a/dev-python/netifaces/Manifest
19 +++ b/dev-python/netifaces/Manifest
20 @@ -1,2 +1 @@
21 -DIST netifaces-0.10.9.tar.gz 28844 BLAKE2B abbe36ef82c5fa70bac60abe4c7bda671f8bc009567dfd38fcf2084bac5b09cbd42cc16c5c8023f3219129892f8def296e3cad8f9241d8c904a9c362c8077aa6 SHA512 8fc593de4d2cbda46a3e2430ede031360f1abfc64d47d00fbec09f3395fd83479bf29d97cb6834b1df06850c9ac2745c9344b6814f34be5975d4d5df98e05e87
22 DIST netifaces-0.11.0.tar.gz 30106 BLAKE2B d531cec80142d005548ad30f4d13b23d0a7aa85f6907998bdc6d6081567234b169774b25d2e274d14e68564b16e96ff016c429c0a7aefabd6abae6994f1e7c5c SHA512 a53110efb78c89c4d72d002104866253a4c085dd27ff9f41d4cfe3811cc5619e7585ceda4e91e83cdd0645c40c745c61d205708ee9a34427b35f437a48f148e5
23
24 diff --git a/dev-python/netifaces/netifaces-0.10.9.ebuild b/dev-python/netifaces/netifaces-0.10.9.ebuild
25 deleted file mode 100644
26 index 9d457ffccb7..00000000000
27 --- a/dev-python/netifaces/netifaces-0.10.9.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( pypy3 python3_{7..10} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Portable network interface information"
40 -HOMEPAGE="
41 - https://pypi.org/project/netifaces/
42 - https://alastairs-place.net/projects/netifaces/
43 - https://github.com/al45tair/netifaces
44 -"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
50 -
51 -PATCHES=( "${FILESDIR}"/${PN}-0.10.4-remove-osx-fix.patch )