add devolo-home-control-api-0.10.0

This commit is contained in:
Andreas Billmeier 2020-05-09 12:50:07 +02:00
parent 59706b8d58
commit bb962f3e8e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 53 additions and 0 deletions

View File

@ -23,6 +23,7 @@
* bump zeroconf-0.26.1
* bump python-songpal-0.12
* bump aiounifi-21
* add devolo-home-control-api-0.10.0
2020-05-03 homeassistant-0.109.3
* adopting semantic versioning in hass-nabucasa

View File

@ -0,0 +1,3 @@
DIST devolo-home-control-api-0.10.0.tar.gz 27936 BLAKE2B f47272812cbe917c5ebc25d676a1416e84c089450be8a86786dbed0a0a8887cbb4f4cc6548164e2f0a47b79c838bb2bb677b31baf0c8812cec5ffea01c71de58 SHA512 06c31dc8d73838ee877011a57fac1612e9c13a25382c925d9e81c316ff12b5ea4a5dcc6bb2313fe7b2374c8eac5a9e67aa120c151e275553ec727d4ad7e5a5e9
EBUILD devolo-home-control-api-0.10.0.ebuild 898 BLAKE2B ec49d6aa80c01b6cde14c027cfb746e5e2ea80a800fbf63405334df734b9912712fd065cfddf7f2a759a7c5175407c7da73ec9c4efaeefc2526484a4d94449b3 SHA512 c03b4acc269d5e85ef84e916102437d16ed32d87b76d8bd5ef0fba8872ac84366d20266f1671a5644c1c62338a053187f0dac1922a61861d41a1533e23537e0f
MISC metadata.xml 503 BLAKE2B e8340e9078b5fd7655a35cb79d48f73377553b27e8be43f9e81807b891f9a5451faf33741d658d8390e58228fc7537c514c176d6a015c021fe6b3715194e12b7 SHA512 2f1ccc722d475b66114d5c4dc04dd245a4a3eb7bc3ef973bc0053081e28d07e760eea81ffd0434fbea6434b9fdf4098074a0f5a9c1efb75ea616ff42ccf43f44

View File

@ -0,0 +1,34 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="devolo Home Control API in Python"
HOMEPAGE="https://github.com/2Fake/devolo_home_control_api https://pypi.org/project/devolo-home-control-api/"
MY_PN=${PN//-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/websocket-client[${PYTHON_USEDEP}]
dev-python/zeroconf[${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
}

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">devolo-home-control-api</remote-id>
<maintainer status="unknown">
<email>m.bong@famabo.de, guido.schmitz@fedaix.de</email>
<name>Markus Bong, Guido Schmitz</name>
</maintainer>
</upstream>
</pkgmetadata>