add freebox-api-0.0.9

This commit is contained in:
Andreas Billmeier 2021-02-09 21:24:15 +01:00 committed by Andreas Billmeier
parent 958fa143e3
commit 1377ca3874
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 52 additions and 0 deletions

View File

@ -18,6 +18,7 @@
* bump emoji-1.2.0
* bump zwave-js-server-python-0.16.0
* bump home-assistant-frontend-20210127.7
* add freebox-api-0.0.9
2021-01-31 homeassistant-2021.1.5
* bump HATasmota-0.2.6 & HATasmota-0.2.7

View File

@ -0,0 +1,3 @@
DIST freebox-api-0.0.9.tar.gz 36678 BLAKE2B 9acdd82feeb9a0b049fa8ecb5c1ca7edc3b8bfa252df63454daf538cf9ab4b8d771926a37ce015a0acd3bd846f63897c7d29b70468704c87ee2c1f58e255bf40 SHA512 d8360fba43b2b781983490ebfbd6f8636b4065e00edf0c86f98e782c38a332e68e5c1b840dce20bed426d887a332e285115c816bc4eb39ff9f8500482500c35b
EBUILD freebox-api-0.0.9.ebuild 813 BLAKE2B 84121cae6abd01a31222f6cff5c380b2aa6704c7879852c62752f1191d82044e146f3d487dbc5e583cc0dac53cbd85ea854eab05ae81bfb7554f5ea1050c40af SHA512 e13f42805e8322780d92433b7e6706a31267315cc7679cb3278b329b5c6f45c8044f18f4e83b5f1ae799edebc43504627e49fc7dd43a6d6b2258791d7c402027
MISC metadata.xml 455 BLAKE2B 3b353d733d3b76da615a1690351cb2aa79db532af169108b2bfc04553a0f08c560ac09d9e4e4f03c6e9bdfea53e617d5514e16a083ea7f99f7618cc8075a5c35 SHA512 4f5ab983784a919ea1afdbafa918e8755fa5868e9f6dba80b09807f1f14366dcd0fe3d1cd4cfb42e84ca64234754755d8f38db0abe14d0e21fe704d2b8e68277

View File

@ -0,0 +1,33 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Provides asynchronous authentication and access to Freebox servers"
HOMEPAGE="https://github.com/hacf-fr/freebox-api https://pypi.org/project/freebox-api/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/importlib_metadata[${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">freebox-api</remote-id>
<maintainer status="unknown">
<email>luc_touraille@yahoo.fr</email>
<name>stilllman</name>
</maintainer>
</upstream>
</pkgmetadata>