summaryrefslogtreecommitdiff
blob: dd3d3fc397170871ea45195892306cc7a66d842f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit git-r3 distutils-r1

DESCRIPTION="Kismetdb database log helper library"
HOMEPAGE="https://kismetwireless.net/"
SRC_URI=""
EGIT_REPO_URI="https://www.kismetwireless.net/git/python-kismet-db.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
BDEPEND=""

src_prepare() {
	sed -i 's#, "simplekml"##' setup.py
	distutils-r1_src_prepare
}