dev-python/boschshcpy: add 0.2.75

Closes: #2391
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier (@STR/VW3) 2023-11-23 17:52:14 +01:00 committed by Andreas Billmeier
parent eb3aef669c
commit b684513894
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 29 additions and 2 deletions

View File

@ -612,14 +612,14 @@ 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 1638 Ebuilds in total, 1627 of them have in total 1647 (43 different) licenses assigned.
There are 1639 Ebuilds in total, 1628 of them have in total 1648 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|954|
|Apache-2.0|337|
|GPL-3|95|
|BSD|94|
|BSD|95|
|GPL-2|27|
|LGPL-3|23|
|all-rights-reserved|15|

View File

@ -1,5 +1,7 @@
DIST boschshcpy-0.2.35.tar.gz 25827 BLAKE2B 59c98504f1578bfe1a05241d76691b8cd2312e41ead1bfec5cc2ffe93f05a053ca20d92756f8a35a7db1fdcb9f5427ec3052a2f0330f727347a144a2863de3bf SHA512 21868bd3fab0e35b1ab79ef90134bb149c934e440e2fb61622af19c3b8e5f097489227fd8194291ff3d2495c6c2d3b3dcec7ccfceff75e63d789ddb4169233c4
DIST boschshcpy-0.2.57.tar.gz 30604 BLAKE2B 98f3fb7c4d006bcc6dac38a0d08d8c1ab79ed94127f2d3fa63e1e78981da5f1517315095b6ab7f1ebe40bdac3b102d0648741950a72b4218fdf94cff618c5b15 SHA512 46aecc6c26f0d1272d185fb1c954fa06cfb17c19cd463dcc480b9784ed2ffdaa561f2ebfc0ad9b9161f3240503086a0ea386a77d6bd10aa9abbc831684833b05
DIST boschshcpy-0.2.75.tar.gz 31946 BLAKE2B cd0171ff4358bde70f024afa0deb2ea155cbe0446adb6a4c34ab3e6284c9576e79b621f9eca977f1346381902303fa69a67467b5c095b3deb52356e7dcc24937 SHA512 9bb738ca9ba21ad1162ba40e6f6022ba1f8e7832f1ba0359e022c6bbfcda4fc0ebb01f14ef77e7b6b0f9fa4e8f3777d571e77e66811b34eacdd95b6a2e2a5688
EBUILD boschshcpy-0.2.35.ebuild 695 BLAKE2B 2f55e793436263fadc6378368d199786047bd51cb3c4c2ce4aa5e78dbf0d2206566f3704a0dc201eeea493e19ae9d400dc0917a3add3abc0a0c0f50723300e91 SHA512 5f2cf0bb79927b6ab258f4e6024a23879f70d10aec1bd045cf239027d3aa0d6e79b09f173c8300d7da05917f3725dff4cf001d414eec3679bc1574a1c7c13459
EBUILD boschshcpy-0.2.57.ebuild 695 BLAKE2B 2f55e793436263fadc6378368d199786047bd51cb3c4c2ce4aa5e78dbf0d2206566f3704a0dc201eeea493e19ae9d400dc0917a3add3abc0a0c0f50723300e91 SHA512 5f2cf0bb79927b6ab258f4e6024a23879f70d10aec1bd045cf239027d3aa0d6e79b09f173c8300d7da05917f3725dff4cf001d414eec3679bc1574a1c7c13459
EBUILD boschshcpy-0.2.75.ebuild 695 BLAKE2B 2f55e793436263fadc6378368d199786047bd51cb3c4c2ce4aa5e78dbf0d2206566f3704a0dc201eeea493e19ae9d400dc0917a3add3abc0a0c0f50723300e91 SHA512 5f2cf0bb79927b6ab258f4e6024a23879f70d10aec1bd045cf239027d3aa0d6e79b09f173c8300d7da05917f3725dff4cf001d414eec3679bc1574a1c7c13459
MISC metadata.xml 553 BLAKE2B eda124afb30bb309f4d7c242ba9ab5abc82b4545567e72ec13e54d118f06f6b51d123210498e101f5af8f5f59f9e8552814cdcfa034d2df929feb5a03a7156b5 SHA512 95c3cda0c2feccab650dc4a904073a929c43de0f1f058c649d95fa59f828d0c792f5b29b1e716b3d5f243caade9996389794397a436ce734c6aade7ef6278a92

View File

@ -0,0 +1,25 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Bosch Smart Home Controller API Python Library"
HOMEPAGE="https://github.com/tschamm/boschshcpy https://pypi.org/project/boschshcpy/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/cryptography-3.3.2[${PYTHON_USEDEP}]
~dev-python/getmac-0.8.2[${PYTHON_USEDEP}]
>=dev-python/requests-2.22[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.28.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest