dev-python/pynws: drop 1.4.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:54:33 +01:00 committed by Andreas Billmeier
parent dad507b74f
commit 5f3c0a174e
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 1632 Ebuilds in total, 1621 of them have in total 1639 (42 different) licenses assigned.
There are 1631 Ebuilds in total, 1620 of them have in total 1638 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|944|
|MIT|943|
|Apache-2.0|343|
|GPL-3|105|
|BSD|88|

View File

@ -1,7 +1,5 @@
DIST pynws-1.4.1.tar.gz 13581 BLAKE2B 4a46c073e2d2f0ccd681a2b4721654815e58b3ece08d2232005578001072b5f255767044197b8680c43e6372e10fb1c6c90d0c9079738a1c9481c9c9c8ea90ca SHA512 a843b70353763baf358ebd8a1ad6f53f4caffeb04b905b518b3316c28422a48b8f32f8138385ffd3250bd32724f0be565d56aaed60ecb872759fde1a02fc73e9
DIST pynws-1.5.1.tar.gz 13841 BLAKE2B f22104aeb8083897d4305d611b4bcaddef154a5c9bf5e9608a35ebb0e421a22d9fc4304030b7fad8d6b2461b1e3a5a3cea7b8b3c04e8833b437edb3b452b420c SHA512 92a7cb412fe26743b1d233a79881994ba792830df23bf07a9989e660b8e23b87b08eb44ed64721f3228319123425e39fe3f0f6794cef63bea14ee159c67720e9
DIST pynws-1.6.0.tar.gz 13874 BLAKE2B dc7ab854a0cba435c12a1c86262ca5a44c7f3946da78588ce949fc6c100e62d018342b6a20d26628b730a809aaf1584ec71fe7215aa09a0fd6c58f6d589e96a9 SHA512 87e3fa6a9095688b649e7986c9dff234636c27ba27a5540fda5f89d3fc870ac4f2b6359fc820b787fff863cde4476fb9b71fb7e14277ff49362cff3924fe79b3
EBUILD pynws-1.4.1.ebuild 604 BLAKE2B 1842981bd6930354b4144db4b5d51ad29d2ef05812d2206438d771c41d02cbf763cc0731922fa16b11aba9a029b5c61ea71a05b45f45a3546e9cd8a7bbec966d SHA512 4d6a05b1664ee53a86be341c07a8cce5aed0631f3b0a510fe82baad092643aabbe52ba0915c51a13d0d5a675f5635a6ffb96c95de9e014a70e3a1397365bc3cb
EBUILD pynws-1.5.1.ebuild 604 BLAKE2B 1842981bd6930354b4144db4b5d51ad29d2ef05812d2206438d771c41d02cbf763cc0731922fa16b11aba9a029b5c61ea71a05b45f45a3546e9cd8a7bbec966d SHA512 4d6a05b1664ee53a86be341c07a8cce5aed0631f3b0a510fe82baad092643aabbe52ba0915c51a13d0d5a675f5635a6ffb96c95de9e014a70e3a1397365bc3cb
EBUILD pynws-1.6.0.ebuild 604 BLAKE2B 1842981bd6930354b4144db4b5d51ad29d2ef05812d2206438d771c41d02cbf763cc0731922fa16b11aba9a029b5c61ea71a05b45f45a3546e9cd8a7bbec966d SHA512 4d6a05b1664ee53a86be341c07a8cce5aed0631f3b0a510fe82baad092643aabbe52ba0915c51a13d0d5a675f5635a6ffb96c95de9e014a70e3a1397365bc3cb
MISC metadata.xml 514 BLAKE2B 7360131e3c4422f88d007ccf5de784e9b6f1c5e324280464e4a1f289d24726c1721fd8331a1a62f225122dac5826bec55b90fb676a545b054b6e8fc5c60600a2 SHA512 03584128830502b81772f51df6c5049a8ad216d4b366c80819e7ccf8d070088ac9c167e282710aafe644c7a1913cf7419c9ea4484e1e7c39e4634e60d46c4d4a

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 observations and forecasts from NWS/NOAA"
HOMEPAGE="https://github.com/MatthewFlamm/pynws https://pypi.org/project/pynws/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/python-metar[${PYTHON_USEDEP}]"
distutils_enable_tests pytest