dev-python/aioairq: new package, add 0.2.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2022-12-07 21:56:45 +01:00 committed by Andreas Billmeier
parent ce1ccd68ca
commit 7fee464fd7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST aioairq-0.2.4.tar.gz 7953 BLAKE2B 3de28881c48cc7f875d01114c7bfe02767a470284b5dd7381acf751c02768237fd51f32e511466496d9df7f17d357909da4d152e62e7f708a58c4471c65f7efd SHA512 a0188cb8472b362336b63b9a8f73d54ad65864b64a674c1332c8c261b86d30e5ca8775d93c1d4cc9fca79e5340037ef38a8752a6a2e793a185e3a1e737a7d785
EBUILD aioairq-0.2.4.ebuild 838 BLAKE2B 785a14b7a10755f16845b917f640d9c9df3f626058b7b2a82d821b551dec5f28e6e93042f47bfec7e46957e99d0ceb51c0560f9b1a85f8a2336b2e6f311fdc56 SHA512 ed3a7d142eeee3437322ffed30529c770010368935a4aceb8d3d41b1b2a3af28ea02b240960143b31fc68083ed86967194bce3747802b4c27064790fc5517360
MISC metadata.xml 654 BLAKE2B 10aeb2924ae0b1e8ea558423699eb63726b9f53a6a59cdc60afa547e888583cbbcdc07a691b23d1cbed7cf8747ef088eefecea69152be4f831a4c774bb93c477 SHA512 8f32e268a5384fb8b33b472705fced2a3b0a125bf7f59f635ab8a89f334814e9add2489cf6730297e3b6d7a5968a899a5dc44faf91af501bb180a25efdac8e8f

View File

@ -0,0 +1,36 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Asynchronous library to retrieve data from air-Q devices."
HOMEPAGE="https://github.com/CorantGmbH/aioairq https://pypi.org/project/aioairq/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
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}]
dev-python/pycryptodome[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,20 @@
<?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">aioairq</remote-id>
<remote-id type="github">CorantGmbH/aioairq</remote-id>
<maintainer status="unknown">
<email>daniel.lehmann@air-q.com</email>
<name>Daniel Lehmann</name>
</maintainer>
<maintainer status="unknown">
<email>renat.sibgatulin@air-q.com</email>
<name>Renat Sibgatulin</name>
</maintainer>
</upstream>
</pkgmetadata>