From 010d5afb95b2d6672524d932c2926832452c78aa Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@p37t)" Date: Wed, 27 May 2020 21:28:28 +0200 Subject: [PATCH] add circuit-webhook-1.0.1 --- CHANGELOG.txt | 3 ++ dev-python/circuit-webhook/Manifest | 3 ++ .../circuit-webhook-1.0.1.ebuild | 30 +++++++++++++++++++ dev-python/circuit-webhook/metadata.xml | 15 ++++++++++ 4 files changed, 51 insertions(+) create mode 100644 dev-python/circuit-webhook/Manifest create mode 100644 dev-python/circuit-webhook/circuit-webhook-1.0.1.ebuild create mode 100644 dev-python/circuit-webhook/metadata.xml diff --git a/CHANGELOG.txt b/CHANGELOG.txt index af20b55a3..4f922c437 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/dev-python/circuit-webhook/Manifest b/dev-python/circuit-webhook/Manifest new file mode 100644 index 000000000..fbc76395d --- /dev/null +++ b/dev-python/circuit-webhook/Manifest @@ -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 diff --git a/dev-python/circuit-webhook/circuit-webhook-1.0.1.ebuild b/dev-python/circuit-webhook/circuit-webhook-1.0.1.ebuild new file mode 100644 index 000000000..0793214d9 --- /dev/null +++ b/dev-python/circuit-webhook/circuit-webhook-1.0.1.ebuild @@ -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 +} diff --git a/dev-python/circuit-webhook/metadata.xml b/dev-python/circuit-webhook/metadata.xml new file mode 100644 index 000000000..a99fb5b1d --- /dev/null +++ b/dev-python/circuit-webhook/metadata.xml @@ -0,0 +1,15 @@ + + + + + b@edevau.net + Andreas Billmeier + + + circuit-webhook + + braam.vanhavermaet+circuit@gmail.com + braam + + +