dev-python/noaa-coops: drop 0.1.8

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:35:34 +01:00 committed by Andreas Billmeier
parent 08b8668188
commit 7a85fb632d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 30 deletions

View File

@ -612,13 +612,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 1666 Ebuilds in total, 1655 of them have in total 1673 (42 different) licenses assigned.
There are 1665 Ebuilds in total, 1654 of them have in total 1672 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|965|
|Apache-2.0|348|
|GPL-3|108|
|GPL-3|107|
|BSD|91|
|LGPL-3|23|
|GPL-2|22|

View File

@ -1,5 +1,3 @@
DIST noaa_coops-0.1.8.tar.gz 11259 BLAKE2B 90a3dee9e017da8a89d7fcabb7791b8e7890d7077e53bfb7dbb0b49181ef2beae388e68e35a9a2aa26b7b9d55e26e275bbd782eb9169a56a4415744959d48c2d SHA512 afa7f8cd05f41c3adcbda099d40e8ecce0049e7aa3451f3475ba40963792f6dbdb26c22b67b2da19b2650b84b8a509464d6d9fde1d010d8abd1a367cc9c4b4ab
DIST noaa_coops-0.1.9.tar.gz 11269 BLAKE2B a0e1370c4f8af74f0f3598e10bda30bcccf6f22fd6ad54727d69b0e14e3b8f4c5b031e7c8b56425b421761aa844d92744d868888871738c565afbc6cd5f3c8b6 SHA512 4b5470094dbb8d2487b15b15854c06baa2456904b18352a7fb2a1901e31003fe4c2856e80d90e8fe43e6c7637d9fac3c82cfb9aac20fdb0c05e7d1aadfeef481
EBUILD noaa-coops-0.1.8.ebuild 669 BLAKE2B 64fc62554d2e4ca89d192ca07178df0bb6edc2651db56cae892ec934a2f1d1adf1323e2f856e047785b72b4d54ca17efdc1c8c63305c02f454be41bc39e65b8a SHA512 29bde07197ff6bbeb7ee5924356e7f49a982d7bf64417a32bc9ae00006f955ac52fceea66aa6889c35cab3573fa561ce0b02a61fe2d5f888cc4fd0b96804575f
EBUILD noaa-coops-0.1.9.ebuild 633 BLAKE2B 44765e434507a963b7d2718f6ba3a006bcb4c187f1c06f2f737707fabb4ae49fdc78fe848ac168d5ab94d2ef2662a5a60ab17051e9563c7b7e5e2989f6a79a57 SHA512 92013eba50b5f8795dd517a5a702b1d1ac458470ad01205cc613aa7b1ebbd2fd2260e1c083879dbc46cd29f8e15e95fe22e89a919986adb4fd62aba920fe66ca
MISC metadata.xml 518 BLAKE2B 012d8fcc67fd1af03e7b4c0b865da4d829992cc5348df116f94f679d5fef66426ae3d46b591bf3578094016947eb0589d0df2d3de46e9af87c156972fec7d56f SHA512 552b8f2149e565cd9a5f82c7dded433c985eff8417fde700cdaf8b6005f41a156b1699dc488d13314461f3f4d6d36143050d4ae9e41b32f3e7397a0167792166

View File

@ -1,26 +0,0 @@
# Copyright 1999-2023 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 wrapper for NOAA Tides & Currents Data and Metadata"
HOMEPAGE="https://github.com/GClunies/noaa_coops https://pypi.org/project/noaa-coops/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
dev-python/zeep[${PYTHON_USEDEP}]"
distutils_enable_tests pytest