diff --git a/dev-python/aiowaqi/Manifest b/dev-python/aiowaqi/Manifest new file mode 100644 index 000000000..59d60d1c0 --- /dev/null +++ b/dev-python/aiowaqi/Manifest @@ -0,0 +1,3 @@ +DIST aiowaqi-2.0.0.tar.gz 9982 BLAKE2B c177626b274189f2790b7f5c5a152f58add2533737d3ef69ca8376baa5ded35cc94997bd7c24d8a87afa761ae0915924f3d592445b7ffcece4e66dcb2342d2a9 SHA512 816d355221f9dde4a3aa6d1c9c8520f749c11efe3d7d2665e6e65963f6e7ebb81394b54adfda6b74b7a4f7afcfa6b6240e791e6bd504e9353eb85178f34286ac +EBUILD aiowaqi-2.0.0.ebuild 775 BLAKE2B 075d0cd9fafcb79ee1b29452ab345afb25bd00ab5cf020982f151ba5159e4c3e90e2a7d59441108d04e088cc83480fe50cb78c494cced21500ef7b252b3adc69 SHA512 bd3f0f485b2aab8a0bf310a46331d907205b5dbe685f2e681ac29c17841f2ed86d149aa2a6550701eb706b7c1af435ecbdfcf7d9eb95ba0ef88b73074349b673 +MISC metadata.xml 520 BLAKE2B 94e732a20636d04e48864c2ccabc60ce5df94f4a7a46745d873aaeb6cb42ee870bd7c1eee3c6ed4b9ab480a3ff25029f8212d57e47352dc734985136f8534b67 SHA512 fea8fb6f7c486ddb2264c56770b867bdd8e692cdf47ba0ecc0e89ab51a90ec41d63fed5f40f4c0d2ee1fd7acf79937861a4b4e80af4dd300d8c9fffc185409d6 diff --git a/dev-python/aiowaqi/aiowaqi-2.0.0.ebuild b/dev-python/aiowaqi/aiowaqi-2.0.0.ebuild new file mode 100644 index 000000000..b7325984e --- /dev/null +++ b/dev-python/aiowaqi/aiowaqi-2.0.0.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_{10..12} ) +DISTUTILS_USE_PEP517=poetry +inherit distutils-r1 pypi + +DESCRIPTION="Asynchronous Python client for WAQI API." +HOMEPAGE="https://github.com/joostlek/python-waqi https://pypi.org/project/aiowaqi/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}] + >=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + dev-python/aresponses[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + )" + +python_test() { + py.test -v -v || die +} + +distutils_enable_tests pytest diff --git a/dev-python/aiowaqi/metadata.xml b/dev-python/aiowaqi/metadata.xml new file mode 100644 index 000000000..108fa4194 --- /dev/null +++ b/dev-python/aiowaqi/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + + aiowaqi + joostlek/python-waqi + + joostlek@outlook.com + Joost Lekkerkerker + + +