blob: a5613e695458340c1142305730c5c31c7286e505 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1 git-r3
DESCRIPTION="Kismet REST Python API"
HOMEPAGE="https://kismetwireless.net/docs/devel/webui_rest/endpoints/"
EGIT_REPO_URI="https://github.com/kismetwireless/python-kismet-rest.git"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="dev-python/requests
!<net-wireless/kismet-2019.05.1"
RDEPEND="${DEPEND}"
BDEPEND=""
|