Skip to content

Commit 0836e8f

Browse files
committed
dev-python/forecast-solar: add 3.1.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3208 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent b6ab189 commit 0836e8f

File tree

4 files changed

+37
-5
lines changed

4 files changed

+37
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1977 Ebuilds in total, 1966 of them have in total 1985 (42 different) licenses assigned.
620+
There are 1978 Ebuilds in total, 1967 of them have in total 1986 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1119|
624+
|MIT|1120|
625625
|Apache-2.0|447|
626626
|GPL-3|129|
627627
|BSD|112|

dev-python/forecast-solar/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST forecast_solar-3.0.0.tar.gz 8135 BLAKE2B 3d96f09153e99a94964f3a8bb858648ff583f333bd83421a250ba9b58148dd24933168a35250f9844e267a853080c044683d39c447415e774b6da753e1be7ad9 SHA512 a16685a8e49e749b3e6e86903631f393fdb369210b5d84f0d3cf70c134396d6603b814fa8c7a594057fc71a25d1b6fa6611af3c51e288b7c77fd4b619d5da770
2-
EBUILD forecast-solar-3.0.0.ebuild 870 BLAKE2B 8e86de5e9783def589b953ecb24396cfa38d03ede45beb2cd952b4b7c9e58a6df2b579d7daf1ff6b4b25c21094644eb742c093e0f8df498882558e9afd9adfcd SHA512 a6eed805d24bd778ad6be2bb121344fcfac4c4ae31ae7f7140282de23e24161099b84a113ff383d2b23cf70aa40a461686413b37aeb6be986b848ea5c14ffed5
2+
DIST forecast_solar-3.1.0.tar.gz 10823 BLAKE2B 28382aedd7c1786a55d956a1ef8a4414200ab41a81ffff30f764c9621b6710e4419d65ac5a5d3036e4946b52b40cac22337155434c7228357e09fcaed41c563c SHA512 8090b80dfbd9ed7ef9efdd494a86feab7538e83dac7eb28cd2c7bea686ddcf55b2b9eb19ddde126ce5396946f4e7d8687ed247fc8389d29b56f0a3a44606b1bc
3+
EBUILD forecast-solar-3.0.0.ebuild 870 BLAKE2B f041d6a241c5eeb06e7a4a965198a8bb385c1c6559191dc05024d127a4e4b9857f8feed5ef9a7709fb6e655f7e9cf0fa9cba70cc2c15c1a486c02fe7924c61e0 SHA512 368371c0f92ed7811b5aada748d92d31eacdf405d6efba26d02d7e56071141729fc87e105900a0e046534e711e5b33204a10a4370b3735a65d6d54ae8594d6a5
4+
EBUILD forecast-solar-3.1.0.ebuild 768 BLAKE2B 16de07c03d9947a969fa03bd36dd5b9a6306e3f49ba099f3f5375fc497502af062805d1c5dc8418473fdd8f2003d28ccda9515e241aad8a43211494d7365de54 SHA512 e6535bd4740154dd41c6f69f493ea6f4ccca1b7c150183d823658431ab09e108650fd9edb13fc04259cdc290208b9ee7043f04f4c1965f344d11e92db4f1d0a5
35
MISC metadata.xml 536 BLAKE2B d00bc019415c907a49c9ab12a1c4735b31feb7a77ce8a8d227947cab6aee0d6109c6ce2543688d54f4e573b90c60fb2bab216bb6d02643748cb31c8fad3e2292 SHA512 a3084fa4c3f2ce26f1828744110e9ca03c730aa51d243d7c02024e4d5adbece7f1d6b33b65e01d60136743b89db8b177af58fae83eab157982dd2e05d453804f

dev-python/forecast-solar/forecast-solar-3.0.0.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..12} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 pypi
99

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Asynchronous Python client for getting forecast solar information"
11+
HOMEPAGE="https://github.com/klaasnicolaas/forecast_solar https://pypi.org/project/forecast-solar/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
22+
>=dev-python/aiodns-3.0.0[${PYTHON_USEDEP}]"
23+
24+
# fill empty package version
25+
src_prepare() {
26+
sed 's/os.environ.get("PACKAGE_VERSION")/"'"${PV}"'"/g' -i setup.py || die
27+
eapply_user
28+
}
29+
30+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)