dev-python/energyzero: drop 0.4.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:18:05 +01:00 committed by Andreas Billmeier
parent f7763c1ec8
commit aa9637f771
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 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 1705 Ebuilds in total, 1694 of them have in total 1712 (42 different) licenses assigned.
There are 1704 Ebuilds in total, 1693 of them have in total 1711 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|992|
|MIT|991|
|Apache-2.0|355|
|GPL-3|108|
|BSD|93|

View File

@ -1,7 +1,5 @@
DIST energyzero-0.4.1.tar.gz 11418 BLAKE2B 89a24f6047fcf0274de20c36940d174f82d884bad941677fe00cb3b1e75e8912c4b72c93bbb53b367a5c38a0f9a721ea8e415ea7b8caef1c01491e1c5dffa51d SHA512 29355e65b3a841c1e2c520f610d3ca89b9efbb4136036fa3ed04611ca6edaf78c430410d8a440cbbd33a17695a68309c5a249a82c375a67006fb422b64320a65
DIST energyzero-0.5.0.tar.gz 11887 BLAKE2B 24c0d3c00b319e5cf55d3ad26bea01b08a30d4251c316565ae98f8b6a0249b3207f700a04c51ce00e47f8a81fcb48b9d6c7ab8e451ab346d618de334d1432a1c SHA512 94cf2aa4a834f8206deab052c7656f0582bd2df9664c962e22c8bbec167c4ab9890e248f83595eaeb44a479aab7c4b99021b695287eafa1632a8f4fcb034d101
DIST energyzero-1.0.0.tar.gz 11849 BLAKE2B 78861528891881a6ef8f5407909279428d615b65af16fd25b053321b15c7f395d8e83a74209fcfd78ee770bb22280f6baacaf31f9e2fa1284ed675ef24503200 SHA512 7cc4b1c0032b66c91fca91c483f450b8e73db64fe1321f2a87cf30955b4a71d6e040e73f85d8d6665a023294bfc553c3a000e2a0a5b34c770396abe497154f53
EBUILD energyzero-0.4.1.ebuild 715 BLAKE2B 389a6aadba15d63f1ee39f384e37af86adde43561694841562c13c6a7f66d59196e18125db4dd0a27056239a16e980b09fe6e8f736bfef60729ed25e6e468d09 SHA512 b4979758df1cfddd8f3087b09f90c7000ece44ee2e511158931ea837a601581207294c443a8407d2809aafd6d78fc9fff6c2a1abb680bdaaff794877a80606a8
EBUILD energyzero-0.5.0.ebuild 714 BLAKE2B 3e470a3ed098ffccda23995f011d9e1d055987fbb93a130a73c3e1a5545a3c1e71bf557af0ee607f3d98168de3dd4736881018c4cb67fc1af61fdbbcdea16a50 SHA512 590112189cb6bf9fa09a7d74fe80afe7e6f9c37c714d22b35a607d8cfdc409229decf4c65e87566526cd1186624f1238d531099cf9a1041312303cded7eb27b8
EBUILD energyzero-1.0.0.ebuild 714 BLAKE2B 3e470a3ed098ffccda23995f011d9e1d055987fbb93a130a73c3e1a5545a3c1e71bf557af0ee607f3d98168de3dd4736881018c4cb67fc1af61fdbbcdea16a50 SHA512 590112189cb6bf9fa09a7d74fe80afe7e6f9c37c714d22b35a607d8cfdc409229decf4c65e87566526cd1186624f1238d531099cf9a1041312303cded7eb27b8
MISC metadata.xml 535 BLAKE2B 02c1627fb5d1e640db2c42ff299a5f1f9cbbcee950ca05fbf8e5beddda5f60652ea7fe97eee587b478e7e82456e0267b427371f8b369dd0976eeae616b3df6a9 SHA512 481696b4b9f27c752f12179678ae2b6229080d554a08ca09e0d71afa8bae2960532e1167d252633c3535738c60399205e52e8f5315da7bdcaca3b58070c8145a

View File

@ -1,32 +0,0 @@
# 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}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest