dev-python/aionotion: add 2024.3.0

Closes: #3073
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-14 23:33:36 +01:00
parent 2df638598d
commit edd8bad557
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 39 additions and 2 deletions

View File

@ -617,11 +617,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 1915 Ebuilds in total, 1904 of them have in total 1923 (42 different) licenses assigned.
There are 1916 Ebuilds in total, 1905 of them have in total 1924 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1078|
|MIT|1079|
|Apache-2.0|442|
|GPL-3|128|
|BSD|106|

View File

@ -1,5 +1,7 @@
DIST aionotion-2023.5.5.tar.gz 12150 BLAKE2B 7807e11c8d8a343aced1358f50c492533364238301e8eb964bc3ccb0627b7f48a8519fca95e9291f06d81556f66131a281be25337f3ce180d0d7077a07aa3544 SHA512 90007addfd8ec2f7b6e7485880a36c98472343baa8117cbadaa666bc854159144cb21a80b821c5c3d8bbe42bc0cc49894185e7f8832eaec1190127df2c51c76a
DIST aionotion-2024.2.2.tar.gz 13942 BLAKE2B 950df4338ee4fc8e589b1e382f2e2a90a185b83ac4658a16459c062c89cb402a8ba1b76fee2ae1f1e537a60a33b503051f4e84e149d041b12f6ebcd4d4ade6de SHA512 c566782edf4e71e4c7a5e02f8d0955c642ddcbb6c327e9912b1d5329083fa223b812a47a6b7de2ceb720e4f577e79b6d7ff8fed169f0ec1ca413488982178fa1
DIST aionotion-2024.3.0.tar.gz 14169 BLAKE2B bec2521eab5b17c92b863d6e7040ab32a9e4d58e84b1bed8b853d4bf5b0cad84d0ffd4063f7f8bb7c9fb1ada419206b165723d02005d4b6f09db6477023011a5 SHA512 8a7d59d533a5ebc2d98ffa11a59bbb47dfabe49c0ae29e34f34c359f4909d70a75571f8483ae3426419bbe43e50d4f4da4d0d36500deaae7cf0a8741cb450589
EBUILD aionotion-2023.5.5.ebuild 747 BLAKE2B d2ef70b4362b8fb2bb736e1c41c8ff0ea8342e9891e762adb624ec80a78c84b37151f96cca3702b91328dfb13802e6d6fbb60f1d2cc7163247a87fdc4a544b1e SHA512 92cda3ec08c456d12b44059daa00158aece14aa04dbfc728eea4f2e5164ec059285945a8ac0a5e3c90c05dc854d6e11bb16fb04e094e3c5aaf153a1d456e04de
EBUILD aionotion-2024.2.2.ebuild 947 BLAKE2B 650e588027d354a44d4c6f56845f59a59e4062d37f217b72f3f4b81a464682c5c72d65a01e1db140df129197b52832f00709614d6b2f5f0b7aa99fd206d2e81b SHA512 ade3e3475bcc1456da6be4517d56583ec16116af40c075348b1ea20df6a67a8beac10489ea28f9ed7f754381f94134de8b37ae5980e15d795d502d410d7f02b3
EBUILD aionotion-2024.3.0.ebuild 946 BLAKE2B d451ca7ff7cfd15ba30b4c3bbf2dd12375cdc65237ac9f6a9f093d81fc3413263249836c5097dc41b2635525b58eb0aa240aa2d7f4959f52b1fdf0c96baa491b SHA512 356e62ce596afc8826b63382bcec2565c017a3ee9b3b62b5990297772a457ac428bccd755af0d6d390f24585f5995a0ecd6416685f59f8c2ce01b9645a3ce644
MISC metadata.xml 510 BLAKE2B 18902aec66c212748688138702cebeeb95cfd1b4ee48f896b7d34d4e375617ceacf9584fcdd3d0b2e779aee2dafc08b724d939fb984a1eaa7e37481f3ab395b4 SHA512 50412210619861af5620438097ee96c18e3d095613bfea03cf62afd540a6b9055c3fc9e7a2d8d1395b22bc0ed2352a6a4c190f4db10316b3d2830a4b47cf6600

View File

@ -0,0 +1,35 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="A simple Python 3 library for Notion Home Monitoring"
HOMEPAGE="https://github.com/bachya/aionotion https://pypi.org/project/aionotion/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.9.0[${PYTHON_USEDEP}]
>=dev-python/certifi-2023.7.22[${PYTHON_USEDEP}]
>=dev-python/ciso8601-2.3.0[${PYTHON_USEDEP}]
>=dev-python/frozenlist-1.4.0[${PYTHON_USEDEP}]
>=dev-python/mashumaro-3.12[${PYTHON_USEDEP}]
>=dev-python/yarl-1.9.2[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/aresponses[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest