dev-python/meteoalertapi: add 0.3.1

Closes: #3695
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-21 17:44:54 +02:00
parent df93906657
commit 4cad575c94
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 31 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 2042 Ebuilds in total, 2031 of them have in total 2059 (42 different) licenses assigned.
There are 2043 Ebuilds in total, 2032 of them have in total 2060 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1182|
|MIT|1183|
|Apache-2.0|456|
|GPL-3|121|
|BSD|113|

View File

@ -1,3 +1,5 @@
DIST meteoalertapi-0.3.0.tar.gz 3673 BLAKE2B d65289b4dfa8a1321a485055c81878802295ead839866033f89f5d9b7fc2e08cc62943dd86f59b623ab07b11ee55a04a1e53a81e6a3955a7433f611f5a663a72 SHA512 aca6aaf016f7183def36faea508eb656c45c1be6187fc6cba44e76a84fc270472c86de95aaadd237cbfe02870112b4ab8c227c3c1bf9d14e3aaa32d1c547a585
EBUILD meteoalertapi-0.3.0.ebuild 757 BLAKE2B da2223f637270d403ff2c0d956b68c7e4e7d13646baaa4295160310f86c93feb7734c6744ed86da6f03a0b9ea06fdea53a1bf58376c5fb739de8e5126c05119c SHA512 55f37cff58c8e977b35ba6f37bc2a767474485ed5ae90ce2127bf8b42ffd9aed8ecd8b6741da37bd30c3c05563132dc72200a4d77979816ae527ae20e2b45b88
DIST meteoalertapi-0.3.1.tar.gz 4805 BLAKE2B 4743756f50603d3381794ddbe7016cd7f8ed582a9c2c4f8c020ee899f0dd667445f92f2c488398c6bdb618a9baf88d0b28418fa18d424c0b5a3cbb84d09a4f39 SHA512 1251cc405265709f749df2140cd5c51680ecb7acbbc4f6e9b47c7e60566f72287b82885206ce0410be46071155fa633d5e84951781bb77b348287f66f04920f8
EBUILD meteoalertapi-0.3.0.ebuild 757 BLAKE2B 7acfe992bfda0cdf0180bb036f2d2b60c70095f7048c3d3bb766b81caa5449da75365f9fddf5b947f9811d8377e60b4963ffea53c3e7b288f7a1de5593a688a3 SHA512 576da998fbbcb91f1fac95b844bc6d33501243c5e704438c6ce93e79e1c3fa21fdd64414a1700bcfd684376c86f0271fa63c66d977ecdff258efcd80ed1deac1
EBUILD meteoalertapi-0.3.1.ebuild 655 BLAKE2B 25184cbdfb800d3e0c28ee4caa05b38f82744e56771688284f831a0e11bab50137f485b972ca6c2b4fc0b1d8e4a827f92fcf2989d5651624d38f70e1521f1891 SHA512 0d9637178c3568881a1a0b20df2571c3f1aa1502718e7e51865b1533581248941444eedd11142ad30b1b0557034d4dd022f3c4498adee8c837909706275a2e9e
MISC metadata.xml 533 BLAKE2B 508bb0a3d0f33ed8521e8ef00f47cd21eaa4aa156d9dd64ac2ccd8d782dcb2433869a08303d99a65cecda69c5954e676082c3332953e54bafd5284d2654765ef SHA512 f02948cdd955595c5744504f5d32496a82a946385d4ec71a1341593544a00a042deb972949010b4924a8e24b60814586b5b8c2e1de9f9137b35631b83dadc619

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,24 @@
# 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="A small api to get alerting messages from extreme weather in Europe from https://www.meteoalarm.org."
HOMEPAGE="https://github.com/rolfberkenbosch/meteoalert-api https://pypi.org/project/meteoalertapi/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/xmltodict[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
distutils_enable_tests pytest