dev-python/pynuki: add 1.6.3

Closes: #3003
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 17:19:39 +01:00
parent 90119d52d7
commit 8b4a6c91e2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 31 additions and 5 deletions

View File

@ -617,13 +617,13 @@ 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 1873 Ebuilds in total, 1862 of them have in total 1881 (42 different) licenses assigned.
There are 1874 Ebuilds in total, 1863 of them have in total 1882 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1060|
|Apache-2.0|429|
|GPL-3|123|
|GPL-3|124|
|BSD|104|
|LGPL-3|24|
|GPL-2|21|

View File

@ -1,3 +1,5 @@
DIST pynuki-1.6.2.tar.gz 18331 BLAKE2B d1e7806aea9e359f3bcd27146da9e768c59e145952997229dc920d96d3cc7a0eac0b9f9aff7c4c7a7fcdf56fc762e35e7c39e22cf679cae6a1f57decba5f6c06 SHA512 9b1031ebf9fa11b51221587c29216b526a33378399b2d389963a39e010238daf9e18195f3cf4dc38063a70557ef0490785cc8c4d6aaabd736a0341ccc8c80178
EBUILD pynuki-1.6.2.ebuild 666 BLAKE2B 7e1817d7190f01eaacf3c26ff2a7b424870f6f3b629ce77f2d5e6cdd431d7071172702f77dacd4797bcbe72c02771e2210eca1a7c55303fef212cf96fb8484ff SHA512 52ecbc78bb4bedc19be3cc6fe8ecaa3626cfd670d8e69bc8eb403e6e34b4ea1a8ff3fa2ad829fe195e16d865ef3ecd8d440bd4b7bf752f943ddd796060be33f5
DIST pynuki-1.6.3.tar.gz 18385 BLAKE2B 65e1b3733d85665a96c236717bcaeebd1062d5fe7554ba43859e70e4d0c45fe38a8aa0fcbaeec2fc6821015cba9f1a68ae02bf04c37ce350d3109211675be2c8 SHA512 31368227503b24c257c8b38520efb88c5297f6016409b4bb09760e45d5b348a8df5847ded0b9e115e150dbf6870dbbaf747a9479873b813cdf5fe5c4455e0248
EBUILD pynuki-1.6.2.ebuild 666 BLAKE2B c7c34771f32e5dc51b19a49fb2505038efd610aa2bd111da5e1ae4dbf2abcf69105a52f178499b05cdb53c89066d930524b66c6280d876a7c7ae642585c420cf SHA512 db01ae7f590181ec9458a002c83d55db56f1073a0be338002dbc499403c96462ff3434c54ecbf764a6de2a9360fa5beccded8d9f77ac72b4282b4cebe7684047
EBUILD pynuki-1.6.3.ebuild 563 BLAKE2B 94db8dacbad0514e8b706c4fbb2ce386a19362a254c1e223a088898a362eec345c9eb8e09f2b2b958f9572f9f670c9b46bbf293329513f0f774c8556ae088e54 SHA512 c42f102319a347951e61d8901a3f1d7ecf25cbbba894124800ede4b815b154b03e72aad31e7c515076cc66c81ccbe552e6ed4b0ac5074c98dd65c9198c1d32c6
MISC metadata.xml 509 BLAKE2B e18c323432dd51a5887fe4a8bd9c7782299471c7b6584628cfd8da2b459bb63d57e6cb4301b8e54cbc58efd144981d4bbc2596d8c2c78dd7f0c507a88e8a543e SHA512 152c3abec54fae5c9219587bee7ff2f9692d4a140960451e85d5690c8636e7053ad770aee509e23b74a67172ae9d1c53492460535e464d12288863fe2056137e

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

View File

@ -0,0 +1,24 @@
# 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 bindings for nuki.io bridges"
HOMEPAGE="https://github.com/pschmitt/pynuki https://pypi.org/project/pynuki/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/pynacl[${PYTHON_USEDEP}]"
distutils_enable_tests pytest