dev-python/pyweatherflowudp: drop 1.4.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:05:49 +01:00 committed by Andreas Billmeier
parent e62e47bc35
commit d56d03d140
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 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 1602 Ebuilds in total, 1591 of them have in total 1608 (42 different) licenses assigned.
There are 1601 Ebuilds in total, 1590 of them have in total 1607 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|923|
|MIT|922|
|Apache-2.0|340|
|GPL-3|100|
|BSD|88|

View File

@ -1,5 +1,3 @@
DIST pyweatherflowudp-1.4.3.tar.gz 20305 BLAKE2B 061f343051dffad71aa3001488828e02d6560c7987a9a24e27df44a83bb6831daef6205195536eddd0c493479d1ec6e8023fb1f2558cee2f7d735cddedffe21f SHA512 4032a4315a4fc0fe0b51dd6580f8459f920a7a08c222e1fc26d55c67fccf7f07000de444dbc26df540a15dd68a4b9505c1fb47bfd9d33dbce526e649ed5303c6
DIST pyweatherflowudp-1.4.5.tar.gz 20543 BLAKE2B 4b290abc66ea0933896e6e3aca318838148ec429b2829ac2844d3ce62057a89a6a55dcf5f5f5745028e6958e3ec17a4d6a414addc5e2fe3ab7510b4747c423ed SHA512 179dfbea2d5512489783ea26f076f2b7cb627e42cb69735a1cd5764177d2d1c9b001fc6ffc53a67994d4c40c65173ee380e5fae8118a08dca8587f2a400b59fa
EBUILD pyweatherflowudp-1.4.3.ebuild 787 BLAKE2B 9ba0b658a3ebc9721c3ccdec2d7f635bf56e8c67f6e6959f46b320747c18a02066fd488cb8fa17b53db4ef98a8595f97ec9c76ec5d245b83020629b019ec3ebb SHA512 515ec07180d24eaea41112ebe9eeb46b23779d3b7661ebb99f834f35ad2d4b84371847b3dfc4ddb87055b2e3b68a769151bbe8ebdaa79829214791394597ac50
EBUILD pyweatherflowudp-1.4.5.ebuild 787 BLAKE2B 9ba0b658a3ebc9721c3ccdec2d7f635bf56e8c67f6e6959f46b320747c18a02066fd488cb8fa17b53db4ef98a8595f97ec9c76ec5d245b83020629b019ec3ebb SHA512 515ec07180d24eaea41112ebe9eeb46b23779d3b7661ebb99f834f35ad2d4b84371847b3dfc4ddb87055b2e3b68a769151bbe8ebdaa79829214791394597ac50
MISC metadata.xml 529 BLAKE2B e0290eea8e60a80c57e4d6e9f6954c341da71a80afbd08fb4167c443438bd37c0d065d30a52952c494cd2e9e3a7073decf63227fe4079ace2638373d1b7db5c6 SHA512 99174daa9bda1de68a9cce488670c334cb20e2a817ccbba4262e57abd6856aad79b8af58df19f89609ede0a8f5dc209a9d32ef70d554bc66480c708a806c78ee

View File

@ -1,32 +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=poetry
inherit distutils-r1 pypi
DESCRIPTION="An event-based asynchronous library to read UDP packets from Weatherflow weather systems on a local network without any reliance on the cloud."
HOMEPAGE="https://github.com/briis/pyweatherflowudp https://pypi.org/project/pyweatherflowudp/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/PsychroLib[${PYTHON_USEDEP}]
dev-python/Pint[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest