summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-28 19:06:33 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-28 19:06:33 +0100
commit1392e4087d99c652ed96810f4af779d3cc44ada0 (patch)
treed98504baa07b7d1747a86528153ccb6343055f8e /dev-python/pypcap/pypcap-1.2.1.ebuild
parentdev-python/pyparted: Remove redundant versions (diff)
downloadgentoo-1392e4087d99c652ed96810f4af779d3cc44ada0.tar.gz
gentoo-1392e4087d99c652ed96810f4af779d3cc44ada0.tar.bz2
gentoo-1392e4087d99c652ed96810f4af779d3cc44ada0.zip
dev-python/pypcap: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypcap/pypcap-1.2.1.ebuild')
-rw-r--r--dev-python/pypcap/pypcap-1.2.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/pypcap/pypcap-1.2.1.ebuild b/dev-python/pypcap/pypcap-1.2.1.ebuild
deleted file mode 100644
index e182ed45ee84..000000000000
--- a/dev-python/pypcap/pypcap-1.2.1.ebuild
+++ /dev/null
@@ -1,30 +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
-
-DESCRIPTION="Simplified object-oriented Python extension module for libpcap"
-HOMEPAGE="https://github.com/pynetwork/pypcap https://pypi.org/project/pypcap/"
-SRC_URI="https://github.com/pynetwork/pypcap/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- net-libs/libpcap
-"
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-PATCHES=(
- "${FILESDIR}"/${PN}-1.1.6-mktemp.patch
-)
-
-python_compile() {
- local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
- distutils-r1_python_compile
-}