patrick     15/06/26 06:39:29

  Modified:             ChangeLog
  Added:                pyshark-0.3.5.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  dev-python/pyshark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyshark/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   7 Jun 2015 15:35:37 -0000       1.3
+++ ChangeLog   26 Jun 2015 06:39:28 -0000      1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyshark
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyshark/ChangeLog,v 1.3 
2015/06/07 15:35:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyshark/ChangeLog,v 1.4 
2015/06/26 06:39:28 patrick Exp $
+
+*pyshark-0.3.5 (26 Jun 2015)
+
+  26 Jun 2015; Patrick Lauer <[email protected]> +pyshark-0.3.5.ebuild:
+  Bump
 
   07 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add github to remote-id in metadata.xml



1.1                  dev-python/pyshark/pyshark-0.3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/pyshark-0.3.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyshark/pyshark-0.3.5.ebuild?rev=1.1&content-type=text/plain

Index: pyshark-0.3.5.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyshark/pyshark-0.3.5.ebuild,v 
1.1 2015/06/26 06:39:28 patrick Exp $

EAPI="5"

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils

DESCRIPTION="A Python wrapper for tshark output parsing"
HOMEPAGE="https://pypi.python.org/pypi/pyshark 
https://github.com/KimiNewt/pyshark";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/futures[${PYTHON_USEDEP}]
        dev-python/logbook[${PYTHON_USEDEP}]
        dev-python/lxml[${PYTHON_USEDEP}]
        dev-python/trollius[${PYTHON_USEDEP}]
        virtual/python-futures[${PYTHON_USEDEP}]
        net-analyzer/wireshark"

DOCS=( README.txt )




Reply via email to