Skip to content

Commit 9de3f14

Browse files
committed
dev-python/pyeiscp: keyword 0.0.7 for amd64, arm, arm64, x86
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3719 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 4a98e84 commit 9de3f14

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

dev-python/pyeiscp/Manifest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
DIST pyeiscp-0.0.7.tar.gz 44843 BLAKE2B 10e11d1587140561cef8cef8e93db6dd227ebb50f6b93f5d64ca694af9abc417f2a804860ae43348375a359b6c5131f9bfdbac35214ab27dd800dfab40b167d5 SHA512 bbe190c5d363abeab7ff1359e7048e6711bda2a92dc78231248d89ace6b313026335f6daf64b405d09525e89d7655022c94d267b4a46bbeab33834f04387f703
2-
EBUILD pyeiscp-0.0.7.ebuild 441 BLAKE2B 6a32c73c72baf033464d7b11acdc3dcf484f0b503acffa13ba035efd331ca1f9c10493003d5513197ed43fae0f58dcc1116f8cd3fd998831c2d00351b5e1e72f SHA512 015bac297d63d014d74da3988704a3b3cd79356564152a4e38734c1cc896d869480333dd32e5ae2fcb97b4d379c25b31d6709a0ba42bc69a4d69fc85bd993258
2+
EBUILD pyeiscp-0.0.7.ebuild 497 BLAKE2B e6da34acadfbbaa14aca7723ff7066f7d759b090a76c57ba4ee09f5667fe90dbb0e71aec356dda946d6beb3c9ee474690cd89e36816c3331e905eeaacb891b8a SHA512 a5858f4ee80f067df0bd70ab4a3b8227040e6093d1b84c9fc963c3f39d83b8c0a2d0f0a145830641bb95df3d602fa5db8dda508d94638784388290088e90f965
3+
MISC metadata.xml 522 BLAKE2B 4b8cf1ff6a9b501fd003c226cbb4f80c2b80e888667fc7d3f80c4f75cfddb27265b8c5fc3067fb47c270cd4e612f018f2a1ea370b14cac1acdf674acb39fe6ff SHA512 165c2c61e08bd4fa2c0dc2a67a2984b74898ec3b39620a7a813a46de289f33e69ac6bd5372ec606b55661531e3e44e3859d95ae00c0afa0d71672cba6280aa86

dev-python/pyeiscp/metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">pyeiscp</remote-id>
10+
<remote-id type="github">winterscar/python-eiscp</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Mathieu Pasquet</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
# Copyright 2024 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_12 )
7+
PYTHON_COMPAT=( python3_{11..13} )
88

99
inherit distutils-r1 pypi
1010

1111
DESCRIPTION="Python asyncio module to interface with Anthem AVM and MRX receivers"
12-
HOMEPAGE="https://pypi.org/project/pyeiscp/"
12+
HOMEPAGE="https://github.com/winterscar/python-eiscp https://pypi.org/project/pyeiscp/"
1313

1414
LICENSE="MIT"
1515
SLOT="0"
16-
KEYWORDS="~amd64"
16+
KEYWORDS="amd64 arm arm64 x86"
1717

1818
RDEPEND="dev-python/netifaces"
19-
BDEPEND=""
2019

2120
distutils_enable_tests pytest

0 commit comments

Comments
 (0)