add aiowebostv-0.1.1

This commit is contained in:
Andreas Billmeier 2022-01-29 10:35:39 +01:00 committed by Andreas Billmeier
parent 4bb90ab4fd
commit 8fff9aa112
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST aiowebostv-0.1.1.tar.gz 17264 BLAKE2B 06c70d28bb45f0a6a035eb85448837b74a5afdecccac655698a34bb0f0c30805ce15da0c84fd56ffed6157d42b79baa580540048e38fc2d1b2e9d8329b65e42a SHA512 78fce5c67110436b4b8f93906f87415c12320682ab8d5fb687399662c245ee4b966577358a5e3512b5c87af195fb64b7ce4baa9839a257ee3bcdcb3000113f33
EBUILD aiowebostv-0.1.1.ebuild 762 BLAKE2B 6b95e37e9a6bb10357a7001c5f3f58543844a130270c9d30a8be83a95a21c27574f8150f4535348e0d93760c5ce88dd9d9e047746375ee870a9df7d147a79b2c SHA512 4f72c76db2ed7f8edcec4e5f107d1879e2c050589cae6f440d5123b17a6889c5c7420fb1d020613343ca271b4be93bcc86822d916d52e012566f31890f2d51ee
MISC metadata.xml 465 BLAKE2B 9e779b6c41ff19f9e69826c8fa7d64b1128cb105eeeece9579a5236c4dad0fe255cd8f6c34cc1f70baa516c8e54543978174d83c4b0f6b7c165396d9005db703 SHA512 8e0eb2e14ac07faae2f53b7118aad2f28d4c3a300bef490cc1b83ac69c88f4ae78884120fd89fc901f8976a76bbcf6071499a5efcaa49d0bb938d3ff8ade12c0

View File

@ -0,0 +1,32 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Library to control webOS based LG TV devices"
HOMEPAGE="https://github.com/home-assistant-libs/aiowebostv https://pypi.org/project/aiowebostv/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=">=dev-python/websockets-9.1[${PYTHON_USEDEP}]"
BDEPEND="
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,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">aiowebostv</remote-id>
<maintainer status="unknown">
<email>hello@home-assistant.io</email>
<name>Home Assistant Team</name>
</maintainer>
</upstream>
</pkgmetadata>