add flux-led-0.22

This commit is contained in:
Andreas Billmeier 2019-11-22 20:16:46 +01:00
parent 36b6ed8d65
commit 9ac94fad96
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 53 additions and 0 deletions

View File

@ -82,6 +82,7 @@
* add ritassist-0.9.3 & ciso8601-2.1.2
* add pyflexit-0.3
* bump pyflunearyou-1.0.3
* add flux-led-0.22
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST flux-led-0.22.tar.gz 17093 BLAKE2B 8937a3cce50af9c99c3f4aa40c2b2ba748a9beaaf491ca967282cc2f86cf91582108647ee17a0ea2569f0035dd4b342b67086751713c2e9a46bfbc5134e55f9a SHA512 2cbd7615b5adbd5ee54bb7eb9c342d2f1a41faff18277ce8119eeeafb072de367c8baabefa98d5e83116372d8ba27180b9aab3ea167eace50e2ee16d448d9b6c
EBUILD flux-led-0.22.ebuild 774 BLAKE2B d9ed21c36735b09ab197f94f5af6f996fed7b375930cda75d0e228aff50eaa90a1d319fe44a083cda906b522381bc17df85f82096124c20dc2dd92370366cd20 SHA512 a3a7ab4d6239777cccbba1a17b6d733fdab8c581294b702554742fe64fdbd05498dbe7ae4bd26ec35c771c6ea38a6d4d4a56fc92881fcf0f7ca6c8911305ad67
MISC metadata.xml 464 BLAKE2B 2e9745b553ca12b749686097b1f05d8e34745f3cfc98c3629f92146ec02f03d533a22784e98c32057495f7aee947091ca6af53106f167491ee478d6722a3f0b9 SHA512 77b82713cf04d011c7a5a41d6762d911a386ec21d20489d865d59dd8a1806cbb573de244f1f49592ed79e51d97ff960ca6853a84bae24d55d5c3d7af53e881c0

View File

@ -0,0 +1,33 @@
# 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
MY_PN=${PN/-/_}
DESCRIPTION="A Python library to communicate with the flux_led smart bulbs"
HOMEPAGE="https://github.com/Danielhiversen/flux_led https://pypi.org/project/flux-led/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-3+"
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}]
)"
S="${WORKDIR}/${MY_PN}-${PV}"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View 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">flux-led</remote-id>
<maintainer status="unknown">
<email>mail@dahoiv.net</email>
<name>Daniel Høyer Iversen</name>
</maintainer>
</upstream>
</pkgmetadata>