dev-python/pyipma: drop 3.0.6

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:51:50 +01:00 committed by Andreas Billmeier
parent 1563480b93
commit a9c6934986
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 28 deletions

View File

@ -612,11 +612,11 @@ 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 1639 Ebuilds in total, 1628 of them have in total 1646 (42 different) licenses assigned.
There are 1638 Ebuilds in total, 1627 of them have in total 1645 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|949|
|MIT|948|
|Apache-2.0|343|
|GPL-3|105|
|BSD|88|

View File

@ -1,5 +1,3 @@
DIST pyipma-3.0.6.tar.gz 14011 BLAKE2B 746bae535242cf95e89e43f44826eb4a773015328642d7aa6f61cfeb29b2a97ff6a05e31c91dd2bd3639472616c96a0a18af4fddf32a7956effa674cc9196036 SHA512 6a348bbda1c530300857300949fbd4f1a41c209791195d2d29b1e3c2b287e4659d44bdfd173e42a86767574e1c6776954df96b2bd5a5ebaf795fe80552b861e1
DIST pyipma-3.0.7.tar.gz 13875 BLAKE2B 9edf8295b629121a936bd5ae41e7cc5cd699f6b2ef928cd63d05aa7ef3f459106a83681c7ae4fff11e86a0328e77cc4f8eb231a94132fe6fdc9c2a9c9a4c63c7 SHA512 9c792ce1bbd54294bd834ae9fb754260dea0b950b36674a33d371cbc625b6173bea211bc77921bdeee308bbe27a2c9df1ec9a91aef6906099d2b1243766bc77b
EBUILD pyipma-3.0.6.ebuild 616 BLAKE2B 9ff9d160e10db3d99a8727885f911e29316e9cf1976ace3b6e567662ba69b0d3b7015f35362a743f6ef2710730eb766250fb74839813e762bb5bb0a7050aebec SHA512 f32a74b945cd6b400a1c8644ed3b1739a1a418bd23a177453e5ed2dd065c3339ad6ad1286dac163eebb41542487ea755b86e43b7b46c4f21415780b7c684d915
EBUILD pyipma-3.0.7.ebuild 616 BLAKE2B 9ff9d160e10db3d99a8727885f911e29316e9cf1976ace3b6e567662ba69b0d3b7015f35362a743f6ef2710730eb766250fb74839813e762bb5bb0a7050aebec SHA512 f32a74b945cd6b400a1c8644ed3b1739a1a418bd23a177453e5ed2dd065c3339ad6ad1286dac163eebb41542487ea755b86e43b7b46c4f21415780b7c684d915
MISC metadata.xml 505 BLAKE2B 0d1dc5534e878d0416e33a420a50509055d17a9830102e2146b6b2e53fa61b8aa946e5318d9586d24318de642bb0ea14e3475a875d32674c8b38f2df3230b9f2 SHA512 01a2eed20dd6d218ec401b83cbc9cbfa886da12fe96e21db2ff9b3b0abfb18581fa43c76df118a943aae24b9209ecb7bf577175c3d53c5ff8640118f78290f2d

View File

@ -1,24 +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 library to retrieve information from Instituto Português do Mar e Atmosfera"
HOMEPAGE="https://github.com/dgomes/pyipma https://pypi.org/project/pyipma/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
sci-geosciences/geopy[${PYTHON_USEDEP}]"
distutils_enable_tests pytest