From 483f3eb6f1e277b743e51b761d856612df0e41b1 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sun, 5 Feb 2023 10:11:29 +0100 Subject: [PATCH] dev-python/AIOSomecomfort: new package, add 0.0.6 Signed-off-by: Andreas Billmeier --- .../AIOSomecomfort-0.0.6.ebuild | 34 +++++++++++++++++++ dev-python/AIOSomecomfort/Manifest | 3 ++ dev-python/AIOSomecomfort/metadata.xml | 16 +++++++++ 3 files changed, 53 insertions(+) create mode 100644 dev-python/AIOSomecomfort/AIOSomecomfort-0.0.6.ebuild create mode 100644 dev-python/AIOSomecomfort/Manifest create mode 100644 dev-python/AIOSomecomfort/metadata.xml diff --git a/dev-python/AIOSomecomfort/AIOSomecomfort-0.0.6.ebuild b/dev-python/AIOSomecomfort/AIOSomecomfort-0.0.6.ebuild new file mode 100644 index 000000000..4665c7aa4 --- /dev/null +++ b/dev-python/AIOSomecomfort/AIOSomecomfort-0.0.6.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="A client for Honeywell's US-based cloud devices" +HOMEPAGE="https://github.com/mkmer/AIOSomecomfort https://pypi.org/project/AIOSomecomfort/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.rst" + +RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/prettytable[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + )" + +python_test() { + py.test -v -v || die +} + +distutils_enable_tests pytest diff --git a/dev-python/AIOSomecomfort/Manifest b/dev-python/AIOSomecomfort/Manifest new file mode 100644 index 000000000..6da5fe8a7 --- /dev/null +++ b/dev-python/AIOSomecomfort/Manifest @@ -0,0 +1,3 @@ +DIST AIOSomecomfort-0.0.6.tar.gz 21319 BLAKE2B 17cd6a14c9ebb092903718053e8f8ce7f28a7fafb93b87f9c2d2fb99c045d3c6e6b6f782a6d79d22430eee50afd0bf5fef68bca3dac97955133939a769a89e99 SHA512 469b7818c363e569fd2a8754ffed75c77417e954442cab49074dd4af89aee271f7c88fe53ae6f1e39aec9c9c98342e17f2198c5d05f22a88a7ea19be001ec673 +EBUILD AIOSomecomfort-0.0.6.ebuild 783 BLAKE2B 668b0b059f7cdd241c7ca8d5bc6cd3ebb57fa64e041fc83eb25256d17f2c257705b36d6425ba2b8ccbff724efe1ad842353e4bd43c2e590c0596f7124992f404 SHA512 bbd7bde96837d171fd0436fd45940c4c996113cc8bb40d4d2d132744bac2d887ee1f0c6d2c98f5ac94bd906732e948f93e341537c7a378c7e208d7930bc9c705 +MISC metadata.xml 522 BLAKE2B 01363a2e06ff39ecc027fcc27ef961869b84c32bd97a2d27b8079c33857b41c14433e17815f51d83b2ab9adc8c172b89422ae8f52a5d0dca81fdf466b7dd676a SHA512 4b70cbe1a570ee6b1be1f6cdd7053f91f4498368689a584e21e59639126afbc830a1e0cf4eb99b85e9d17a41d7e205539835174895339bba9e16accc2dc94cad diff --git a/dev-python/AIOSomecomfort/metadata.xml b/dev-python/AIOSomecomfort/metadata.xml new file mode 100644 index 000000000..d65330e95 --- /dev/null +++ b/dev-python/AIOSomecomfort/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + + AIOSomecomfort + mkmer/AIOSomecomfort + + m_kasper@sbcglobal.net + Mike Kasper + + +