Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/netifaces/files/
Date: Tue, 29 Aug 2017 20:18:33
Message-Id: 1504037894.0b8b7419b6f554035b41df5ad2dee9e1d7a9a421.monsieurp@gentoo
1 commit: 0b8b7419b6f554035b41df5ad2dee9e1d7a9a421
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 16 08:41:47 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 29 20:18:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8b7419
7
8 dev-python/netifaces: remove unused patch.
9
10 .../files/netifaces-0.8-remove-osx-fix.patch | 23 ----------------------
11 1 file changed, 23 deletions(-)
12
13 diff --git a/dev-python/netifaces/files/netifaces-0.8-remove-osx-fix.patch b/dev-python/netifaces/files/netifaces-0.8-remove-osx-fix.patch
14 deleted file mode 100644
15 index 41aedaf02a6..00000000000
16 --- a/dev-python/netifaces/files/netifaces-0.8-remove-osx-fix.patch
17 +++ /dev/null
18 @@ -1,23 +0,0 @@
19 -# HG changeset patch
20 -# User Laurent Bachelier <laurent@×××××××××.name>
21 -# Date 1388257625 -3600
22 -# Node ID d89bc5823b639a13d299c7485fd81be89ef036a1
23 -# Parent aa1a71e0adf7129f99c087afa9416a37b527012b
24 -Remove support for broken operating systems
25 -
26 -diff -r aa1a71e0adf7 -r d89bc5823b63 setup.py
27 ---- a/setup.py Tue Jan 31 11:48:23 2012 +0000
28 -+++ b/setup.py Sat Dec 28 20:07:05 2013 +0100
29 -@@ -9,12 +9,6 @@
30 -
31 - __version__ = "0.8"
32 -
33 --# Disable hard links, otherwise building distributions fails on OS X
34 --try:
35 -- del os.link
36 --except:
37 -- pass
38 --
39 - # On Windows, we need ws2_32 and iphlpapi
40 - if getattr(sys, 'getwindowsversion', None):
41 - libraries = ['ws2_32', 'iphlpapi']