dev-python/lacrosse-view: add 1.0.3
Closes: #4035 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
4b2bb07f68
commit
c0a89f2714
@ -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 2287 Ebuilds in total, 2273 of them have in total 2312 (43 different) licenses assigned.
|
||||
There are 2288 Ebuilds in total, 2274 of them have in total 2313 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1301|
|
||||
|MIT|1302|
|
||||
|Apache-2.0|527|
|
||||
|GPL-3|146|
|
||||
|BSD|124|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST lacrosse_view-1.0.1.tar.gz 5250 BLAKE2B 519f2916975028c93e8fb3989fede7501e20fa753290a169372069d769ae2009fdbf0ae6b792b4b0016116e6696b355c4770ab6fe2010ad1a96bc54576f13258 SHA512 99020fe5e038218cbff26a1a599c4d54b63ced85fd031caadec3554835a1b568c8d6c85b0f312d246bcdf6b88483b3f5abe10fd7551d97ddb536f95f22278c1e
|
||||
DIST lacrosse_view-1.0.2.tar.gz 5351 BLAKE2B 27eb97ddc4eaf324abfff65ee63f18301dcabe3983d9c30704285b7bf38ce186d8ce58817ed8e28c9c7826eef5d2a0c52e84a767fd42a8c55b0e3676fa3b0f09 SHA512 026a0dcdc48d85acb5f60c81fdff4d74cc6cd23ac1c712f175ce03c9affd1d712d293993fe6e35345efebc69d986c83b7c987bcfc124c785c2d06b7e4edcf674
|
||||
DIST lacrosse_view-1.0.3.tar.gz 5614 BLAKE2B 135b7b913d1ec53820138221d83e2ed62f55a78fb70cef5e9cc26a0f21bba148ea40c0cdd24225b1d45e804f95c7410f92c9fea333a03c39f7280b09e3e38f3d SHA512 d9d3c0109d01aa65393e365ec789b28bfe1f4fc996ae8f470116e6233be4011df58807c6066b8ede359b611855313068d4ae26b1dd2250548da269cdd2639dcc
|
||||
EBUILD lacrosse-view-1.0.1.ebuild 754 BLAKE2B cb081e60a869e3ccf4678a95347eda0d06c265847e0b20a87485ae9d2e6176e5bb81fb381e3ae5bc238708bc20067260d5b2b3ada36d90f753e0b422651ac96c SHA512 ac02b1a445a2045b40f1d2b299f470ecfbadc6774228df3e3ac46abe4f11ce6b90ed8180155c177413719a7fdac3f4898c0d0a51ad8e4c8be6f34fce8994fb9c
|
||||
EBUILD lacrosse-view-1.0.2.ebuild 667 BLAKE2B 8f10131c65f9ff49c41a12abe01d269db6cf3743afbc2e7c4b072719ff32ac16bb8fe95fe22e76dda050a775493b60331310006b210c3fa4b89d1cde6f67c84f SHA512 dafb40a3c0e803b1734433ef4f5f8c8c621087b8d647136e5e120ca5ee68c7d5c1c47f75b7b123b6e2d4e29681811878a299c9d8846dd81b3a0ac3dd30fe7801
|
||||
EBUILD lacrosse-view-1.0.3.ebuild 667 BLAKE2B 8f10131c65f9ff49c41a12abe01d269db6cf3743afbc2e7c4b072719ff32ac16bb8fe95fe22e76dda050a775493b60331310006b210c3fa4b89d1cde6f67c84f SHA512 dafb40a3c0e803b1734433ef4f5f8c8c621087b8d647136e5e120ca5ee68c7d5c1c47f75b7b123b6e2d4e29681811878a299c9d8846dd81b3a0ac3dd30fe7801
|
||||
MISC metadata.xml 518 BLAKE2B 7f3f7f2f0b33f60afeeb4fb1dbf99bfd899cf324e2aa755ecb6b732571936798b2688be6fc6fd9b93702353c97bc629889ee1591b3b6d0c68430cefe111f81f0 SHA512 cad7fad4644fd70cd426457f44cdf6fe9a481dfcfaff0152e77fc551616398fc6c0b13f97175d88b5b337b1d2ac62b6c77cadbec95788cf67f346dab1c83b6e8
|
||||
|
25
dev-python/lacrosse-view/lacrosse-view-1.0.3.ebuild
Normal file
25
dev-python/lacrosse-view/lacrosse-view-1.0.3.ebuild
Normal 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
|
Loading…
x
Reference in New Issue
Block a user