add circuit-webhook-1.0.1

This commit is contained in:
Andreas Billmeier 2020-05-27 21:28:28 +02:00 committed by Andreas Billmeier
parent 68136e8ef6
commit 010d5afb95
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2020-05-27
* add circuit-webhook-1.0.1
2020-05-25 homeassistant-0.110.2
* update homeassistant-0.110.2
* bump pyvlx-0.2.16

View File

@ -0,0 +1,3 @@
DIST circuit-webhook-1.0.1.tar.gz 2103 BLAKE2B 78bced2c0a3a1fdb8081ed8bef913c3f7a1a20be643486e907740eaa9db464ff11e5b66ec782b0817ef3ecb67df236ab76e77ad22dfe1bfa504d9776fb763bc3 SHA512 0fa323b8987723e8ba0b71e2c74597408ecbab1d6d7d475ee436eaa233598aa5abed222b22feb735791cb6d44f6a74015be14e56b24cd9ce9889779855f1ca66
EBUILD circuit-webhook-1.0.1.ebuild 740 BLAKE2B 3c7fcafddd0b4762ab705b3d7e3991da41958e0be42e9480ea1cde4ddb21c22058f26f04c66cc602407bb15e9d8ef3ca186a55104c4ea4acd40792cba44eb1dd SHA512 f0cc34f77371c538095f6188bc05996dac3e3edfe0c7dafeaabc96a7f3899486b7e3adac4910cb0123f32d6adcee60117962139180b17a873a73aacd12a4b79c
MISC metadata.xml 469 BLAKE2B daa0e2bb0ae139b46a4b46e5ad2488298b2e343ce06f090857186718ea249511ff2025d64552a961fe0f4bb38b2f36151641e3fb24ff44f85939c4df3fc723c5 SHA512 703dd5ca10359e7aa6bee75765e6abda5ebcee5fae3cfe6e4583600e8854d02d5c6db5339934c1f8d7a2cfeacd4cae4a59e42eee1f3483ae26e709743158cf68

View File

@ -0,0 +1,30 @@
# 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="circuit-webhook is a python client library for Unify Circuit api"
HOMEPAGE="https://github.com/braam/unify/tree/master/circuit-webhook-python https://pypi.org/project/circuit-webhook/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~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}]
)"
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">circuit-webhook</remote-id>
<maintainer status="unknown">
<email>braam.vanhavermaet+circuit@gmail.com</email>
<name>braam</name>
</maintainer>
</upstream>
</pkgmetadata>