dev-python/pyinsteon: add 1.5.3

Closes: #2807
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-02-18 09:21:56 +01:00
parent 3ad19e9da1
commit e3778eadb8
5 changed files with 34 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
DIST pyinsteon-1.5.1.tar.gz 189962 BLAKE2B 7c8c55527f25f526e9da6dcacebfe4ab77714d73d44ad0b88094b2b93ad99959280f3bf449b1dc99a8c0237084d7faf34fba515a178e9494850898b8167a2825 SHA512 e4e2668765cba3f65d4e84a871c5de64e18356b847846553d98fa101345899478baac19f8cbcd0fb8047bb7f777ba1dce072ce15b23ab7520097ddb4ad11fcd8
DIST pyinsteon-1.5.2.tar.gz 190278 BLAKE2B d9f85e550793573f95c17b42dac61aafc12dacca02b053e789b51cf6e344863179bcad285abb21949695c7eaddb95b7858018c3ae60051976ba1e33bbe5c593d SHA512 85a3e9d9860da1334f843fcdcd7e7c3f9bb4314b280beebbd192d0dcab87340abab087d5742c869e2f6af409049a7b38d44fddee185ce2f74d8535f31b462ff6
EBUILD pyinsteon-1.5.1.ebuild 691 BLAKE2B a437a1fd21b6fedfa6e63318796730f3f7a2db7a036bdae3e80b25e0f0736ab35e8ee6685e67f4ac4526591995a3ed90857d4f988ec2f2e9c8ba829617c954b2 SHA512 c5a0334ba439cb6c1d31efb33efa0c788ea2002a88c69e63a1a05328c65bbafcd3abc4b20d651ff193c6c7c4e6312a22916a953740ab35e9e78a13636c49c7d4
EBUILD pyinsteon-1.5.2.ebuild 691 BLAKE2B a437a1fd21b6fedfa6e63318796730f3f7a2db7a036bdae3e80b25e0f0736ab35e8ee6685e67f4ac4526591995a3ed90857d4f988ec2f2e9c8ba829617c954b2 SHA512 c5a0334ba439cb6c1d31efb33efa0c788ea2002a88c69e63a1a05328c65bbafcd3abc4b20d651ff193c6c7c4e6312a22916a953740ab35e9e78a13636c49c7d4
DIST pyinsteon-1.5.3.tar.gz 189585 BLAKE2B 64dcfba63955d1f7998823a38cb9ed8e9a3723bbfc0dee25235abb5f61833bcf9ff6fc3adef00e79ea9e093b28c03b31c55fba259a855b7e04c80a3833a4a72a SHA512 1cdddf0f7a69e91407140eacfa9e03294a7aab2e4dc9477cb8eb8e2c864847d36bf5295168acdca882ccaabb0026460a8a56431151905a197cdc9a4cdba79476
EBUILD pyinsteon-1.5.1.ebuild 691 BLAKE2B ab6311da9a275ea447a1e5a062afd252f46c1ed2340bc7e4b400b0a48ffc4cf9d2cadccce7cbf2507f26d4880456af5ec9c6a40b79a7bfb18b93f59489d387e1 SHA512 b028243972ba1c37ca70a3beae1f14f2620b52e72458202319ccda74be940b4548b28aeeeff43fbe3faa14580d1a1358b7801ef38f112502a87681c8154aff65
EBUILD pyinsteon-1.5.2.ebuild 691 BLAKE2B ab6311da9a275ea447a1e5a062afd252f46c1ed2340bc7e4b400b0a48ffc4cf9d2cadccce7cbf2507f26d4880456af5ec9c6a40b79a7bfb18b93f59489d387e1 SHA512 b028243972ba1c37ca70a3beae1f14f2620b52e72458202319ccda74be940b4548b28aeeeff43fbe3faa14580d1a1358b7801ef38f112502a87681c8154aff65
EBUILD pyinsteon-1.5.3.ebuild 691 BLAKE2B ab6311da9a275ea447a1e5a062afd252f46c1ed2340bc7e4b400b0a48ffc4cf9d2cadccce7cbf2507f26d4880456af5ec9c6a40b79a7bfb18b93f59489d387e1 SHA512 b028243972ba1c37ca70a3beae1f14f2620b52e72458202319ccda74be940b4548b28aeeeff43fbe3faa14580d1a1358b7801ef38f112502a87681c8154aff65
MISC metadata.xml 526 BLAKE2B 17966512f4f8ff89adb29461cbf4be57d70ddbee9706a7c85ac8048cf097cc5acf0ed4dd12ca6f51c83140454a3a850c595bb3394ad6355bac4e74ad66a40610 SHA512 a12b8129f592f846914c12b4a5cf31d753b2f681066ac52a6fe1fa861105171374c72469cdb2204951236b0ee2dfd26095a044ad5b895c9f8585c9b4650c9a72

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python API for controlling Insteon devices"
HOMEPAGE="https://github.com/pyinsteon/pyinsteon https://pypi.org/project/pyinsteon/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
DOCS="DESCRIPTION.rst"
RDEPEND="
dev-python/PyPubSub[${PYTHON_USEDEP}]
dev-python/aiofiles[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
>=dev-python/pyserial-asyncio-0.5[${PYTHON_USEDEP}]
dev-python/pyserial[${PYTHON_USEDEP}]
dev-python/voluptuous[${PYTHON_USEDEP}]
"