dev-python/homeconnect: add 0.8.0

Closes: #3645
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-20 11:36:27 +02:00
parent a26a5690dc
commit 4e93328e24
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 38 additions and 7 deletions

View File

@ -606,11 +606,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 2025 Ebuilds in total, 2014 of them have in total 2042 (42 different) licenses assigned.
There are 2026 Ebuilds in total, 2015 of them have in total 2043 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1170|
|MIT|1171|
|Apache-2.0|452|
|GPL-3|120|
|BSD|113|

View File

@ -1,3 +1,5 @@
DIST homeconnect-0.7.2.tar.gz 8123 BLAKE2B d11f4fdcebc4d91c9d81707352af2d19814f1aa7e4cbda46514baf02d0f48dff0a40c4a0eabf6518641f3e31fc4384abc380178a8d0038a8be3a5799fa2df09d SHA512 49134749ae63dca2192702c4a74eaef81d1955bb353d5f246347a3085df77a8fb0d8cb353c661d567a1736da1c6c04e81e080fbb26592187c24af0398949117b
EBUILD homeconnect-0.7.2.ebuild 704 BLAKE2B 7d2e14998eb0026692a1b8d4ee6848b45e374a7f576eafabeec78f51b8670164b173c247e53a43c1b607434a0ea82f83a1fb6b3583f63223d5b79da48af7ac23 SHA512 8e22f0abaa80a06a3af26439c5a9a753dbb98690ed744a23c5e8663e43ec872aba65c0bd3e279ea95bba0218f811a1c1006a3e501abcc80bb071236db023fc7a
MISC metadata.xml 524 BLAKE2B 2da8ef5b0e771187f1e8728cb161da47202e42c56e8d1bffa3e229b4b96081ea86b731e90253089d9ec5d4e6923fb544c12b7e24c49b3688a51ec7107e26fcbf SHA512 856880918d70bf6374bbd26de09748a6d2924fbea15185c540c88551b0aa2ed54afcee8deaa7500072d4ee4f860820f332469a18a3f5d2a218ad88541df27bb0
DIST homeconnect-0.8.0.tar.gz 9220 BLAKE2B 219e648b39b324201788d4d0cf10519f782c1cd17e6ddf53875b691d5ff2f995aa5d360451d9f8a3c92c237f2b35d1f0aec5e080c7ff7e2f1710224683e481e1 SHA512 a3d0100b8b970a8e540b4570177e5177961a5fd22621c7791eb0acf800d2927612de5717d3ce80ff445e9d796ade8f966ae2022fcc83554c01972a4be944f10a
EBUILD homeconnect-0.7.2.ebuild 704 BLAKE2B 284054b570db6ad3b6cbbe5a68397985f922dc2da2a4f7fe944443e857d1a572b47c9ca90fc28f0382ab00cdc581a0d9208a3102469961d58ca33eb12a57e4ff SHA512 5c5ed56b0ee0a30d47750b4dd809a4c04df1ed5e6ac559b7f7390791c15e4c886d7a25881ea03544365f6a8d6a25bf296106f689bb812ecc6c6060b92c069db2
EBUILD homeconnect-0.8.0.ebuild 744 BLAKE2B b6ae93d516955a84cb39f071ae30777b7979a925ae29e4bba67b8bb78c5a41bfe7ffc92b693c165c90c6682d075638f1b88d54e10c21b5b6ca8d54b558b3b392 SHA512 c63f48875e01abdd3d1099770244351dbfdef01a0e0696a075deef65b412c95257374e866d39386b72c1b8d19b30d8e78197b1cead1898b86c173067ea739078
MISC metadata.xml 526 BLAKE2B 6ec6bee94b23258e8005e1952d1d2debacc3c5d5cf1b47787c74d9e037b98733d3171cc74d431a7b5b2b9a49a83137f7c70225e146490f602bf62a024f9ca0ff SHA512 2a14045b6d74640266c76a7f8f8a4f44ec1fe37f1c50a779f7c2323f7e97574d50d0edc17d08ebe810b0b31a39ade44c4476f02014f5f175fb34ef77ec57a23b

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..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,29 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python client for the BSH Home Connect REST API"
HOMEPAGE="https://github.com/DavidMStraub/homeconnect https://pypi.org/project/homeconnect/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/requests-oauthlib[${PYTHON_USEDEP}]"
src_prepare() {
sed -i "s/packages=find_packages()/packages=find_packages(exclude=['tests','tests.*'])/g" -i setup.py || die
eapply_user
}
distutils_enable_tests pytest

View File

@ -9,7 +9,7 @@
<remote-id type="pypi">homeconnect</remote-id>
<remote-id type="github">DavidMStraub/homeconnect</remote-id>
<maintainer status="unknown">
<email>david.straub@tum.de</email>
<email>straub@protonmail.com</email>
<name>David M. Straub</name>
</maintainer>
</upstream>