2019-01-18 22:13:06 +01:00

30 lines
634 B
Bash

# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=(python3_{5,6,7})
inherit eutils distutils-r1
DESCRIPTION="Control/observe IKEA Tradfri devices"
HOMEPAGE="https://github.com/ggravlingen/pytradfri"
SRC_URI="https://github.com/ggravlingen/pytradfri/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
${PYTHON_DEPS}
"
DEPEND="
>=dev-python/aiocoap-0.4_alpha1[${PYTHON_USEDEP}]
>=dev-python/dtlssocket-0.1.4[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
${RDEPEND}
"
DOCS="README.md"