dev-python/lacrosse-view: add 1.0.2

Closes: #3674
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-21 17:22:51 +02:00
parent 5606fdadcf
commit 170173d856
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 5 deletions

View File

@ -606,11 +606,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 2038 Ebuilds in total, 2027 of them have in total 2055 (42 different) licenses assigned.
There are 2039 Ebuilds in total, 2028 of them have in total 2056 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1177|
|MIT|1178|
|Apache-2.0|457|
|GPL-3|121|
|BSD|113|

View File

@ -1,3 +1,5 @@
DIST lacrosse_view-1.0.1.tar.gz 5250 BLAKE2B 519f2916975028c93e8fb3989fede7501e20fa753290a169372069d769ae2009fdbf0ae6b792b4b0016116e6696b355c4770ab6fe2010ad1a96bc54576f13258 SHA512 99020fe5e038218cbff26a1a599c4d54b63ced85fd031caadec3554835a1b568c8d6c85b0f312d246bcdf6b88483b3f5abe10fd7551d97ddb536f95f22278c1e
EBUILD lacrosse-view-1.0.1.ebuild 754 BLAKE2B c076f7090e5f8da5f475e0ab434ab43abab0fd0ecd655ae35a6989c9d90b4bc71319c4e3a1a70bfd2c4a8d4b0f4342ac2bf192a2f65dfad3927010ebcc7e45ef SHA512 57ed56d22bc5d75c4f2f361ab49f44a1430c5fac665dbd9e6cbb2a92314f67e4a3735a99624c85ddcb3ec09080113ae14c48c8da3c08ba8f4c8e2797c7da0012
DIST lacrosse_view-1.0.2.tar.gz 5351 BLAKE2B 27eb97ddc4eaf324abfff65ee63f18301dcabe3983d9c30704285b7bf38ce186d8ce58817ed8e28c9c7826eef5d2a0c52e84a767fd42a8c55b0e3676fa3b0f09 SHA512 026a0dcdc48d85acb5f60c81fdff4d74cc6cd23ac1c712f175ce03c9affd1d712d293993fe6e35345efebc69d986c83b7c987bcfc124c785c2d06b7e4edcf674
EBUILD lacrosse-view-1.0.1.ebuild 754 BLAKE2B cb081e60a869e3ccf4678a95347eda0d06c265847e0b20a87485ae9d2e6176e5bb81fb381e3ae5bc238708bc20067260d5b2b3ada36d90f753e0b422651ac96c SHA512 ac02b1a445a2045b40f1d2b299f470ecfbadc6774228df3e3ac46abe4f11ce6b90ed8180155c177413719a7fdac3f4898c0d0a51ad8e4c8be6f34fce8994fb9c
EBUILD lacrosse-view-1.0.2.ebuild 667 BLAKE2B 8f10131c65f9ff49c41a12abe01d269db6cf3743afbc2e7c4b072719ff32ac16bb8fe95fe22e76dda050a775493b60331310006b210c3fa4b89d1cde6f67c84f SHA512 dafb40a3c0e803b1734433ef4f5f8c8c621087b8d647136e5e120ca5ee68c7d5c1c47f75b7b123b6e2d4e29681811878a299c9d8846dd81b3a0ac3dd30fe7801
MISC metadata.xml 518 BLAKE2B 7f3f7f2f0b33f60afeeb4fb1dbf99bfd899cf324e2aa755ecb6b732571936798b2688be6fc6fd9b93702353c97bc629889ee1591b3b6d0c68430cefe111f81f0 SHA512 cad7fad4644fd70cd426457f44cdf6fe9a481dfcfaff0152e77fc551616398fc6c0b13f97175d88b5b337b1d2ac62b6c77cadbec95788cf67f346dab1c83b6e8

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

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_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Client for retrieving data from the La Crosse View cloud"
HOMEPAGE="https://github.com/IceBotYT/lacrosse_view https://pypi.org/project/lacrosse-view/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}]
>=dev-python/aiozoneinfo-0.2.1[${PYTHON_USEDEP}]"
distutils_enable_tests pytest