dev-python/sense-energy: add 0.13.2

Closes: #4011
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-11-02 09:02:44 +01:00
parent 0d6bdcecd7
commit d2be4c6c51
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 33 additions and 2 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 2271 Ebuilds in total, 2257 of them have in total 2296 (43 different) licenses assigned.
There are 2272 Ebuilds in total, 2258 of them have in total 2297 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1289|
|MIT|1290|
|Apache-2.0|526|
|GPL-3|144|
|BSD|124|

View File

@ -1,5 +1,7 @@
DIST sense_energy-0.12.2.tar.gz 13088 BLAKE2B bbd9d0fc885453bf0d4ec102125f85aad690e480bfded44577e7c66d2b41b5bbd8fe86553acb8df4305dd8c44cedff919b5c668dd98c312e7d6ce39fd8bb1937 SHA512 a67fd17ad1560b22e662460436ea43e7e81216097346275da631713d062fec8efe25158ec9204999b8a6e18aaabdb9bdde059ab9d2c42bfa02f4a610391b5cfa
DIST sense_energy-0.12.4.tar.gz 13179 BLAKE2B 7c3249cef7237339b933aa972776be9def8efb038baeecb7be59a0492ae63a8e57a446bebe4b66852a465153777fba753ab82033f4e07c9320f30ca4ae012547 SHA512 dadd1cc58eb236b29cd4c1dbae7565a949ef286324730a6d91098e9c1ca0aa01ceb676bc18d6d8936469df9946f44e1625dc2b670eb3baf69260dec9cf22dc48
DIST sense_energy-0.13.2.tar.gz 14087 BLAKE2B a95324903d6eab9129b70ca095e65f1ecc893c9930f52a8950af757bbf34e39299b041b4e0d5270ad0b4cf99b89c38a318162897e082b1391d60691a1557747c SHA512 7fde6b130bac756b7dca7a38dd5ac65dcd6f1a20d2893c011590d25e35287c69507fb2925ee4de69b0016eed8b3d645e2a59b22ce2d23540a3b0451240b1812c
EBUILD sense-energy-0.12.2.ebuild 881 BLAKE2B b96625854ab8104c051c37ff669b7e96dcaa6b4f4b5d7f406091a7b2d0226621dcd9b345c8e1c37d7105827a4c1b4832be9a77788c169899237eb95bbee82cd2 SHA512 edc59fa26871344d5781558d75cf89ad6f13f7c4a38ed404805748109d902742903c0faa41142a01844aff9ef99356ad1af3495272f31aa519a9ad1f786db0c4
EBUILD sense-energy-0.12.4.ebuild 820 BLAKE2B 2864f4d3f18e30fa80c3c90f9ad700c25813c851cb6086ba3ed383121c19302329eef674a705e7f90a6663c661b77f23f147c20e3b5fb9869803488869c9f195 SHA512 689563843a1176a5b73038a570846b4509455d414d09552657ea4ed6af26f12b9003eeb71252deb8641109d4f8e488f21c4642a1cc0aa95a3b43e789fd997f60
EBUILD sense-energy-0.13.2.ebuild 820 BLAKE2B 2864f4d3f18e30fa80c3c90f9ad700c25813c851cb6086ba3ed383121c19302329eef674a705e7f90a6663c661b77f23f147c20e3b5fb9869803488869c9f195 SHA512 689563843a1176a5b73038a570846b4509455d414d09552657ea4ed6af26f12b9003eeb71252deb8641109d4f8e488f21c4642a1cc0aa95a3b43e789fd997f60
MISC metadata.xml 519 BLAKE2B cd1e99999ff06e34b709dc241ca553cecbef1ef58f48717ad4043e01bb96974a643f9274cca0c84a779d0fe783208180b9a5139d24d263325a0cdf492ed1f7e9 SHA512 6579af55a2db428dd58be95bf07a2d108523b5082a671a368e20c40c1300f2dc17c3326e2806d4c4481e4ab505b27c2ac7d83f01f0413c8ade8ee6d27887ef05

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="API for the Sense Energy Monitor"
HOMEPAGE="https://github.com/scottbonline/sense https://pypi.org/project/sense-energy/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/async-timeout[${PYTHON_USEDEP}]
dev-python/ciso8601[${PYTHON_USEDEP}]
dev-python/orjson[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/websocket-client[${PYTHON_USEDEP}]
dev-python/websockets[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/kasa-crypt[${PYTHON_USEDEP}]"
distutils_enable_tests pytest