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: Fri, 05 Jan 2018 09:37:02
Message-Id: 1515145004.1d0cd6c399dd4384ad6bef64d6999543601ec410.mgorny@gentoo
1 commit: 1d0cd6c399dd4384ad6bef64d6999543601ec410
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 23:36:49 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 09:36:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0cd6c3
7
8 dev-python/netifaces: Clean old up
9
10 dev-python/netifaces/Manifest | 2 --
11 dev-python/netifaces/netifaces-0.10.4.ebuild | 25 -------------------------
12 dev-python/netifaces/netifaces-0.10.5.ebuild | 25 -------------------------
13 3 files changed, 52 deletions(-)
14
15 diff --git a/dev-python/netifaces/Manifest b/dev-python/netifaces/Manifest
16 index 85cc5313137..dd0ec5fa6d9 100644
17 --- a/dev-python/netifaces/Manifest
18 +++ b/dev-python/netifaces/Manifest
19 @@ -1,3 +1 @@
20 -DIST netifaces-0.10.4.tar.gz 22969 BLAKE2B 61f4088146549b32c9b026e20d932e3b285e81715c825c7fd736770f14db6e09e3b76bdc6f74a196dace0f7afd6e3c3b8a2f8d9d8a103542a5e8f6b8366437f8 SHA512 1b9b92b69e01e4dd9f9304d3812d78d58ec195a657cb47b2e629ccb1311de4a8cd9716825d7b94d4791f7c479c289638780f6f9afa8a6465fb555130da622b24
21 -DIST netifaces-0.10.5.tar.gz 24879 BLAKE2B ee31248e3d7d4a1f2e81e59bdfbd52bb6116f6fccacb02a1cedc0b97fb6604130a85583743d7d3752d00a7fa08e86b2821badb7d6b4807c4177c85d0f1c693a3 SHA512 736bb985b444e78676dc10533a7597e750cadf41033196c4be49c4f33e91d46eba33a1f485e07e9f70aec2170c958564a6f54bbaa1ab193bfaca04b1fb07b3a1
22 DIST netifaces-0.10.6.tar.gz 25166 BLAKE2B ada66ee2c0a20570d97a9375ce6212c9e7a8765d338b70aceb768912a340dadbf93311aa5cc5a23dd3953f98787be41457c60ffd0f8726cfd4955545709019e1 SHA512 2c892062286007a8330c2cddc148ea21d1fd24aec32b5f25b8fe905933c651f8c532596f523f0bb7edb3a143e9a491ec49d60f75efad4407273ac2647b579b1e
23
24 diff --git a/dev-python/netifaces/netifaces-0.10.4.ebuild b/dev-python/netifaces/netifaces-0.10.4.ebuild
25 deleted file mode 100644
26 index 1a2e405d9cf..00000000000
27 --- a/dev-python/netifaces/netifaces-0.10.4.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Portable network interface information"
40 -HOMEPAGE="
41 - https://pypi.python.org/pypi/netifaces/
42 - http://alastairs-place.net/netifaces/
43 - https://bitbucket.org/al45tair/netifaces"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux"
49 -IUSE=""
50 -
51 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
52 -RDEPEND=""
53 -
54 -PATCHES=( "${FILESDIR}"/${P}-remove-osx-fix.patch )
55
56 diff --git a/dev-python/netifaces/netifaces-0.10.5.ebuild b/dev-python/netifaces/netifaces-0.10.5.ebuild
57 deleted file mode 100644
58 index dc74ba23889..00000000000
59 --- a/dev-python/netifaces/netifaces-0.10.5.ebuild
60 +++ /dev/null
61 @@ -1,25 +0,0 @@
62 -# Copyright 1999-2017 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=5
66 -
67 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
68 -
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="Portable network interface information"
72 -HOMEPAGE="
73 - https://pypi.python.org/pypi/netifaces/
74 - http://alastairs-place.net/netifaces/
75 - https://bitbucket.org/al45tair/netifaces"
76 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
77 -
78 -LICENSE="MIT"
79 -SLOT="0"
80 -KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux"
81 -IUSE=""
82 -
83 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
84 -RDEPEND=""
85 -
86 -PATCHES=( "${FILESDIR}"/${PN}-0.10.4-remove-osx-fix.patch )