dev-python/aio-geojson-geonetnz-quakes: add 0.16

Closes: #2789
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-18 10:14:25 +01:00
parent 7baa220c9b
commit d84eca3e92
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 29 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 1784 Ebuilds in total, 1773 of them have in total 1792 (42 different) licenses assigned.
There are 1785 Ebuilds in total, 1774 of them have in total 1793 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1015|
|Apache-2.0|396|
|Apache-2.0|397|
|GPL-3|118|
|BSD|101|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST aio_geojson_geonetnz_quakes-0.15.tar.gz 10564 BLAKE2B 11f911f34c6627530076d525d00adac4fc4c5692c7e0a68a4cdbc5259d327ea6d4492da22a6eb6c6cbb57f7ef897e115a3e9b94b955e381f5db7237e6c244cec SHA512 dad9ea269240628510ade39edc82145665bd6df10e57cc913d91f576344595003a1669401ab8fb09f8a200817bff12d0337be745c4c05acb727709959432b68f
EBUILD aio-geojson-geonetnz-quakes-0.15.ebuild 816 BLAKE2B 440b1c36e8fbfc796248dbe49df317155f3de473c6f3c2dbce9073dfd2dec2c9806878ea2be7344841b76e79b80a54a105aa9962577bd7f19910fb7d1555d70f SHA512 0123d72fb05db3da7d979333ead6d95faab48648e7c3b5cdf23a60533f54751496270b6c68fd6bfef5cafeb9feef2499a699ec8a36a69ff1f03bc0a0077b168a
DIST aio_geojson_geonetnz_quakes-0.16.tar.gz 11438 BLAKE2B d82d69d63054b056814665f7cbea973c83093e6f340d2f02fe9bb907766fc302c1eea69b9669a5066162ca17a74c00d4a88f99c07095aca8a4a49976d77549d6 SHA512 1d6577ef04a4e2d6b36a76dd38d2681d02fba6cae8b011c506633c37b3c75e9f8fd2b2ff22c6982a45abdbe174a884e208763ce183830073b54daaf9e3463544
EBUILD aio-geojson-geonetnz-quakes-0.15.ebuild 816 BLAKE2B 1cf60fbbcb24b019a59d2e40a9ffe66c1d04c2d509f25901619fb5e206de57f30bb2dd8c917b7a95f991bb2521138e8afc6c85b58cac1b2faf5052333de5a94c SHA512 693e5585d14f6f38bcd5b2075a753612f273b1cdbf723cc7098e715ad8cdf65687672877ac1000bfa8d6985c499f5a0501a0cabf9ece6b1315f264ffeb6f0218
EBUILD aio-geojson-geonetnz-quakes-0.16.ebuild 714 BLAKE2B 792cce5f5479cceb68b19f66649829c838c2e26882e556dc374e9d117d729ca5c1cd762e1051f13996791827f94ab13dc875706947991d1de1d57cbc5d0da6e1 SHA512 9b1f3dfa78fee70d08b1d55215061f03b33e5c92d88fb28dba0ee05f6c519ffdc129e073b0aaab5e32938e5561dfaf022fd123c80630c2533158ff127f2f6a02
MISC metadata.xml 557 BLAKE2B e9ff8fb7ae308dfff43b517d2d3980ed41f2f9cbd862f3cc5423efc352a8c36c376b8190525aca2f28cda2b33eee26f950e38a59c020f0a42806625ee2cc9046 SHA512 02719105b4d2049ddcb6895dc90ea4ed6f8c35865e788385ed4d25ff2444098911d62836a2921b38ff72b00a33fc0423deebc0e3cac85a60e2af5fc95488371b

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,23 @@
# 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 Quakes feed."
HOMEPAGE="https://github.com/exxamalte/python-aio-geojson-geonetnz-quakes https://pypi.org/project/aio-geojson-geonetnz-quakes/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
>=dev-python/pytz-2019.01[${PYTHON_USEDEP}]
>=dev-python/aio-geojson-client-0.20[${PYTHON_USEDEP}]"
distutils_enable_tests pytest