dev-python/PyViCare-neo: new package, add 0.2.1

Closes: #3805
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-30 19:48:47 +02:00
parent d3b5ef692b
commit ab16b0d2be
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST pyvicare_neo-0.2.1.tar.gz 25926 BLAKE2B efa3b04c1a010f1c727248b6b9775e3b9337521e668df48d6f7e43d6cdf74f6508cd8ec51408f190d87d2bb39a99f2ea4fc6e3143ac9de3bda5a01531ac83887 SHA512 f0d6daa22d017933b2fcf227d8cb03af300a88d78b5d4a222979996275ef0f3683affac46a4495d27dc5d7d561ce7fffe5d6c018d971673cfcd497791627df16
EBUILD PyViCare-neo-0.2.1.ebuild 611 BLAKE2B c1ab398f2ebf6344ee5a1f4c01c2eb660c32fb4b44aa6f2edbcf8fd0eff3cd83782389b471392374bfea2d02361d93d7f69251f04da57d9ee7986849e6cff6c4 SHA512 31e24d29dd54d09aea3fc94c1f4de64241536e4aa69c935aa7e92cdd4ee5fa94d83a4e4362fd625be449e3bbe19ce84f994cd7ccf7896ba7c6c8eed6da584f12
MISC metadata.xml 529 BLAKE2B 0a2645f79a4944c09747d8d6cae36f51bbdb0c4e75e9b2cf9adbf9ef154946c51962a8177c56acad2aceee95e923cf21c3db34e2be27155bce8540a4529b13d7 SHA512 af59dca1287db1a6934f6b29592d8d51928c33a875722d7e01a93d739c23bdb2cbb66b4dc5eb725e233ba462bc198045711a6cc8e0292b003d28b84f490869d4

View File

@ -0,0 +1,24 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Library to communicate with the Viessmann ViCare API."
HOMEPAGE="https://github.com/CFenner/PyViCare https://pypi.org/project/PyViCare-neo/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/Authlib-1.2.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.31.0[${PYTHON_USEDEP}]"
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">PyViCare-neo</remote-id>
<remote-id type="github">CFenner/PyViCare</remote-id>
<maintainer status="unknown">
<email>fenner.christopher@gmail.com</email>
<name>Christopher Fenner</name>
</maintainer>
</upstream>
</pkgmetadata>