Skip to content

Commit 86a6fbd

Browse files
committed
dev-python/numato-gpio: add 0.12.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3074 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent edd8bad commit 86a6fbd

File tree

5 files changed

+36
-7
lines changed

5 files changed

+36
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
620-
There are 1916 Ebuilds in total, 1905 of them have in total 1924 (42 different) licenses assigned.
620+
There are 1917 Ebuilds in total, 1906 of them have in total 1925 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1079|
624+
|MIT|1080|
625625
|Apache-2.0|442|
626626
|GPL-3|128|
627627
|BSD|106|

dev-python/numato-gpio/Manifest

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST numato-gpio-0.10.0.tar.gz 11468 BLAKE2B eb9737281848b01918c282cbbaceb3339b7f2876b23c2cb618bd7acc478916354bdf84fb7bce55e82d79800e173d62a35dee18967288fa52d844e50b8437ee9a SHA512 bf0e338762410c6b6ebb9cd57cc1ced7a72db52a8a66793aa05862978247860b5778108e299bef33c882c77bdf9e4d9f9da430f0e8f5d5f5ba123c9e02b3cb8d
2-
EBUILD numato-gpio-0.10.0.ebuild 666 BLAKE2B 91b30897330a133e7d7712a7c986c3506ffc93269d02b736a6ad7070393fc723417636beaf2a53570a18b5e480dab6c4e7d8e98d02b7298147e2db18705d6e8c SHA512 e78b21df0caae97c03c2e0217fe2cad7c843780392df5c8ee67f677b293df48058973974ba9ec5eb0a83174ac87f197b1d37acd5fdd9dd0289bea57aaf0b5f13
3-
MISC metadata.xml 511 BLAKE2B 8d562a132f34d67a181e01a6a1503d28731a8e4fcf0f6919d6d270b3a1b316ab3277a8dae274b80691567fcd68e015b879a8f353ef5934be8c0e2b29a5330950 SHA512 67ea933372b114163f709b65931eafa16a42fc9550128d1113031c595c305231ab6ed22df84e96a98ce3b54f2aaf8fc24aee3f4ae9e14c442c8cd21c62f78c9e
2+
DIST numato_gpio-0.12.0.tar.gz 12559 BLAKE2B e877f8a81f7af5a90e5621273da36d784762a959718a2804d2810d2ace9ec7e07c4aa8664bb36ad9d4d983455fc7c214ead1c785bf6d93edf4ccabca0ed17924 SHA512 cdbb85caa51649cab512a61d272a176d41c564b37e1d0f107df4a210e792c641dd9e4c5319dce7c773f86132cd7ec47fd42e5a0d10200b5eee8adbb17498f0d9
3+
EBUILD numato-gpio-0.10.0.ebuild 666 BLAKE2B 6c31e1f4a384d43dc963edb3075796cb9c40e32ad17bd67f270d04d505d321e538ee7f2682e6941d94a3a161f8ba41597e683d6fa0b8937ecb79b564702404a8 SHA512 59007b3d134d78965ae3cdb16e415a0e8b4582ff8b1cb910f9839731350af09eeab5d00e381922b2f5e74246e07cbb410915aefcf62e1ae17968dca7d8bc787a
4+
EBUILD numato-gpio-0.12.0.ebuild 607 BLAKE2B c0c8d4f9339c14dd16dab2459db92093fcefe43791df6c254ebc8f43887f6dab8b079238a7a39101f3a7a49f1d53ebbe17eea25a1983efecbc69c3d0f9925e1a SHA512 fd1f324241226acb6706b51d384a6a7b936b093d813a5e9319bb3f3380ce02bb677a7e7e48813b93437760939a8180e478423fcc1c4c28e3c9daa619461f54d9
5+
MISC metadata.xml 511 BLAKE2B 9adb28f1a72a9be166604ed7c77722622650d6d3927f76ff80438d5b7d73bccacca8900c4c193327a4c2e45a7471cf766fc7f801d1642998f092914076420eed SHA512 608cf998daf060da6e4d5f0c538bf9c1633b475941884bf46f7ca263a1f60259bbc8e84883672c4216d1c8c5b129f8502774071c95e1d4ceb955ec7dce3fb431

dev-python/numato-gpio/metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<remote-id type="github">clssn/numato-gpio</remote-id>
1111
<maintainer status="unknown">
1212
<email>[email protected]</email>
13-
<name>Henning Classen</name>
13+
<name>Henning Claßen</name>
1414
</maintainer>
1515
</upstream>
1616
</pkgmetadata>

dev-python/numato-gpio/numato-gpio-0.10.0.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 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

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..12} )
77
DISTUTILS_USE_PEP517=setuptools
88
PYPI_NO_NORMALIZE=1
99
inherit distutils-r1 pypi
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..12} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Python API for Numato GPIO Expanders"
11+
HOMEPAGE="https://github.com/clssn/numato-gpio https://pypi.org/project/numato-gpio/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/pyserial-3.1.1[${PYTHON_USEDEP}]"
22+
BDEPEND="
23+
test? (
24+
dev-python/pytest-xdist[${PYTHON_USEDEP}]
25+
)"
26+
27+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)