dev-python/pcapy: Remove redundant versions
authorMichał Górny <mgorny@gentoo.org>
Sat, 28 Mar 2020 11:40:01 +0000 (12:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Mar 2020 11:43:58 +0000 (12:43 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pcapy/Manifest
dev-python/pcapy/pcapy-0.11.1.ebuild [deleted file]

index e829b9bddd79d26a9a70a9d188e0a853e926ebbf..5ecf60c096d90ea4f4410942645d0e2493e64764 100644 (file)
@@ -1,2 +1 @@
-DIST pcapy-0.11.1.tar.gz 31439 BLAKE2B c41a9ead869aea65470ff5db368f9eb8a813ac5aec4cde23e2375d1d9d5f9d9885d2ae88a147eb21820e3c1875ffa490a1476b346bd0eaf5082bab9e239bfb16 SHA512 60eebbeae84da33d7bd2eb2398687007a305e8986fcc183d8061fa50bbc0cdf9a66c17461a32a652ca39952dd0935b164bd98a200f82ffef00ffaa55409522a3
 DIST pcapy-0.11.2.tar.gz 32040 BLAKE2B 467d35dff94d2f32e66f9caae88bb43218f3391745230347c39e1db241543e4e9431cfe49185151025201d0913ca102d1f9567f4cf70a83d6fbbade76ec35ecf SHA512 353a2240a9b8541f30f9df472b6977664f94966fbda327aa72f73f26257086caf1db13d55c57859abf2237f5867c11b6ab582742e04d5c16184ea42dc547301c
diff --git a/dev-python/pcapy/pcapy-0.11.1.ebuild b/dev-python/pcapy/pcapy-0.11.1.ebuild
deleted file mode 100644 (file)
index 0b09a07..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python pcap extension"
-HOMEPAGE="https://www.coresecurity.com/corelabs-research/open-source-tools/pcapy"
-SRC_URI="https://github.com/CoreSecurity/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="${DEPEND}
-        net-libs/libpcap"
-
-python_test() {
-       cd "${S}/tests" || die "Unable to activate test suite"
-        "${EPYTHON}" pcapytests.py || die "Tests failed with ${EPYTHON}"
-}