dev-python/aioairzone-cloud: new package, add 0.2.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
8c5a93e468
commit
71534f4943
3
dev-python/aioairzone-cloud/Manifest
Normal file
3
dev-python/aioairzone-cloud/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST aioairzone-cloud-0.2.0.tar.gz 18939 BLAKE2B d947aee685b73a8b4c02aa96eb50d5c2bfc2f1c3f5c970c7dd28b6f086e644e03021ac52b4d489811525f0b831618d007ee92c3137563545418a0804fb33af7e SHA512 2d5e8011454a9b7740f503e332835da677d21e8e446b2f3d8c2f70a13115fbf46d1a44230bd294b3b7a03a1f57579879adffe518a9df2aa1c6b28c535abda618
|
||||
EBUILD aioairzone-cloud-0.2.0.ebuild 680 BLAKE2B f319a50807f7f8d6c5ad2831149bfa033c9071aaf8c40301fac8419667ed073026b9ef8bb0af47946381c40f3c0d1f28680f9d44dae47a495d7e2342cc6e9e0a SHA512 a5ce7026828f251e9f5f793ed2b5501522ed5aa9bff9dfc2684669aea437494f35f596b22f2d1bdc339c576025adb1a06731c07293fb322904f07ce4e141a8df
|
||||
MISC metadata.xml 536 BLAKE2B 655a921050c2970edd55895601375873be01d53e5a357039893177771e81932c920620b6ec334312c7f796838f0a1b7001454758ca2401da0fe8bfe4d8af220b SHA512 89a9983915e6aa5abfed539f2627091363b4ebbfa4fd04759a93e435eea469ac1a2be06990d14b2bff646db1adba9d1a5a3c422f9992a2ee785c5e0f896624d9
|
32
dev-python/aioairzone-cloud/aioairzone-cloud-0.2.0.ebuild
Normal file
32
dev-python/aioairzone-cloud/aioairzone-cloud-0.2.0.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Library to control Airzone Cloud devices"
|
||||
HOMEPAGE="https://github.com/Noltari/aioairzone-cloud https://pypi.org/project/aioairzone-cloud/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
16
dev-python/aioairzone-cloud/metadata.xml
Normal file
16
dev-python/aioairzone-cloud/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?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">aioairzone-cloud</remote-id>
|
||||
<remote-id type="github">Noltari/aioairzone-cloud</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>noltari@gmail.com</email>
|
||||
<name>Álvaro Fernández Rojas</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user