gentoo/dev-python/dpkt/dpkt-1.9.1.ebuild
Patrice Clement 9ca4035036
dev-python/dpkt: version bump.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-08-05 15:52:40 +02:00

16 lines
366 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Fast, simple packet creation / parsing"
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"