dev-python/moehlenhoff-alpha2: add 1.3.1

Closes: #3699
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-21 17:59:56 +02:00
parent 21f2a8ac39
commit 9704dc696e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 33 additions and 3 deletions

View File

@ -1,3 +1,5 @@
DIST moehlenhoff-alpha2-1.3.0.tar.gz 16849 BLAKE2B c976f333a1e59fcf1640b06736867d9b5e422e270e215d2d7ee002902abf5907863cf3666a7825e2e44937d70d049d3cefff0e51539cd87f11953ca83ead9bc6 SHA512 42af8bbfb13895fc853b1208e2a5cf86fe015782e0d87842221c5c57135407bbae6206383c308297c83b0b19b8cb0420e0a203395f502756d67285569640d506
EBUILD moehlenhoff-alpha2-1.3.0.ebuild 792 BLAKE2B 45c0d4ca714de047a10a376a5dd87a27e905ab1ff5bd91c65e4dc1911c5f16e4e70ebd05081117d78555f46b1be24d4f6d2fe5e9174fe2e4cb4cf0bb4c25ac2b SHA512 08ad5ea6d3a2ff0cbe26984abec107ec3001401f7d117877a74bce4e634648a2514a3f0df5350cb053867f970add7644b8ad44622af61c7d505aaf311af3022c
DIST moehlenhoff_alpha2-1.3.1.tar.gz 16457 BLAKE2B 8e2881f7d948e91ae339cacdbedff3859ff2888e8f608b192bb96dde39e1502392e12cb2ab10d259ae6737e54b7042c8cb1dce089866cfc4cd544787506b033d SHA512 1068fb171706fd2b8a53abc1c092993a08693da3bc1eaab74943a1f3a453b250acc0e24b6decc2f4f7f9f344a47472be7d33fc89303a70959e014b2bdbb53f88
EBUILD moehlenhoff-alpha2-1.3.0.ebuild 792 BLAKE2B bff295c251266fc60ea60d0a20794a6dab97732ad55ba303e168fd5e6dc3285677f1a02b52fa599a96880a880003588bfe4bc55cebab3c225fdfb2616f79a873 SHA512 f37d84f85149b8106b19ed792e1e77ca3fefc9ab6cb10b03da6ed1ff1dca4603b0fae85b162d424860ab16f62ab90f39dd3995f6ba4f99b47d7c6f6c4a1fea2a
EBUILD moehlenhoff-alpha2-1.3.1.ebuild 693 BLAKE2B 89d7a48973c1aad8d030d28458bb90677c4accf7cf3173e5f67cc772a219c0421dc957b05b145ff1f71e3b8ef3bd542478bf824122a74754f41415efdc0b871f SHA512 68020b56807aaeb76104db69575ccf4e9817bf48b8896289cdd6f81ee32f6e96e0cb55e857134c8ce68c1286153a045e8b44203ee4e8baf6fdb42f1e00531a1f
MISC metadata.xml 537 BLAKE2B 85bf000b8f00922cabc5b1d47703c4e2b2e0f56ba2c4c837cb34c1d7b7096068681ca408a9db35e43748eff2e94b1921b4c5f06867615ae8c3879d9131be44a1 SHA512 05d731ae3272f6fb7ae11e201ee5a43e12019c9bfb75fd3514a23c640cd49af928f061ec1dfbc1114970fbf72cf63d1285b895bbf7b7000a67979fcf3ae9a4b8

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -0,0 +1,28 @@
# 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="Python client for the Moehlenhoff Alpha2 underfloor heating system"
HOMEPAGE="https://github.com/j-a-n/python-moehlenhoff-alpha2 https://pypi.org/project/moehlenhoff-alpha2/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest