add yeelight-0.5.0
This commit is contained in:
parent
1325ba9314
commit
2edb68f13b
@ -1,5 +1,5 @@
|
||||
2019-11 23 (reverse added today)
|
||||
* add ya-ma-0.3.8
|
||||
* add ya-ma-0.3.8, yeelight-0.5.0
|
||||
* add xfinity-gateway-0.0.4, yalesmartalarmclient-0.1.6
|
||||
* add wirelesstagpy-0.4.0, wunderpy2-0.1.6, xboxapi-0.1.1
|
||||
* add ibm-watson and ibm-cloud-sdk-core
|
||||
|
||||
3
dev-python/yeelight/Manifest
Normal file
3
dev-python/yeelight/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST yeelight-0.5.0.tar.gz 36359 BLAKE2B cb3657a8f541a07298fe9b0bb4897f01e6b2c373ca451532d894597fa173ebb018243b15b772958f63fbbd615d6b18b87a625b1bd5e68f965f3058cd8febe01c SHA512 3eb944763ee93033f41a3f8e2af712b0721183497e33f7df3ad0ddc191e0717f9931c6b93b0a2f5cf41cd4d41b086776965cd85dea986dcd39b0a29a9e22dfc7
|
||||
EBUILD yeelight-0.5.0.ebuild 766 BLAKE2B 24a0afc234c39dde24f82293283bcb4cd4a09b4eda88d44e4b6128c64772a24de6af8cd2150ce13fd2c0f1de98df76ce83ca7163f039b4af763d88026d1fce8e SHA512 d09750ee5c845165454a24e09f2a413957e9110c4496fa0d5ec6e71b8eebc2d60912c04097c64313e809317f684f9488848438fc0a283ba02b0a1169bc2c8229
|
||||
MISC metadata.xml 461 BLAKE2B 00cc9dcd5ec246deeff4589a09ab0cdd45db46db0a507dec4bc37df29d6822a347f9234f024cea38bdc621e67f3f9e5ce09e8647394403e1dcbf1d0d532325d4 SHA512 eaa52f6b5e5b08e0f14244f38884a9c9960914e125830d5c905629c37ec6c9009cc4d45e1aab435e3dd70d83b8f85ede2a5989fa9c25e829b25d2d77b10e559c
|
||||
16
dev-python/yeelight/metadata.xml
Normal file
16
dev-python/yeelight/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">yeelight</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>hi@stavros.io</email>
|
||||
<name>Stavros Korokithakis</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
31
dev-python/yeelight/yeelight-0.5.0.ebuild
Normal file
31
dev-python/yeelight/yeelight-0.5.0.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python library for controlling YeeLight RGB bulbs."
|
||||
HOMEPAGE="https://gitlab.com/stavros/python-yeelight https://pypi.org/project/yeelight/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/enum-compat[${PYTHON_USEDEP}]
|
||||
dev-python/future[${PYTHON_USEDEP}]"
|
||||
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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user