dev-python/buienradar: add 1.0.6

Closes: #3484
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-16 10:29:24 +02:00
parent 683f3afe94
commit e621445364
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 5 deletions

View File

@ -606,11 +606,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 1891 Ebuilds in total, 1880 of them have in total 1903 (42 different) licenses assigned.
There are 1892 Ebuilds in total, 1881 of them have in total 1904 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1081|
|MIT|1082|
|Apache-2.0|426|
|GPL-3|110|
|BSD|109|

View File

@ -1,3 +1,5 @@
DIST buienradar-1.0.5.tar.gz 21723 BLAKE2B 2f74be242462b89d5d96e1247d57dca7d26b271460600858f2534a61831f56742cee923e96b20c2f4f06f30f7fbaa75090b610ede25ce33016ae61018e9c144b SHA512 6eb6b96de3f05a7708594b08eef67e0816a02932050badf3ef49750e7cc8fb77230d3e4e25114034643ce0c2ffa1e75e7f6fdc7f3d3b7deab176c56a7cac42f3
EBUILD buienradar-1.0.5.ebuild 644 BLAKE2B 14f2877f780b14f7832c617e9009e640723e8e7e86c15ae3daa0eb60833511e866ad4d556d5b12f2ed33efe2bea2b1f3a05ba693d25fd36bdbd510d8093a9d57 SHA512 4c3e2e751b9c3c7a4909bbc0b838f62edbccc89734ad0009be146038b172fde5046b85fc35bc6ccc450a899cfb136b8121838a637c716300f0e10a161646551e
DIST buienradar-1.0.6.tar.gz 34250 BLAKE2B c9a25b573812429f2485c0389b5f77641598d2a756e8c8c99ec7324191f1f826dca9b6fff222eab7b4508d642bb6d3ae04bc3ce547879e1ce3684aa82a01ebe8 SHA512 e7ebf69d13da416ea7ad101d63a22e951ddec4a5ac5e738761cdb3212aef381d9243e38d5389a36980006a86657135f18369a9fe116fb73a205ce4ea36dae86a
EBUILD buienradar-1.0.5.ebuild 644 BLAKE2B 376b8d017cd4aa04815b06c56b5b2c6d9fd3f2ee749147a4f404798cd6faa560fa9919728f17a85d94c263a0c52ad117021a7b2ba560b05988f56da88638969c SHA512 a25e66e26bd93a9ffa0851016ebedefa931a7cf748aedf9e49fb1a132bc3bd228c94d07808a2b8fd24b9e8fc5b1c1b20a1b6e29a972c1feca801f4ff6601a71e
EBUILD buienradar-1.0.6.ebuild 675 BLAKE2B 9cdc992ecb6a413fb424c5a163197f31a6f24698e61dc84698a90776fc3c80b7c238ce37c74f8b94d78115db9492cd4a2dafa9cf8ce0407fe76e42e1e8cedf48 SHA512 947f026dfd5917d0fb5e74e35a2335695c8a7a47aefa9aeb6542427ae3151e09a939ff9fd2d16dac86743def2011f1d52f7694d8fb55d6b179cd84ebb17731a7
MISC metadata.xml 396 BLAKE2B ecf89b1c8e126c9fb0214ec8ad8a564f99db3a72101ef4577a48901242c9b1d3d7dfa6d092d80a423b875574ce5f47243049495e1525ab96b7f2f93fa6be9f9f SHA512 d99b703e24157ad59baeb5d8745010fd140e6326401220c95642801951392b2fe8168eaa6f87a6ee09ace4e52fc755c9aea79b8a32cbc97d9b32231b9cfabd7a

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
DESCRIPTION="Library and CLI tools for interacting with buienradar."

View File

@ -0,0 +1,25 @@
# 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="Library and CLI tools for interacting with buienradar."
HOMEPAGE="https://github.com/mjj4791/python-buienradar https://pypi.org/project/buienradar/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]
dev-python/vincenty[${PYTHON_USEDEP}]"
distutils_enable_tests pytest