dev-python/pynobo: add 1.8.0

Closes: #3130
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-08 18:16:12 +02:00
parent 56bb255440
commit b1cd97a517
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 28 additions and 5 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 1978 Ebuilds in total, 1967 of them have in total 1986 (42 different) licenses assigned.
There are 1979 Ebuilds in total, 1968 of them have in total 1987 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1117|
|MIT|1118|
|Apache-2.0|454|
|GPL-3|129|
|BSD|111|

View File

@ -1,3 +1,5 @@
DIST pynobo-1.6.0.tar.gz 28577 BLAKE2B c06667527bb734e6149743320af4646d509ef6e72078049e976ed2cfcb4dc31d0ab950d05a3fae277cfc565cd4e41eed52ab2c0faa04fefc1f1353afb0fb338a SHA512 fe0919ddf9849f71902ef473b043afc819bf9ab06441dfc65812086133be0c7ef9e3d2fc18bd8fbf0059d4ae7203892ce0122b17ef181aa7276830c7c1f6a12a
EBUILD pynobo-1.6.0.ebuild 497 BLAKE2B 691f98b3487710706e6423b56737a42455c1fb7207692324321ca7b6236c67d147b3086bcfda9023457c18014921d436221802b2baed3ddd8802c475a2e91dad SHA512 018cc563068bc8a999904165a46f5b26093d828bae28f81fe89243c272d292b870a6b1faab58ea7090a310ab41aceb04ca51bfc557f80c10f56169ea26f9d396
DIST pynobo-1.8.0.tar.gz 30130 BLAKE2B 894424c7b4c34b7f149daffdd51e9f5a3eb9c5272eeb6b2cd40977bc962a62116f665545326f186196182aaa9ddd61e8187ed798da51d391be4be0519ad15be0 SHA512 9720294d8bb57bbfdcd06a4aa10b028d29955f7779ebea43a718d11d4aa0c9704d819fcf0e9516a08e9d4e9e8ccc54ac2454ca2edd40399ba37e9cf92c3f4684
EBUILD pynobo-1.6.0.ebuild 497 BLAKE2B d75a467ff542050b40b0436e4ff75d8353acf8301175783c01933719a2c2f2cb6eb55a23b1d99c081494c4fca8f998172035f68d09ccdfd67aa13d9c1632d67b SHA512 b8776253145c927658ff7f178ed959cbf9ae3e44ac9bf2952d7428af930b59350afd2915a4bd1d68f001c5a65f3c284d7926cbb15a92a712971271bf4aa1fbe8
EBUILD pynobo-1.8.0.ebuild 497 BLAKE2B d75a467ff542050b40b0436e4ff75d8353acf8301175783c01933719a2c2f2cb6eb55a23b1d99c081494c4fca8f998172035f68d09ccdfd67aa13d9c1632d67b SHA512 b8776253145c927658ff7f178ed959cbf9ae3e44ac9bf2952d7428af930b59350afd2915a4bd1d68f001c5a65f3c284d7926cbb15a92a712971271bf4aa1fbe8
MISC metadata.xml 383 BLAKE2B a60236fde2bacd9f878652b12f9fab0297553daa494dd7fef45c037463e31eab4e19cff07fea46ee04946577ca76f5384a45ef5bd67cc542e18e8ccf6d4bea24 SHA512 849763e8228053dcb161946e628311182cd0fd596389de6326235388abf64da0e766cbf1e755ef8d317f2bb54be27edc91152ce73d81a0649c416bd16b65457d

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
inherit distutils-r1 pypi

View File

@ -0,0 +1,21 @@
# 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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Nobø Hub / Nobø Energy Control TCP/IP Interface"
HOMEPAGE="https://github.com/echoromeo/pynobo https://pypi.org/project/pynobo/"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
distutils_enable_tests pytest