dev-python/georss-ign-sismologia-client: add 0.8

Closes: #2986
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 09:16:56 +01:00
parent 44abcbc4e5
commit e03867245c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 7 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 1864 Ebuilds in total, 1853 of them have in total 1872 (42 different) licenses assigned.
There are 1865 Ebuilds in total, 1854 of them have in total 1873 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1054|
|Apache-2.0|426|
|Apache-2.0|427|
|GPL-3|123|
|BSD|104|
|LGPL-3|24|
@ -664,9 +664,9 @@ There are 1864 Ebuilds in total, 1853 of them have in total 1872 (42 different)
|GPL-2+|1|
|GPL-2-with-linking-exception|1|
(Last counted: 09/03/2024)
(Last counted: 10/03/2024)
I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources.
A big thanks goes to Iris for reviewing this README.
Last updated: 09/03/2024
Last updated: 10/03/2024

View File

@ -1,3 +1,5 @@
DIST georss_ign_sismologia_client-0.6.tar.gz 9023 BLAKE2B d3501439a02cb5d601b93e4e0a4581831fede68a37d216ef168b5ab5317d1ecf211e2d0515f0c82e22e5a578e7cb48066c60ea0f331b055d30d926d150e8abd9 SHA512 1507e9125b4d7bc1dc57a498b394d08558b53d4c925421ad6baf57ceebaa8d6b067bffade9c9cc96ec5dce82db9633ee1b2b46a6c441932bdcaf0506bb527d7c
EBUILD georss-ign-sismologia-client-0.6.ebuild 766 BLAKE2B 84a5f53c6784b7733f9e9d037bd78ac6726c380e4524306b147f250afa111a622f4ca290138f96b827baa689f04de862c794b95dde548f4c3723d457be9314a4 SHA512 44c8eed206beae92eb043f1e36f36a2e279eda91015202c459a158e54e23e366ca79875fa232e7fff8b5f428ad955530e3065f95ba65fdf1cf3cace8a53b1363
DIST georss_ign_sismologia_client-0.8.tar.gz 10147 BLAKE2B a5960e35c2dd1779ce216809c39e135ddf6f88f39897325da0f85aed167506519d8311ea6d486bbc8b835e6b0a52cf6ef9aa1e6f53e96a3174eece641fe8e75b SHA512 40568d42d56ec7578003246bc8fcf6aed1495512b37a359d0aeb10dbe0b9ceae7c5d5fa8c8805b0f5d4d3003886a6d63426fec8fae1fe251a46655e9433dcf30
EBUILD georss-ign-sismologia-client-0.6.ebuild 766 BLAKE2B 540032fbe0447f7e642060cf789a7db71ef20e102338144fe382e65fcbbe45b075f04a489a2cf67e12419d473f567d7c36b6bbc57ce74e55e5540f864ad13502 SHA512 2afaf93ec168549dcbca6b4ff90a48e7d4be86ac198978f1a042db36708d54d14cbb2414fc6c11fd326af0d91010d540e0f319512b503bf916614cffa8d77ee5
EBUILD georss-ign-sismologia-client-0.8.ebuild 664 BLAKE2B 7e51216f63dd2e5fcf213553eac0d40f1cfabec5fed72075dafd915893cda87be537f5dde5116b5d20e6e0362cb9194dc36f4dc179b8390aef609523593ef3d3 SHA512 6384cfa20b88a95d89e52f1374259e12c464c5c766cf95b9c4ca9619a2e9995534290763517e26b4f6aa190a5eba5a71be1735023078d4897579e8e2f04e13dd
MISC metadata.xml 559 BLAKE2B f6f2d7c458ec12e8d59dfb6bc8fa949aa6373c78a921efc68fd690636aaaf9046850163a7969e5de04092e017207c9cb0a2860f7df57de26f40b88d057457377 SHA512 adb9ccbc0da4aec9d6608e343b4a082e50335fd3275e586f342a24a2a2561c95177a2c31b48e88c2706d5b071e6cbdf196a634405e4ee5a72dcd70a3ca64786c

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..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A GeoRSS client library for the IGN Sismologia feed."

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_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A GeoRSS client library for the IGN Sismologia feed."
HOMEPAGE="https://github.com/exxamalte/python-georss-ign-sismologia-client https://pypi.org/project/georss-ign-sismologia-client/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/dateparser-1.2.0[${PYTHON_USEDEP}]
>=dev-python/georss-client-0.17[${PYTHON_USEDEP}]"
distutils_enable_tests pytest