dev-python/datapoint: add 0.9.9

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 18:17:13 +01:00
parent fa4d3c87dc
commit 43cef0a8a3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 31 additions and 4 deletions

View File

@ -617,13 +617,13 @@ 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 1715 Ebuilds in total, 1704 of them have in total 1723 (42 different) licenses assigned.
There are 1716 Ebuilds in total, 1705 of them have in total 1724 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|975|
|Apache-2.0|378|
|GPL-3|114|
|GPL-3|115|
|BSD|97|
|LGPL-3|24|
|GPL-2|21|

View File

@ -1,3 +1,5 @@
DIST datapoint-0.9.8.tar.gz 30103 BLAKE2B a4380b6bc3650dfb51fa666583dba030c8a76d8129c0403cfe66a3c2b61d5a46542d81c71769d29aec755cb5e734f2d4858c37eca918299e73124608ef4e68e9 SHA512 b6afc7895a52497bf058200e02808b7b83ff92bbba17d6453946e67e26df7fe460c3fa028a62d2b418cfc25409b15b245ff758feb04f4ce7645aeefb6aaacc72
EBUILD datapoint-0.9.8.ebuild 636 BLAKE2B 22b410975509d8191c506afe2694e0cf728d376df4b2c21c99a6ac6d448b8f571017e2cbb2ee01aeee85cf079225b984c9c1d4ea98f62330d6d3e68b38ac51d7 SHA512 16736f89b60d458c771e548028a9797e2cea5078c0b674cb4b2f3ac78a622403eeecdbe4eab3ef2709c1370c148a1bcd4528a13806b7cb02bdd98f7db7aef509
DIST datapoint-0.9.9.tar.gz 50291 BLAKE2B e1e3260fe6f4449bfd3d324a1744e21066735b3c81bcbcf62421e26da1b74f573e8b97216a47bf2ca704831493266281a0dfd1faa3dafb3e311c6a5ced3f1541 SHA512 7e8364e5cba6d423d379382ed639517ff48dcf39952bf96d569a2b9e660fbbd7adfbcf351c441dd367c2dc64f0bc3a7e5435042409c907e2ebd78a09a14c7a8c
EBUILD datapoint-0.9.8.ebuild 636 BLAKE2B 1beae8013ca896f213c322185f0d0bea994e79a66def4169fc3f571fa00cb8b96eb65136bb4f732453a6151afefcca22db6e996ee8fb0bd06ae888ae57aaf96d SHA512 7d15f21858b4de9a53fb3385a7a729180ca79add34f3d1b0d2b74b11bb38938fb350e8bec6ac0aab2710b2480454eaf32c6dbbf36e7ba6679e4bf6c6cfb1fa0a
EBUILD datapoint-0.9.9.ebuild 636 BLAKE2B 1beae8013ca896f213c322185f0d0bea994e79a66def4169fc3f571fa00cb8b96eb65136bb4f732453a6151afefcca22db6e996ee8fb0bd06ae888ae57aaf96d SHA512 7d15f21858b4de9a53fb3385a7a729180ca79add34f3d1b0d2b74b11bb38938fb350e8bec6ac0aab2710b2480454eaf32c6dbbf36e7ba6679e4bf6c6cfb1fa0a
MISC metadata.xml 520 BLAKE2B eb0a7da576657f360034c6025bc72b69f4f52b049dfeb88a6885a5364ffea3143b646057ef7bf98e49807f0d071f3522a60a40cbe48ffba3b89dbf8126b2dd22 SHA512 b014c2bba746c39b7363a8c9cb92c300908e7aa930d491f56505b99aec2a9ef042c59423e0599fe718135ea07d54a3040130407c987e635bd5b745181fe96e4d

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,25 @@
# 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="Python interface to the Met Office's Datapoint API"
HOMEPAGE="https://github.com/ejep/datapoint-python https://pypi.org/project/datapoint/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
dev-python/appdirs[${PYTHON_USEDEP}]"
distutils_enable_tests pytest