mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 14:51:14 +02:00
Merge pull request #212 from OwenChia/dev
dev-python/dpkt-1.9.1: version bump
This commit is contained in:
commit
f20fc99688
3 changed files with 16 additions and 36 deletions
|
|
@ -1 +1 @@
|
|||
DIST dpkt-1.8.7.tar.gz 113902 SHA256 132e227f017e5681ce262ac02b45f2ebd6a0653450aa1009620df603dd119c04 SHA512 0de4cdb7b81fc6daf0f5478de23b9757599be759f7add2ae09620bb980882b46e64a0dd267124a8434a9cf6d62107a7ac5818d29343c325ac907337b9a65fc67 WHIRLPOOL 7305a5a4691a2e1b2febd941f2ef6e4bb1ed7894139eb518ac4be7322e9545f435e5b948c3f277810606679a8177a3ce204c2025007eb23b639519e984383506
|
||||
DIST dpkt-1.9.1.tar.gz 115253 SHA256 c6a7ee878fa3d56e2c1fb44846f937046ba03b035da27382596e76f8d9f32967 SHA512 fc18907e4420249c5e8da21f630a24af6bee3e96545a58866170811c15802591a3bd6f7cf816ccb65e3437c0f451a1dc321fc46ac8a63cb8e8a06e0021e15f7f WHIRLPOOL 3cdda5e5f33846548dada9802339e4abc88f4afcaeb11e5130142b4d5760bff85249503666de81aa1edf8d0f424bf3b8af8d3fc8974c4840694c49071d3418cf
|
||||
|
|
|
|||
|
|
@ -1,35 +0,0 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols"
|
||||
HOMEPAGE="https://github.com/kbandla/dpkt"
|
||||
SRC_URI="https://github.com/kbandla/dpkt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="examples"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
DOCS=( AUTHORS CHANGES )
|
||||
|
||||
python_test() {
|
||||
"${PYTHON}" tests/test-perf2.py || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r examples
|
||||
fi
|
||||
}
|
||||
15
dev-python/dpkt/dpkt-1.9.1.ebuild
Normal file
15
dev-python/dpkt/dpkt-1.9.1.ebuild
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python2_7 python3_5 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols"
|
||||
HOMEPAGE="https://github.com/kbandla/dpkt"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
Loading…
Reference in a new issue