dev-python/aio-geojson-geonetnz-volcano: add 0.9

Closes: #2790
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-18 10:11:42 +01:00
parent 5f8ca79a79
commit 7baa220c9b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 4 deletions

View File

@ -617,12 +617,12 @@ 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 1783 Ebuilds in total, 1772 of them have in total 1791 (42 different) licenses assigned.
There are 1784 Ebuilds in total, 1773 of them have in total 1792 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1015|
|Apache-2.0|395|
|Apache-2.0|396|
|GPL-3|118|
|BSD|101|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST aio_geojson_geonetnz_volcano-0.8.tar.gz 9563 BLAKE2B 6a0ae4858818f32173bf7a77a1dc8fa1e0f31693e899d0b4cc8b523636f064c6898f7ce758a924acfcd45031be3aad4a38d921d6ced7633c3b78e654296a0fd7 SHA512 1df6396b019d779864c3950b41c9639bf7576dd5db8d4a80151ec88bc97ec594ecdfc24ebe7b39127c789a88eb4d4a783dcccad6935ebe6cc50a5734625b4e6b
EBUILD aio-geojson-geonetnz-volcano-0.8.ebuild 833 BLAKE2B b20b108a2d3b70d8e2a3173b16b22c263da82a6aca18b695d9f6e97ceb3dcbf917f7bd9c17472f9a609f52e115be1831a9bc8f79807fa1d4c7fb26b9cee16331 SHA512 26540a929df28972d313e013854d9b45fb2a549ca7a97a54cde1f9c659412e2e0fe0a77eebdb96036bd235fe505e53576ad5ad4389e2bad9ba7cb0b6ae1b9be2
DIST aio_geojson_geonetnz_volcano-0.9.tar.gz 10417 BLAKE2B acea994c986a24fbbfa4d65902dc0c99febcef97ddbbf153577f682dbb07a7d2cbc2df8ed202bf98d3c911cdd717e831d2b05ebb0367dd2e64c5d6d2d0b52a4c SHA512 3ef3363fcccd70d19f5547bf6a6afbdda0ba33b2d38ebddfbe0e7843293658f311b279ab82c37c09043db9afe344ad07fa23d11f6844ea0310e83d731e14a08a
EBUILD aio-geojson-geonetnz-volcano-0.8.ebuild 833 BLAKE2B 783d74094f8930be025242b70942ea19d286397f74eafaf27a1b7a39573687ff96e242ac1a9e079d7d5e71eb3f9ee9c66781ba981b29e70508fdc0848cf954b2 SHA512 9c357dd393b87048c65764b76662875ba03e3cda05c878801ceac21937720a4bb5e01b66a32b9616c6d67c920b25e7262ac492a356c5fbed8915b835dbd3a561
EBUILD aio-geojson-geonetnz-volcano-0.9.ebuild 731 BLAKE2B 09ddfbf239d505e3efd6f92f8fca21d93aeaef7ec1ee1b2968d1f50dc5d2419c954f749f34949c928ee05f08c0a8aec5bcf99acad0710be97a50583b45bb1d38 SHA512 926d1575ac88cd73c4f55d577b13bdaf601f54765664b14da29ca18cec9e59f87b8fb6b3ea7d0de51780abf63599f502ce9dceb2e51e343cb4abc08eebb75938
MISC metadata.xml 559 BLAKE2B 88f7c377007a8e4536485b65393204e23c7069f0393a0f09b91a72680745292fb5a159a81d8cc94d465df1fa93e51badc9b7b6809ed25c9ee41930ee3e60f4fe SHA512 2b35e009e3c1f8363ba46ef9de71ea180c1c84857cf5b7189b5552f2f43d033b0a37a4b7f675b7a74f6010206eb3c6fcf8f7077518b8086e07e4feb6ab6d9635

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

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_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="An async GeoJSON client library for GeoNet NZ Volcanic Alert Level feed."
HOMEPAGE="https://github.com/exxamalte/python-aio-geojson-geonetnz-volcano https://pypi.org/project/aio-geojson-geonetnz-volcano/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aio-geojson-client-0.20[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
>=dev-python/pytz-2019.01[${PYTHON_USEDEP}]"
distutils_enable_tests pytest