Skip to content

Commit e621445

Browse files
committed
dev-python/buienradar: add 1.0.6
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3484 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 683f3af commit e621445

File tree

4 files changed

+32
-5
lines changed

4 files changed

+32
-5
lines changed

README.md

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

607607
## Licenses
608608
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.
609-
There are 1891 Ebuilds in total, 1880 of them have in total 1903 (42 different) licenses assigned.
609+
There are 1892 Ebuilds in total, 1881 of them have in total 1904 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1081|
613+
|MIT|1082|
614614
|Apache-2.0|426|
615615
|GPL-3|110|
616616
|BSD|109|

dev-python/buienradar/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST buienradar-1.0.5.tar.gz 21723 BLAKE2B 2f74be242462b89d5d96e1247d57dca7d26b271460600858f2534a61831f56742cee923e96b20c2f4f06f30f7fbaa75090b610ede25ce33016ae61018e9c144b SHA512 6eb6b96de3f05a7708594b08eef67e0816a02932050badf3ef49750e7cc8fb77230d3e4e25114034643ce0c2ffa1e75e7f6fdc7f3d3b7deab176c56a7cac42f3
2-
EBUILD buienradar-1.0.5.ebuild 644 BLAKE2B 14f2877f780b14f7832c617e9009e640723e8e7e86c15ae3daa0eb60833511e866ad4d556d5b12f2ed33efe2bea2b1f3a05ba693d25fd36bdbd510d8093a9d57 SHA512 4c3e2e751b9c3c7a4909bbc0b838f62edbccc89734ad0009be146038b172fde5046b85fc35bc6ccc450a899cfb136b8121838a637c716300f0e10a161646551e
2+
DIST buienradar-1.0.6.tar.gz 34250 BLAKE2B c9a25b573812429f2485c0389b5f77641598d2a756e8c8c99ec7324191f1f826dca9b6fff222eab7b4508d642bb6d3ae04bc3ce547879e1ce3684aa82a01ebe8 SHA512 e7ebf69d13da416ea7ad101d63a22e951ddec4a5ac5e738761cdb3212aef381d9243e38d5389a36980006a86657135f18369a9fe116fb73a205ce4ea36dae86a
3+
EBUILD buienradar-1.0.5.ebuild 644 BLAKE2B 376b8d017cd4aa04815b06c56b5b2c6d9fd3f2ee749147a4f404798cd6faa560fa9919728f17a85d94c263a0c52ad117021a7b2ba560b05988f56da88638969c SHA512 a25e66e26bd93a9ffa0851016ebedefa931a7cf748aedf9e49fb1a132bc3bd228c94d07808a2b8fd24b9e8fc5b1c1b20a1b6e29a972c1feca801f4ff6601a71e
4+
EBUILD buienradar-1.0.6.ebuild 675 BLAKE2B 9cdc992ecb6a413fb424c5a163197f31a6f24698e61dc84698a90776fc3c80b7c238ce37c74f8b94d78115db9492cd4a2dafa9cf8ce0407fe76e42e1e8cedf48 SHA512 947f026dfd5917d0fb5e74e35a2335695c8a7a47aefa9aeb6542427ae3151e09a939ff9fd2d16dac86743def2011f1d52f7694d8fb55d6b179cd84ebb17731a7
35
MISC metadata.xml 396 BLAKE2B ecf89b1c8e126c9fb0214ec8ad8a564f99db3a72101ef4577a48901242c9b1d3d7dfa6d092d80a423b875574ce5f47243049495e1525ab96b7f2f93fa6be9f9f SHA512 d99b703e24157ad59baeb5d8745010fd140e6326401220c95642801951392b2fe8168eaa6f87a6ee09ace4e52fc755c9aea79b8a32cbc97d9b32231b9cfabd7a

dev-python/buienradar/buienradar-1.0.5.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..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 pypi
99
DESCRIPTION="Library and CLI tools for interacting with buienradar."
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
DESCRIPTION="Library and CLI tools for interacting with buienradar."
10+
HOMEPAGE="https://github.com/mjj4791/python-buienradar https://pypi.org/project/buienradar/"
11+
12+
LICENSE="MIT"
13+
SLOT="0"
14+
KEYWORDS="amd64 arm arm64 x86"
15+
IUSE="test"
16+
RESTRICT="!test? ( test )"
17+
18+
DOCS="README.rst"
19+
20+
RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
21+
dev-python/requests[${PYTHON_USEDEP}]
22+
dev-python/xmltodict[${PYTHON_USEDEP}]
23+
dev-python/vincenty[${PYTHON_USEDEP}]"
24+
25+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)