Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyshark: pyshark-0.3.5.ebuild ChangeLog
Date: Fri, 26 Jun 2015 06:39:53
Message-Id: 20150626063929.08652A52@oystercatcher.gentoo.org
1 patrick 15/06/26 06:39:29
2
3 Modified: ChangeLog
4 Added: pyshark-0.3.5.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.4 dev-python/pyshark/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyshark/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 7 Jun 2015 15:35:37 -0000 1.3
24 +++ ChangeLog 26 Jun 2015 06:39:28 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/pyshark
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyshark/ChangeLog,v 1.3 2015/06/07 15:35:37 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyshark/ChangeLog,v 1.4 2015/06/26 06:39:28 patrick Exp $
30 +
31 +*pyshark-0.3.5 (26 Jun 2015)
32 +
33 + 26 Jun 2015; Patrick Lauer <patrick@g.o> +pyshark-0.3.5.ebuild:
34 + Bump
35
36 07 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
37 Add github to remote-id in metadata.xml
38
39
40
41 1.1 dev-python/pyshark/pyshark-0.3.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/pyshark-0.3.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/pyshark-0.3.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pyshark-0.3.5.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyshark/pyshark-0.3.5.ebuild,v 1.1 2015/06/26 06:39:28 patrick Exp $
51
52 EAPI="5"
53
54 PYTHON_COMPAT=( python2_7 )
55
56 inherit distutils-r1 eutils
57
58 DESCRIPTION="A Python wrapper for tshark output parsing"
59 HOMEPAGE="https://pypi.python.org/pypi/pyshark https://github.com/KimiNewt/pyshark"
60 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
61
62 LICENSE="MIT"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
68 RDEPEND="dev-python/futures[${PYTHON_USEDEP}]
69 dev-python/logbook[${PYTHON_USEDEP}]
70 dev-python/lxml[${PYTHON_USEDEP}]
71 dev-python/trollius[${PYTHON_USEDEP}]
72 virtual/python-futures[${PYTHON_USEDEP}]
73 net-analyzer/wireshark"
74
75 DOCS=( README.txt )