dev-python/energyzero: add 2.1.0

Closes: #2600
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-03 18:45:14 +01:00
parent 74f2029772
commit 336bf444dd
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 31 additions and 2 deletions

View File

@ -612,11 +612,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 1594 Ebuilds in total, 1583 of them have in total 1598 (42 different) licenses assigned.
There are 1595 Ebuilds in total, 1584 of them have in total 1599 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|917|
|MIT|918|
|Apache-2.0|336|
|GPL-3|102|
|BSD|88|

View File

@ -1,5 +1,7 @@
DIST energyzero-0.5.0.tar.gz 11887 BLAKE2B 24c0d3c00b319e5cf55d3ad26bea01b08a30d4251c316565ae98f8b6a0249b3207f700a04c51ce00e47f8a81fcb48b9d6c7ab8e451ab346d618de334d1432a1c SHA512 94cf2aa4a834f8206deab052c7656f0582bd2df9664c962e22c8bbec167c4ab9890e248f83595eaeb44a479aab7c4b99021b695287eafa1632a8f4fcb034d101
DIST energyzero-1.0.0.tar.gz 11849 BLAKE2B 78861528891881a6ef8f5407909279428d615b65af16fd25b053321b15c7f395d8e83a74209fcfd78ee770bb22280f6baacaf31f9e2fa1284ed675ef24503200 SHA512 7cc4b1c0032b66c91fca91c483f450b8e73db64fe1321f2a87cf30955b4a71d6e040e73f85d8d6665a023294bfc553c3a000e2a0a5b34c770396abe497154f53
DIST energyzero-2.1.0.tar.gz 12109 BLAKE2B 42afa798982e517268261272da414dfcabda901022c422fc8dc1f5217a39a6687e99748e838f527bf530db7f909deba1cdeee2aa5876534ef801a6184b021fa9 SHA512 8fd9b4dbdd756c841755ea00b16469b2cf3118d25fe41d54e05272c28a10c59b015727d43c3ec5f56fc7a8188e0898f5fcf0018b2fdbbbe54e0f7c00bacafc74
EBUILD energyzero-0.5.0.ebuild 714 BLAKE2B 3e470a3ed098ffccda23995f011d9e1d055987fbb93a130a73c3e1a5545a3c1e71bf557af0ee607f3d98168de3dd4736881018c4cb67fc1af61fdbbcdea16a50 SHA512 590112189cb6bf9fa09a7d74fe80afe7e6f9c37c714d22b35a607d8cfdc409229decf4c65e87566526cd1186624f1238d531099cf9a1041312303cded7eb27b8
EBUILD energyzero-1.0.0.ebuild 714 BLAKE2B 3e470a3ed098ffccda23995f011d9e1d055987fbb93a130a73c3e1a5545a3c1e71bf557af0ee607f3d98168de3dd4736881018c4cb67fc1af61fdbbcdea16a50 SHA512 590112189cb6bf9fa09a7d74fe80afe7e6f9c37c714d22b35a607d8cfdc409229decf4c65e87566526cd1186624f1238d531099cf9a1041312303cded7eb27b8
EBUILD energyzero-2.1.0.ebuild 673 BLAKE2B f1f13b29838ca0417eb388102fb03838e88628a12fbc39a7f9152e6e583cad28a6cde2b3fbbd4b74e4cf5a26a5b38649290aa5535492b4ffeada5e0d8f15684c SHA512 a703d858a2fa2125437657efda241d9d4f35567767ae2c4677b8e4dc065f2687e8a77fd8c651f3693136ae64f570d9dffe62d00cff4f7615c1e2bf01765e6f3d
MISC metadata.xml 535 BLAKE2B 02c1627fb5d1e640db2c42ff299a5f1f9cbbcee950ca05fbf8e5beddda5f60652ea7fe97eee587b478e7e82456e0267b427371f8b369dd0976eeae616b3df6a9 SHA512 481696b4b9f27c752f12179678ae2b6229080d554a08ca09e0d71afa8bae2960532e1167d252633c3535738c60399205e52e8f5315da7bdcaca3b58070c8145a

View File

@ -0,0 +1,27 @@
# 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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client providing energy/gas prices from EnergyZero"
HOMEPAGE="https://github.com/klaasnicolaas/python-energyzero https://pypi.org/project/energyzero/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/yarl[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest