dev-python/aiopurpleair: new package, add 2022.12.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-01-08 10:57:06 +01:00 committed by Andreas Billmeier
parent d223944524
commit b1e24f8e88
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST aiopurpleair-2022.12.1.tar.gz 18470 BLAKE2B 38eb38dadde230ccd683e430042bbfff97d1fc4ac7ba4759e616726004566fe9dac2754c10e63ef7b59944c121e4eef2bfa53f325dfdc5e5e41b3bf7c3ec5faf SHA512 0839e55a13f5f9543fe156a5cac460b477bc1c2c2039615d3812783a154e76998f287269f606d7cbf2de8b413eb7bb635ec9556656c4b295bca5db336b4ac3ef
EBUILD aiopurpleair-2022.12.1.ebuild 810 BLAKE2B cd13535f828cc835a6376960fa134dd392e6b88eca8f65cff5a789fb77eed359eb9a629d1d822c8c7e68585274207e9f9d2768f07b1ccad6a6c765c65532e3e4 SHA512 3f378230262ab847561348ebab8275d8e2f78dd64ee3f5dac8a49e9fc56d7a0e7927e01238cb441fe0603c3b0b11ba24d6fa4c858937591770b70276c8435810
MISC metadata.xml 516 BLAKE2B 91a2168c5372f001b3dafed89d5d6ad44609082481e9a0c5c6aea61354732ffc8026f402ae85255cdd0509069981d271e091a654722662c9a614e8756dc60a2e SHA512 94ff04a5b60ad69af332d45190e8fcb11d77dc37f793d5c880748337ae5ef3c4d9dd1a6b8a0bae7436141a191256ee08417ce08d2e3f3e707441ab9627b93ce9

View File

@ -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_{8..11} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="A Python 3, asyncio-based library to interact with the PurpleAir API"
HOMEPAGE="https://github.com/bachya/aiopurpleair https://pypi.org/project/aiopurpleair/"
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.md"
RDEPEND=">=dev-python/aiohttp-3.8.0[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.10.2[${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

View 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">aiopurpleair</remote-id>
<remote-id type="github">bachya/aiopurpleair</remote-id>
<maintainer status="unknown">
<email>bachya1208@gmail.com</email>
<name>Aaron Bach</name>
</maintainer>
</upstream>
</pkgmetadata>