dev-python/zeversolar: add 0.3.2

Closes: #4084
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-11-03 17:46:40 +01:00
parent 5948f9ae78
commit 3382cac660
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 34 additions and 6 deletions

View File

@ -606,12 +606,12 @@ 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 2311 Ebuilds in total, 2297 of them have in total 2334 (43 different) licenses assigned.
There are 2312 Ebuilds in total, 2298 of them have in total 2335 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1318|
|Apache-2.0|538|
|Apache-2.0|539|
|GPL-3|141|
|BSD|124|
|GPL-2|26|

View File

@ -1,3 +1,5 @@
DIST zeversolar-0.3.1.tar.gz 6989 BLAKE2B 6b8685ab3c14519f4c8af024eff6c7414c7c061f9ffd89d5650df0c7bf312b06aa26bb6f34d5977eede607c8e477e0a6f6a18c80a3d0035127c2cab2b6a2591c SHA512 391a743cf1d5d6855130a56f70be0b413515a31bc6c372640aa243f34d37b8591a2a2fa0a461b826b66662f9be7c9bad3c972127279ad17b7a40a603d58f39a1
EBUILD zeversolar-0.3.1.ebuild 775 BLAKE2B 69f383fc498423ebe628051d49cf22a354ae6fb61c17377718c176a931bd8ee593d7f365f37b7c31327da97bc3a7b8c17efea1133237e4e8bd1e33d55476a68a SHA512 c3454275704411c45c8a07263935af2180e4cd0b653c8d09e30d008fc15d998fe092cc44bd3478f55d6cde24a530e2b220f78799f95dba1faf2ad0d865eb1529
MISC metadata.xml 547 BLAKE2B c1558563ab30dcede71454a737a7e80f9d1974c2df8c4eb659d5ba02bd6fc8d2fab32d9555dcea24c9bdee242bc9c93e9205cc98f4b304bd71af6d000f4a5bd1 SHA512 8fff3e95368e1afc5971db4a3f343435be217f36f09dc3aaff8ee11f1cb3a33c92918e9a6fbc161546eead4467d797a71e9c5f8a2c07b2e912ae96101274d20d
DIST zeversolar-0.3.2.tar.gz 6725 BLAKE2B 5d7db3d46e7023572ad106b09a907c640183b7435080b3e754f63a890b2a9f0aa514a65e4dae6f67ffb233abe635be0fa2a3f3cfc895aa36918b9bbb97d3380c SHA512 2aed179ae4539463367e11fd3e7ebd2f9ded42a401b02290696bae74b3c0e3c06666d9a7cb02cdeebfc5c1e4ff002a0dc8248833c84d2ff5c0b13ddd0c979ed4
EBUILD zeversolar-0.3.1.ebuild 775 BLAKE2B 1657bfe5c5ee82e146830aadd92cd39b318b3829401feeb9a1b3099ea901a6bad00a06cbf33e6efeba0879edd01eec3482e49474e64298af694c314796eee114 SHA512 97dc8ef5a61410d6506d4e28e7421942d9bb9ba884257c337faa061fd9876a1090699be4dbb92da72292236b0a4ead97b6439e858b17d0a9b98c0c370e8abe91
EBUILD zeversolar-0.3.2.ebuild 696 BLAKE2B 7dde1663aaa98f0675b33be2e58b7d51b7ef389e4128a70a22aa97c490e0ac62312901ec9ab719f659fdaa467340639c485f1125deeef2e506e3a6d5c7d5926a SHA512 abf1a1701783406e13521f000ff5da144aa0fdf1c9b5805ce333aeb705803d2ae84c01be5aeec8f0f2a357e8d43ba0dc28f25a44c5b0598df399b3115d3672ca
MISC metadata.xml 483 BLAKE2B 5ad46e2a20d4247cbaf0c07e2a36b588dea5857c81e84359b28736910133a73a285e6d6ceda04b545b570646c3d34f5f9881676ae53b176c9e52629de47938de SHA512 f4ac7d60c43e9d2ded7a2f4ffddb5ef1613a651fc9017230eef37c49b9c41be2f934e5a57ff9532d66b63d6e05ae251e1d0869eedea6b5405caacec364de5ada

View File

@ -7,7 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">zeversolar</remote-id>
<remote-id type="github">kvanzuijlen/zeversolar</remote-id>
<maintainer status="unknown">
<email>8818390+kvanzuijlen@users.noreply.github.com</email>
<name>Koen van Zuijlen</name>

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,27 @@
# 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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Simple Python wrapper for the local CGI provided by ZeverSolar"
HOMEPAGE="https://github.com/kvanzuijlen/zeversolar https://pypi.org/project/zeversolar/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/retry2[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest