dev-python/aio-geojson-nsw-rfs-incidents: add 0.7

Closes: #2832
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 20:46:42 +01:00
parent 669b622861
commit 8877596faa
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 1755 Ebuilds in total, 1744 of them have in total 1763 (42 different) licenses assigned.
There are 1756 Ebuilds in total, 1745 of them have in total 1764 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|999|
|Apache-2.0|384|
|Apache-2.0|385|
|GPL-3|118|
|BSD|100|
|LGPL-3|25|

View File

@ -1,3 +1,5 @@
DIST aio_geojson_nsw_rfs_incidents-0.6.tar.gz 8994 BLAKE2B 9dce7c98299da6edf5294ec4051f21446ae682077ac54a6d9712a4ca7eed011648363ddedef53a52fc4fc395b5804b076c8b73394d2ef7167b23386f815208ae SHA512 65e696161ab170d7dc76275527c79fbffe418e6d76b0362c95ae2babca788a0a0f266cb8126bd23e40fc41ceafd04ebb2671f3b0a90b0f54c8ea770a50b4ea1e
EBUILD aio-geojson-nsw-rfs-incidents-0.6.ebuild 832 BLAKE2B 96537985ed0c905026446aa6c3d7a11d44ea125aa1c3095f00ae3b77cefa94f3ed040f1f91577d203f4748bccd4f68fca58bea4aa94f4b6b83bd7e828b7eeeac SHA512 10b78e8ba2f2adcb1ca5c92777e0543b2fcc041cc375ed128c0fb5f62e1336e30fedc7733636678b5420865868098335063e150549362066011d3900788b646a
DIST aio_geojson_nsw_rfs_incidents-0.7.tar.gz 13406 BLAKE2B f3f22eef77f1d0efab4933d5a07a0751debc61b86ab42ee2c3043d22b22a07776edfefafaa72058da20df3e298b785f075570a526a709279b6932364e5bd2b94 SHA512 6cda90029a4830bf991c81cd7f296ba226c33ce0459f272ab549ffbbfc4481b2048768cca93f85ea1612f93fb082f7b7da5d95db5710b5b4c5a3ab91817a7dec
EBUILD aio-geojson-nsw-rfs-incidents-0.6.ebuild 832 BLAKE2B ac8926f9dd146104e39dad969558487111d17e83a95bd735df9cf44018eeb5e9e99ca7aa6e8cc8229d34ce7f26173d2a0d864686e586719f338ab04b346a4b36 SHA512 e4329b21cccf781f1a7aef4e81cbeaa5622a82989c80faeb9c43224ebfe304f2ee8dd4091b72c1100ec146cbec2b51da08053220b50a702c437d4f0f79fcbd62
EBUILD aio-geojson-nsw-rfs-incidents-0.7.ebuild 730 BLAKE2B 736aa51790186bee7411df7e29dea1910299dbf6c53cc7bcf89dbf318fe4aea2bf708fce866fbe5fd79244729a6297b989513bfd21594888357d626e212245b5 SHA512 5e4fe95c0e5627d4af0318987e67ed8aff496c5751a644ef5ed02138139de6ac1559f269800080f624ca64649c9a2bc9481cce0e44a9876c04906fc2769ddc6d
MISC metadata.xml 561 BLAKE2B 41a54ff2157660f5c9ede210273c4290d0355bda20131f10bf7b3aee065744c8d2a8f032ee29da446f7e58dc4ea61cd9e2412102e17f63e02bc8d87f0d77cd70 SHA512 06a9e76e80f889a2ae1b5ca18e1822d27eb05279e81a39b46ea24aa117e06372e5620ba45966a63f81e0766e5b780c00f878a1028204759b1dc1d5f361717285

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 NSW Rural Fire Service Incidents."
HOMEPAGE="https://github.com/exxamalte/python-aio-geojson-nsw-rfs-incidents https://pypi.org/project/aio-geojson-nsw-rfs-incidents/"
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/aio-geojson-client-0.20[${PYTHON_USEDEP}]
>=dev-python/pytz-2019.01[${PYTHON_USEDEP}]"
distutils_enable_tests pytest