add lakeside-0.12

This commit is contained in:
Andreas Billmeier 2019-02-17 08:59:36 +01:00
parent 9526fb4c47
commit edb804774a
4 changed files with 46 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* update home-assistant-frontend-20190216.0
* update PyChromecast-2.5.2
* add konnected
* add lakeside-0.12
2019-02-16 homeassistant-0.88.0_beta1
* update homeassistant-0.88.0_beta1

View File

@ -0,0 +1,3 @@
DIST lakeside-0.12.tar.gz 7447 BLAKE2B f8391ce1480ed516c7d9ddcb6de9041f330ac58047cb7b3e4f175e0255d40a4371bac9caf900de7761f13adb1f4c21d6474783f6a0b021b014478273ce11c9a4 SHA512 51d495013b07edaa23d2da0d42beaf350988c0a438b21fa2b384393aeddb9c8ca1ebccdaa3f53604c8a5c1adc4b6c59097df7eb59ac79c8f424c98c012866e3b
EBUILD lakeside-0.12.ebuild 678 BLAKE2B 3a5b9ae3907b4502baf73ca0d1f7a44b0751c3ef0b95abc137d8816c2ce87fade70f2c2582fd6028af981b28ba07708811cdcf645937a5f2abd2a38c19037d59 SHA512 20763e3bc64524d7d6fa07574559be456d649fa001bd0594045e83a87fa86ccdb8644f9376f8860c285f4c0a4b5601f91698bc92e627e505130e16888cc3193e
MISC metadata.xml 361 BLAKE2B 036ce01663dfdf5e030859146e6cf5b185ba3f8ef8110343cd9ea05e99c1d2b451eb36b9b7091af37af5628fafef89f14d0a4d30873962b905710004be17c451 SHA512 522ee5e231fb9fcb7cf2614b9757422b397ffe87bbb471aca7bda137426c6ff026539df3735f311d548692a0c432d0df761e3cff88eb7c2cc6a0e673493c2e34

View File

@ -0,0 +1,30 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v3.0
EAPI=6
PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="Python API for controlling Eufy LED bulbs"
HOMEPAGE="http://github.com/google/python-lakeside https://pypi.org/project/lakeside/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<upstream>
<remote-id type="pypi">lakeside</remote-id>
<maintainer status="unknown">
<email>mjg59@google.com</email>
<name>Matthew Garrett</name>
</maintainer>
</upstream>
</pkgmetadata>