dev-python/auroranoaa: add 0.0.5
Closes: #3987 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
c40c3d46bb
commit
07f863d82c
@ -606,12 +606,12 @@ 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 2264 Ebuilds in total, 2250 of them have in total 2289 (43 different) licenses assigned.
|
||||
There are 2265 Ebuilds in total, 2251 of them have in total 2290 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1281|
|
||||
|Apache-2.0|528|
|
||||
|Apache-2.0|529|
|
||||
|GPL-3|143|
|
||||
|BSD|124|
|
||||
|GPL-2|25|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST auroranoaa-0.0.3.tar.gz 6196 BLAKE2B 9893a3b70fb5c18879864fc41d73263a5934bab3447138facea37e647a4fb1e71a81e19189059737ba552a0288ae7fdbefd521f8840fb665b24f4933a6d181d9 SHA512 7f2c046db70cec86ac88d1c2e35896b4ad87977e1bffbeeac4e7af47c24dfdbd77581106ebb229e36b599c1fa914a5679b4891533d8871a5800bdd2f2456d3bb
|
||||
EBUILD auroranoaa-0.0.3.ebuild 488 BLAKE2B 8bc98e59ca4ef05192631f9ef13f52402876c748736629e5e751aefed5a216e734036753567392a47d3e4a4edf02684afcd54a1ac03e44fc79c374f090ceab53 SHA512 ea401094e43de9c60143c400748a7dd1f36925a1b849753c5eec4877ee20649b51f4619ecde6ff581c6bb7682753e4a12ae2a321818f0bf89bb70f3eb3cbcbdd
|
||||
DIST auroranoaa-0.0.5.tar.gz 6551 BLAKE2B 6931d382395c81cb467e507bee71600877ab05e83f373716479f690cc0f1273babb7ae9bc9d45706f337396852619075848c3d7aeb70b59696c12ceaef59d26d SHA512 55714d7d230df62139ade89b52895ea363b588b562ff540009d460a4d06ddb0fa0e122be06fc5021be6d86d48fe2352e2a2df78133abf0024f14bd76c57cc69d
|
||||
EBUILD auroranoaa-0.0.3.ebuild 488 BLAKE2B b73297af3dfcc0fd0b596e605e58d58503846e4f5c4309c1c76e07a7acc4c05d6c78aa8d9138b18950f110de68b6af6a6d522db03994c1907c089c396f8a3eeb SHA512 c178985ffee617f57c40c34475631e5f06709d4a1e47bec0f1f866d14e39dcdfdee52124bd1e19b3f6f4d808e52d367364671857be98d994ca575b6970b8fc3d
|
||||
EBUILD auroranoaa-0.0.5.ebuild 488 BLAKE2B b73297af3dfcc0fd0b596e605e58d58503846e4f5c4309c1c76e07a7acc4c05d6c78aa8d9138b18950f110de68b6af6a6d522db03994c1907c089c396f8a3eeb SHA512 c178985ffee617f57c40c34475631e5f06709d4a1e47bec0f1f866d14e39dcdfdee52124bd1e19b3f6f4d808e52d367364671857be98d994ca575b6970b8fc3d
|
||||
MISC metadata.xml 519 BLAKE2B 6640418ba8f7c6c4ec88e5c98d4253685c8252a1c6d6701f1d6ca23f2cb02e05255973733188f83fe1661d78993efefb2bb7f8f48e89e3dc5cb405ed33bc1378 SHA512 d1a10f9aa8e41fcaad9553db5382a7d6a44d4c336ffa4daeabda72584edf853cb5233803c2e3e0d1c1c6df31985710072ab88b2147e45e77cdb76a2ee9b57097
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
20
dev-python/auroranoaa/auroranoaa-0.0.5.ebuild
Normal file
20
dev-python/auroranoaa/auroranoaa-0.0.5.ebuild
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="NOAA Aurora Wrapper for Home Assistant Integration."
|
||||
HOMEPAGE="https://github.com/djtimca/aurora-api https://pypi.org/project/auroranoaa/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
Loading…
Reference in New Issue
Block a user