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/pyshark/
Date: Tue, 02 May 2017 19:16:19
Message-Id: 1493752526.daf51e049cb68dedc251ca5c9d3d35f9d13c8696.mgorny@gentoo
1 commit: daf51e049cb68dedc251ca5c9d3d35f9d13c8696
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 18:46:07 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 19:15:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf51e04
7
8 dev-python/pyshark: Clean old versions up
9
10 dev-python/pyshark/Manifest | 1 -
11 dev-python/pyshark/pyshark-0.3.6.ebuild | 28 ----------------------------
12 2 files changed, 29 deletions(-)
13
14 diff --git a/dev-python/pyshark/Manifest b/dev-python/pyshark/Manifest
15 index 9313dfc11b1..8f976152afa 100644
16 --- a/dev-python/pyshark/Manifest
17 +++ b/dev-python/pyshark/Manifest
18 @@ -1,2 +1 @@
19 -DIST pyshark-0.3.6.tar.gz 15237 SHA256 51372c0a36446af45f0101d4fc97b336a096356c28da6626041889bf3b24c6f2 SHA512 e2250af229f072f32fa7900dbafbc29b5964134dd7849b53729afb220a5a20faa3b48515d1b83f0084a6f251187b00c192ce5b16e276faf784404bfe5b9c1fa5 WHIRLPOOL 0e77ac977818e61386ac47a64bb31da138c5a2736768a7806d638745c547bf58b777060cc1958af9af40a28ebf20e89f67b4cf292588ebd5b3aec5f30fe10e26
20 DIST pyshark-0.3.7.2.tar.gz 27232 SHA256 a60bee95e5359c11f2051ebbb240c41becfa8c1ffe03b2fb24895f477bb1c0fe SHA512 dbd97665fae7d3067582bf7616e025b0c5e5fa14cacdaca59c89b4e70feb3017f2d8c7d899a70c0c8707589e4735b9283914bb6ccbf432e9072c64d7e957bc15 WHIRLPOOL 9e6f58dc6a4e2acf77f016b35583da427ccfc8ed32d508e3e7b754913f9e8f6dce2c48be5adf1c2fa56fabecd99f18e1a678dace1c1423be132bcbdbbb85effd
21
22 diff --git a/dev-python/pyshark/pyshark-0.3.6.ebuild b/dev-python/pyshark/pyshark-0.3.6.ebuild
23 deleted file mode 100644
24 index 901cb755082..00000000000
25 --- a/dev-python/pyshark/pyshark-0.3.6.ebuild
26 +++ /dev/null
27 @@ -1,28 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI="5"
32 -
33 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
34 -
35 -inherit distutils-r1 eutils
36 -
37 -DESCRIPTION="A Python wrapper for tshark output parsing"
38 -HOMEPAGE="https://pypi.python.org/pypi/pyshark https://github.com/KimiNewt/pyshark"
39 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="MIT"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE=""
45 -
46 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
47 -# See pyshark.egg-info/requires.txt
48 -RDEPEND="
49 - dev-python/py[${PYTHON_USEDEP}]
50 - dev-python/logbook[${PYTHON_USEDEP}]
51 - dev-python/lxml[${PYTHON_USEDEP}]
52 - dev-python/trollius[${PYTHON_USEDEP}]
53 - virtual/python-futures[${PYTHON_USEDEP}]
54 - net-analyzer/wireshark"
55 -# Tests exlcuded in MANIFEST.in