summaryrefslogtreecommitdiff
path: root/dev-python/pyshark
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/pyshark
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/pyshark')
-rw-r--r--dev-python/pyshark/Manifest5
-rw-r--r--dev-python/pyshark/metadata.xml12
-rw-r--r--dev-python/pyshark/pyshark-0.3.7.2-r1.ebuild50
-rw-r--r--dev-python/pyshark/pyshark-0.4.2.3.ebuild50
4 files changed, 0 insertions, 117 deletions
diff --git a/dev-python/pyshark/Manifest b/dev-python/pyshark/Manifest
deleted file mode 100644
index e92c7927bf98..000000000000
--- a/dev-python/pyshark/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-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
-EBUILD pyshark-0.3.7.2-r1.ebuild 1277 BLAKE2B 18216851de94d7d3e8ffdfaefcee4c5f1368d4da1cd94f60eba6217bc64d1b167d24e2750647f7417a31c1b9cb257b7aa651422b41ca93649aaa9f380f0b2a19 SHA512 4423bdbe4702575636c0a898c5baec3932a7a67c31dabbc7ec7763b1bdbf271ab88120efa739b4f99d0cdcb0d724a5810d63b2c770bf9db648afca8de6ceba83
-EBUILD pyshark-0.4.2.3.ebuild 1277 BLAKE2B 82c58eb7d69dfa113f7bc36e12ba452c5a983fa74b488d8420f781428cd942698f13d0e9a5ff076533a91d2bbeea98733b17c611b2086dc91c92ac81eae325c1 SHA512 b3d01e5b5336acce26a90fcb87ab11c02e0491804647944e2b92cc28a479a0aacf9a77433e620ca637b68a7fb73a8e6e9e631bf2ec56f07cfc5168d9f64dc696
-MISC metadata.xml 378 BLAKE2B b5d298f634ff4c3ef0921697ba6ad85d6704effd115e130075507d4ab5e7cfefcd3db393f044f1607dfc6b6442363c58b9ac693281334bc981c3462c0f1a775d SHA512 17d2661a631633ebf347dfc4def34aa070c4ad5713f6124b668c3ed5336a59b639c30474e4b4cb294661648ef186797144c161a390c0d93a21de82ae8d51d8c7
diff --git a/dev-python/pyshark/metadata.xml b/dev-python/pyshark/metadata.xml
deleted file mode 100644
index 667dc8a5fb8b..000000000000
--- a/dev-python/pyshark/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">pyshark</remote-id>
- <remote-id type="github">KimiNewt/pyshark</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pyshark/pyshark-0.3.7.2-r1.ebuild b/dev-python/pyshark/pyshark-0.3.7.2-r1.ebuild
deleted file mode 100644
index 7b6e6873a949..000000000000
--- a/dev-python/pyshark/pyshark-0.3.7.2-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="A Python wrapper for tshark output parsing"
-HOMEPAGE="https://pypi.org/project/pyshark/ https://github.com/KimiNewt/pyshark"
-# pypi tarball is missing tests
-#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-SRC_URI="https://github.com/KimiNewt/pyshark/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# 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[tshark]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- )
-"
-
-S="${WORKDIR}/${P}/src"
-
-python_prepare_all() {
- # Test fails unless portage can execute /usr/bin/dumpcap
- # https://github.com/KimiNewt/pyshark/issues/197
- rm "${WORKDIR}/${P}/tests/capture/test_inmem_capture.py" || die
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- cd "${WORKDIR}/${P}/tests" || die
- py.test -v || die
-}
diff --git a/dev-python/pyshark/pyshark-0.4.2.3.ebuild b/dev-python/pyshark/pyshark-0.4.2.3.ebuild
deleted file mode 100644
index 0fce6320bdef..000000000000
--- a/dev-python/pyshark/pyshark-0.4.2.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="A Python wrapper for tshark output parsing"
-HOMEPAGE="https://pypi.org/project/pyshark/ https://github.com/KimiNewt/pyshark"
-# pypi tarball is missing tests
-#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-SRC_URI="https://github.com/KimiNewt/pyshark/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# 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[tshark]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- )
-"
-
-S="${WORKDIR}/${P}/src"
-
-python_prepare_all() {
- # Test fails unless portage can execute /usr/bin/dumpcap
- # https://github.com/KimiNewt/pyshark/issues/197
- rm "${WORKDIR}/${P}/tests/capture/test_inmem_capture.py" || die
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- cd "${WORKDIR}/${P}/tests" || die
- py.test -v || die
-}