diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 15:21:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 16:00:37 +0200 |
commit | 588dba4b2e832242979b9ec4226489c28d411b1a (patch) | |
tree | bbd7775fb8f99a87880bd2abf4af81aa825d5fe9 /dev-python/pyshark | |
parent | dev-python/cmd2: Clean old versions up (diff) | |
download | gentoo-588dba4b2e832242979b9ec4226489c28d411b1a.tar.gz gentoo-588dba4b2e832242979b9ec4226489c28d411b1a.tar.bz2 gentoo-588dba4b2e832242979b9ec4226489c28d411b1a.zip |
dev-python/pyshark: Clean old versions up
Diffstat (limited to 'dev-python/pyshark')
-rw-r--r-- | dev-python/pyshark/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pyshark/pyshark-0.3.4.ebuild | 27 | ||||
-rw-r--r-- | dev-python/pyshark/pyshark-0.3.5.ebuild | 27 |
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-python/pyshark/Manifest b/dev-python/pyshark/Manifest index 1475822a47bd..b578782636e5 100644 --- a/dev-python/pyshark/Manifest +++ b/dev-python/pyshark/Manifest @@ -1,3 +1 @@ -DIST pyshark-0.3.4.zip 22495 SHA256 d9f9e4230c4dce9a3ae4fd133a6467c86816751de7b2c6859836eeb0bcd1c480 SHA512 9a9bc78422741ee1c483eb6ceb6717e660d80b0489286da497cd58f68328d6ea60acbb54fb8900f9f2dc1fa3fbfd8d663e7772b934eaf62fdd89b6115273421d WHIRLPOOL 5bece1406ef1978b14a47e2d40169dfa47ac5f929ad425da343077b1c000538507f5390331c2b9800d9ac997fbdce6863c6a61f0cc1e4b963412f3109020fe0a -DIST pyshark-0.3.5.zip 23561 SHA256 6b6e3d9af2e40e97bedaae6c9cadecf3006be432923f25d25ba9705813ee5753 SHA512 0079e07a9a593de98b44564e860d79fd7b35c50f37ef3d616a56afec5273b864c22c8ed6126f3ad6c533cae90ea60e876b29ea9873656d3c7bfc13c2a2b47612 WHIRLPOOL b5d2a66382036f6f3a5ab4f7025fedc0ed7b1513792469d8e63d322a31ddec9527be3944d863dcdac4115b2e90bf1fa518d17bdbedf745f8b59cabfd98979f69 DIST pyshark-0.3.6.tar.gz 15237 SHA256 51372c0a36446af45f0101d4fc97b336a096356c28da6626041889bf3b24c6f2 SHA512 e2250af229f072f32fa7900dbafbc29b5964134dd7849b53729afb220a5a20faa3b48515d1b83f0084a6f251187b00c192ce5b16e276faf784404bfe5b9c1fa5 WHIRLPOOL 0e77ac977818e61386ac47a64bb31da138c5a2736768a7806d638745c547bf58b777060cc1958af9af40a28ebf20e89f67b4cf292588ebd5b3aec5f30fe10e26 diff --git a/dev-python/pyshark/pyshark-0.3.4.ebuild b/dev-python/pyshark/pyshark-0.3.4.ebuild deleted file mode 100644 index 1f548ba94008..000000000000 --- a/dev-python/pyshark/pyshark-0.3.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 ) diff --git a/dev-python/pyshark/pyshark-0.3.5.ebuild b/dev-python/pyshark/pyshark-0.3.5.ebuild deleted file mode 100644 index 81bc856ef34d..000000000000 --- a/dev-python/pyshark/pyshark-0.3.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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}]" -# 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 |