dev-python/pyeiscp: keyword 0.0.7 for amd64, arm, arm64, x86

Closes: #3719
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-26 23:08:33 +02:00
parent 4a98e844d5
commit 9de3f14faa
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 22 additions and 6 deletions

View File

@ -1,2 +1,3 @@
DIST pyeiscp-0.0.7.tar.gz 44843 BLAKE2B 10e11d1587140561cef8cef8e93db6dd227ebb50f6b93f5d64ca694af9abc417f2a804860ae43348375a359b6c5131f9bfdbac35214ab27dd800dfab40b167d5 SHA512 bbe190c5d363abeab7ff1359e7048e6711bda2a92dc78231248d89ace6b313026335f6daf64b405d09525e89d7655022c94d267b4a46bbeab33834f04387f703
EBUILD pyeiscp-0.0.7.ebuild 441 BLAKE2B 6a32c73c72baf033464d7b11acdc3dcf484f0b503acffa13ba035efd331ca1f9c10493003d5513197ed43fae0f58dcc1116f8cd3fd998831c2d00351b5e1e72f SHA512 015bac297d63d014d74da3988704a3b3cd79356564152a4e38734c1cc896d869480333dd32e5ae2fcb97b4d379c25b31d6709a0ba42bc69a4d69fc85bd993258
EBUILD pyeiscp-0.0.7.ebuild 497 BLAKE2B e6da34acadfbbaa14aca7723ff7066f7d759b090a76c57ba4ee09f5667fe90dbb0e71aec356dda946d6beb3c9ee474690cd89e36816c3331e905eeaacb891b8a SHA512 a5858f4ee80f067df0bd70ab4a3b8227040e6093d1b84c9fc963c3f39d83b8c0a2d0f0a145830641bb95df3d602fa5db8dda508d94638784388290088e90f965
MISC metadata.xml 522 BLAKE2B 4b8cf1ff6a9b501fd003c226cbb4f80c2b80e888667fc7d3f80c4f75cfddb27265b8c5fc3067fb47c270cd4e612f018f2a1ea370b14cac1acdf674acb39fe6ff SHA512 165c2c61e08bd4fa2c0dc2a67a2984b74898ec3b39620a7a813a46de289f33e69ac6bd5372ec606b55661531e3e44e3859d95ae00c0afa0d71672cba6280aa86

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">pyeiscp</remote-id>
<remote-id type="github">winterscar/python-eiscp</remote-id>
<maintainer status="unknown">
<email>mat@pyeiscp.pasquet.co</email>
<name>Mathieu Pasquet</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,21 +1,20 @@
# Copyright 2024 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_12 )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="Python asyncio module to interface with Anthem AVM and MRX receivers"
HOMEPAGE="https://pypi.org/project/pyeiscp/"
HOMEPAGE="https://github.com/winterscar/python-eiscp https://pypi.org/project/pyeiscp/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="amd64 arm arm64 x86"
RDEPEND="dev-python/netifaces"
BDEPEND=""
distutils_enable_tests pytest