patrick     15/07/19 09:46:17

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

Revision  Changes    Path
1.6                  dev-python/pyshark/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyshark/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   3 Jul 2015 04:12:11 -0000       1.5
+++ ChangeLog   19 Jul 2015 09:46:17 -0000      1.6
@@ -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.5 
2015/07/03 04:12:11 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyshark/ChangeLog,v 1.6 
2015/07/19 09:46:17 patrick Exp $
+
+*pyshark-0.3.6 (19 Jul 2015)
+
+  19 Jul 2015; Patrick Lauer <[email protected]> +pyshark-0.3.6.ebuild:
+  Bump
 
   03 Jul 2015; Ian Delaney <[email protected]> pyshark-0.3.5.ebuild:
   correction to rdeps



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

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

Index: pyshark-0.3.6.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.6.ebuild,v 
1.1 2015/07/19 09:46:17 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}.tar.gz"

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

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
# See pyshark.egg-info/requires.txt
RDEPEND="dev-python/py[${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"
# Tests exlcuded in MANIFEST.in




Reply via email to