dev-python/pytradfri: fix metadata

This commit is contained in:
layman 2019-01-27 11:14:50 +01:00
parent 7ac69da9ff
commit f1a572278a
No known key found for this signature in database
GPG key ID: 92D2BF778E1308C0

View file

@ -6,14 +6,14 @@ EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Python calculations for the position of the sun and moon"
DESCRIPTION="IKEA Trådfri/Tradfri API. Control and observe your lights from Python."
HOMEPAGE="https://github.com/ggravlingen/${PN}/"
SRC_URI="https://github.com/ggravlingen/$PN/archive/$PV.tar.gz -> $P.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
IUSE="async"
DEPEND="dev-cpp/open-zwave"
DEPEND="async? dev-python/aiocoap"
RDEPEND="${DEPEND}"