dev-python/numato-gpio: add 0.12.0

Closes: #3074
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-14 23:36:30 +01:00
parent edd8bad557
commit 86a6fbd60b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 36 additions and 7 deletions

View File

@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
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.
There are 1916 Ebuilds in total, 1905 of them have in total 1924 (42 different) licenses assigned.
There are 1917 Ebuilds in total, 1906 of them have in total 1925 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1079|
|MIT|1080|
|Apache-2.0|442|
|GPL-3|128|
|BSD|106|

View File

@ -1,3 +1,5 @@
DIST numato-gpio-0.10.0.tar.gz 11468 BLAKE2B eb9737281848b01918c282cbbaceb3339b7f2876b23c2cb618bd7acc478916354bdf84fb7bce55e82d79800e173d62a35dee18967288fa52d844e50b8437ee9a SHA512 bf0e338762410c6b6ebb9cd57cc1ced7a72db52a8a66793aa05862978247860b5778108e299bef33c882c77bdf9e4d9f9da430f0e8f5d5f5ba123c9e02b3cb8d
EBUILD numato-gpio-0.10.0.ebuild 666 BLAKE2B 91b30897330a133e7d7712a7c986c3506ffc93269d02b736a6ad7070393fc723417636beaf2a53570a18b5e480dab6c4e7d8e98d02b7298147e2db18705d6e8c SHA512 e78b21df0caae97c03c2e0217fe2cad7c843780392df5c8ee67f677b293df48058973974ba9ec5eb0a83174ac87f197b1d37acd5fdd9dd0289bea57aaf0b5f13
MISC metadata.xml 511 BLAKE2B 8d562a132f34d67a181e01a6a1503d28731a8e4fcf0f6919d6d270b3a1b316ab3277a8dae274b80691567fcd68e015b879a8f353ef5934be8c0e2b29a5330950 SHA512 67ea933372b114163f709b65931eafa16a42fc9550128d1113031c595c305231ab6ed22df84e96a98ce3b54f2aaf8fc24aee3f4ae9e14c442c8cd21c62f78c9e
DIST numato_gpio-0.12.0.tar.gz 12559 BLAKE2B e877f8a81f7af5a90e5621273da36d784762a959718a2804d2810d2ace9ec7e07c4aa8664bb36ad9d4d983455fc7c214ead1c785bf6d93edf4ccabca0ed17924 SHA512 cdbb85caa51649cab512a61d272a176d41c564b37e1d0f107df4a210e792c641dd9e4c5319dce7c773f86132cd7ec47fd42e5a0d10200b5eee8adbb17498f0d9
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

View File

@ -10,7 +10,7 @@
<remote-id type="github">clssn/numato-gpio</remote-id>
<maintainer status="unknown">
<email>code@clssn.de</email>
<name>Henning Classen</name>
<name>Henning Claßen</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -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