-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3131 Signed-off-by: Andreas Billmeier <[email protected]>
- Loading branch information
Showing
4 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
DIST numato-gpio-0.10.0.tar.gz 11468 BLAKE2B eb9737281848b01918c282cbbaceb3339b7f2876b23c2cb618bd7acc478916354bdf84fb7bce55e82d79800e173d62a35dee18967288fa52d844e50b8437ee9a SHA512 bf0e338762410c6b6ebb9cd57cc1ced7a72db52a8a66793aa05862978247860b5778108e299bef33c882c77bdf9e4d9f9da430f0e8f5d5f5ba123c9e02b3cb8d | ||
DIST numato_gpio-0.12.0.tar.gz 12559 BLAKE2B e877f8a81f7af5a90e5621273da36d784762a959718a2804d2810d2ace9ec7e07c4aa8664bb36ad9d4d983455fc7c214ead1c785bf6d93edf4ccabca0ed17924 SHA512 cdbb85caa51649cab512a61d272a176d41c564b37e1d0f107df4a210e792c641dd9e4c5319dce7c773f86132cd7ec47fd42e5a0d10200b5eee8adbb17498f0d9 | ||
DIST numato_gpio-0.13.0.tar.gz 12211 BLAKE2B 85bf6e3dfdf35f8c854025c398fe881282b954b350b4ea8fa53a3cd649a38734e933c3419d4cf5991d37c26635f3826bd16685fa4e9b69b54d144ae60730fc8d SHA512 881c15a463326d8ded9c91e9cd61a5060a3902be42c0c007443c8e3d29f2240f58419bd4202e697afdbc468547689a6849058c71d0652c740728f309129367e7 | ||
EBUILD numato-gpio-0.10.0.ebuild 666 BLAKE2B 6c31e1f4a384d43dc963edb3075796cb9c40e32ad17bd67f270d04d505d321e538ee7f2682e6941d94a3a161f8ba41597e683d6fa0b8937ecb79b564702404a8 SHA512 59007b3d134d78965ae3cdb16e415a0e8b4582ff8b1cb910f9839731350af09eeab5d00e381922b2f5e74246e07cbb410915aefcf62e1ae17968dca7d8bc787a | ||
EBUILD numato-gpio-0.12.0.ebuild 607 BLAKE2B c0c8d4f9339c14dd16dab2459db92093fcefe43791df6c254ebc8f43887f6dab8b079238a7a39101f3a7a49f1d53ebbe17eea25a1983efecbc69c3d0f9925e1a SHA512 fd1f324241226acb6706b51d384a6a7b936b093d813a5e9319bb3f3380ce02bb677a7e7e48813b93437760939a8180e478423fcc1c4c28e3c9daa619461f54d9 | ||
MISC metadata.xml 511 BLAKE2B 9adb28f1a72a9be166604ed7c77722622650d6d3927f76ff80438d5b7d73bccacca8900c4c193327a4c2e45a7471cf766fc7f801d1642998f092914076420eed SHA512 608cf998daf060da6e4d5f0c538bf9c1633b475941884bf46f7ca263a1f60259bbc8e84883672c4216d1c8c5b129f8502774071c95e1d4ceb955ec7dce3fb431 | ||
EBUILD numato-gpio-0.13.0.ebuild 607 BLAKE2B c0c8d4f9339c14dd16dab2459db92093fcefe43791df6c254ebc8f43887f6dab8b079238a7a39101f3a7a49f1d53ebbe17eea25a1983efecbc69c3d0f9925e1a SHA512 fd1f324241226acb6706b51d384a6a7b936b093d813a5e9319bb3f3380ce02bb677a7e7e48813b93437760939a8180e478423fcc1c4c28e3c9daa619461f54d9 | ||
MISC metadata.xml 452 BLAKE2B dad31e2ab0a13aecf7fc19c59fb0e6b8d19e49fcc919e7d22b521f674c5248d1954deb2072d5c4e0e254477396e3fc39af5d760da1af39df437d78fe63f34fcf SHA512 677b3d45ad94c7541098ffdea13a8321261b35af59b41b4f9c101dedf31bc160456eb8576208950b8f303ce3013a5446b411e8172e5794ec586dd6f6d1de536b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
</maintainer> | ||
<upstream> | ||
<remote-id type="pypi">numato-gpio</remote-id> | ||
<remote-id type="github">clssn/numato-gpio</remote-id> | ||
<maintainer status="unknown"> | ||
<email>[email protected]</email> | ||
<name>Henning Claßen</name> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_{11..12} ) | ||
DISTUTILS_USE_PEP517=poetry | ||
inherit distutils-r1 pypi | ||
|
||
DESCRIPTION="Python API for Numato GPIO Expanders" | ||
HOMEPAGE="https://github.com/clssn/numato-gpio https://pypi.org/project/numato-gpio/" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="amd64 arm arm64 x86" | ||
IUSE="test" | ||
RESTRICT="!test? ( test )" | ||
|
||
DOCS="README.md" | ||
|
||
RDEPEND=">=dev-python/pyserial-3.1.1[${PYTHON_USEDEP}]" | ||
BDEPEND=" | ||
test? ( | ||
dev-python/pytest-xdist[${PYTHON_USEDEP}] | ||
)" | ||
|
||
distutils_enable_tests pytest |