commit: a4137aad161c836126d37d63ef2756bb089ef076
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 02:56:42 2019 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri May 17 02:56:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4137aad
dev-python/pyshark: bump and dep fix
bug #683686
bug #683682
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
dev-python/pyshark/Manifest | 1 +
.../pyshark/{pyshark-0.3.7.2.ebuild => pyshark-0.3.7.2-r1.ebuild} | 2 +-
.../pyshark/{pyshark-0.3.7.2.ebuild => pyshark-0.4.2.3.ebuild} | 6 +++---
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-python/pyshark/Manifest b/dev-python/pyshark/Manifest
index 498f737dfc1..fddea2e2139 100644
--- a/dev-python/pyshark/Manifest
+++ b/dev-python/pyshark/Manifest
@@ -1 +1,2 @@
DIST pyshark-0.3.7.2.tar.gz 27232 BLAKE2B
b93ee24fb29990b0ab455935e773e4844c26761c2515d1254c8e72d24d70be95aa17a590cc1f5b39bb5f76db624fb7c40d06e64731948ee75a5b8e2008830968
SHA512
dbd97665fae7d3067582bf7616e025b0c5e5fa14cacdaca59c89b4e70feb3017f2d8c7d899a70c0c8707589e4735b9283914bb6ccbf432e9072c64d7e957bc15
+DIST pyshark-0.4.2.3.tar.gz 29363 BLAKE2B
91463f725eb893c3c7f7442eec5e0a8304bb8f2ecbd0ea80582c49bfd8538a5fcdb1d5d1ab2373f8e67684c78c8852af697dadf8ff041d42f8ff18a8954a6248
SHA512
bbef857dad5e5141e0ec7c04dba9faca81b17d67a7151959e9935577428cd1415e173e9c7ededff46f8621bcbbdfbe7a96ca5cfd65d7143fb6f235c0167964b6
diff --git a/dev-python/pyshark/pyshark-0.3.7.2.ebuild
b/dev-python/pyshark/pyshark-0.3.7.2-r1.ebuild
similarity index 97%
copy from dev-python/pyshark/pyshark-0.3.7.2.ebuild
copy to dev-python/pyshark/pyshark-0.3.7.2-r1.ebuild
index a2ebdaf0d06..761cfea65af 100644
--- a/dev-python/pyshark/pyshark-0.3.7.2.ebuild
+++ b/dev-python/pyshark/pyshark-0.3.7.2-r1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/trollius[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]
- net-analyzer/wireshark"
+ net-analyzer/wireshark[tshark]"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
diff --git a/dev-python/pyshark/pyshark-0.3.7.2.ebuild
b/dev-python/pyshark/pyshark-0.4.2.3.ebuild
similarity index 94%
rename from dev-python/pyshark/pyshark-0.3.7.2.ebuild
rename to dev-python/pyshark/pyshark-0.4.2.3.ebuild
index a2ebdaf0d06..5e6234567d6 100644
--- a/dev-python/pyshark/pyshark-0.3.7.2.ebuild
+++ b/dev-python/pyshark/pyshark-0.4.2.3.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="7"
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1 eutils
@@ -25,7 +25,7 @@ RDEPEND="
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/trollius[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]
- net-analyzer/wireshark"
+ net-analyzer/wireshark[tshark]"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (