dev-python/ovoenergy: add 2.0.0

Closes: #3291
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-12 22:24:01 +02:00
parent 0f24593d89
commit 550289784f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 36 additions and 7 deletions

View File

@ -617,11 +617,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 1808 Ebuilds in total, 1797 of them have in total 1816 (42 different) licenses assigned.
There are 1809 Ebuilds in total, 1798 of them have in total 1817 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1035|
|MIT|1036|
|Apache-2.0|397|
|GPL-3|108|
|BSD|106|

View File

@ -1,3 +1,5 @@
DIST ovoenergy-1.2.0.tar.gz 4835 BLAKE2B ae092ab1f6ab4bc9eddcfb0944f890cdd3b00dc4435babbfe1b1e9f29a556137c1a90f6b98dbbf7acedbebb07b696e5d85df629d75abf424984e318f726b1bcb SHA512 c2fa03e4160e06e37b5b4682da70f4c959d62a8b7cdb0137f22c5d491cecffb084a66e8594544efe3224df8869c695436ede688ba599ba06ae1738c6010d32cd
EBUILD ovoenergy-1.2.0.ebuild 682 BLAKE2B a544ca8ad2f2ea91bcc2e76216cea5fd69158e37cd4ca489fd48920a343b0af24c4613f7a0fd6eab379970b65d8bae32e3093666f9af1bcb28053d7bf7726e26 SHA512 ea098af49cb99f4264c5678c6cc30052467d390cdd495b3ff7f928ada2e101b6b2ba1112745a3caaf0478b47cc1ded50a7d8c9256d5c5fce68d5dd3d08042336
MISC metadata.xml 519 BLAKE2B 0c97a936831cc486ffe7f5f061e548361790354bdcd6c46df3d25d43932056f30894f27ad9c40825644e84985adc88de67c4fbde974e1093c6d04948ddf65163 SHA512 9cf5b1ce9e5c8b1cb332da123f2ff3222b3b298a2af6a7cbea72ed5ae5ab584057d35983e23230d14dd91a8932b918d065b1690ad18110314d9b428909b60bce
DIST ovoenergy-2.0.0.gh.tar.gz 19922 BLAKE2B c6ade901c5142b4fbeab82954cad0e44fa9da155f298eff83219952025227f2357a47fd53602a59edfabcd10a00b64e9b4aff1c159f209f8ee04706181c4faf7 SHA512 2ab27a55c1286bccf49ed825627547f45d769698bf1e66a31cf45496854e2f777494ae88148d1499686a5b7c9e80765bee9190faaaf149557508d62f6223f63a
EBUILD ovoenergy-1.2.0.ebuild 682 BLAKE2B ff0d5d087ac36b85466d69b4a4173084802ab4c1e943f40ca7a29fcfe297ec897ab9745547d823c36fec3bee380d6d10a546837be2f8d9bc310db7990bedd225 SHA512 aab09ff415656b008666e77bf58998be172869079692d6b2798c163262afedfa6ad89b89ca3935d8ccda3dd93a8e7b7ba34e12258fd2ba4ca223ead76b1fd55e
EBUILD ovoenergy-2.0.0.ebuild 786 BLAKE2B 8e220e17fbca56180adf45b311f48e64c4b393b7bf9ceb39ef87d60cbffaf34f132f96c3c4241127b106491cf7e4ac270afe1f86b8c79ec9ef9d6e3d5d584741 SHA512 563247ea70751408ae0fa6bcaabf6d48305a3fd932a18a32c0c351b76a3a8da362a1c4c923ba7ecfd9da73b186ced989fa203f6f13051f2f81b11270512f2aa2
MISC metadata.xml 517 BLAKE2B c501e5aa0213657db928cd78a2806ddd0451854a6739294d0ab87ad96762cc933d5a9a89c845c3db9f9bbf13a50bf525454d75966337689f5060ccb62d618852 SHA512 f7b19a179fee64e085b05850235fbbaa87f2f903f6d8293fa96557ac661a5d664ca60e19dad3c085d0bc613cef9d61f9b562c0fd2783c5389f9367a646480b42

View File

@ -9,7 +9,7 @@
<remote-id type="pypi">ovoenergy</remote-id>
<remote-id type="github">timmo001/ovoenergy</remote-id>
<maintainer status="unknown">
<email>contact@timmo.xyz</email>
<email>aidan@timmo.dev</email>
<name>Aidan Timson (Timmo)</name>
</maintainer>
</upstream>

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,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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Get energy data from OVO's API"
HOMEPAGE="https://github.com/timmo001/ovoenergy https://pypi.org/project/ovoenergy/"
SRC_URI="https://github.com/timmo001/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.9.0[${PYTHON_USEDEP}]
>=dev-python/incremental-22.10.0[${PYTHON_USEDEP}]
>=dev-python/typer-0.6.1[${PYTHON_USEDEP}]"
BDEPEND=">=dev-python/incremental-22.10.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest