dev-python/aionotion: drop 3.0.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:02:31 +01:00 committed by Andreas Billmeier
parent 3495b159ab
commit 97719f06dc
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 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 1745 Ebuilds in total, 1734 of them have in total 1758 (43 different) licenses assigned.
There are 1744 Ebuilds in total, 1733 of them have in total 1757 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1019|
|MIT|1018|
|Apache-2.0|364|
|GPL-3|110|
|BSD|98|

View File

@ -1,5 +1,3 @@
DIST aionotion-2023.5.5.tar.gz 12150 BLAKE2B 7807e11c8d8a343aced1358f50c492533364238301e8eb964bc3ccb0627b7f48a8519fca95e9291f06d81556f66131a281be25337f3ce180d0d7077a07aa3544 SHA512 90007addfd8ec2f7b6e7485880a36c98472343baa8117cbadaa666bc854159144cb21a80b821c5c3d8bbe42bc0cc49894185e7f8832eaec1190127df2c51c76a
DIST aionotion-3.0.2.tar.gz 8316 BLAKE2B fce6c11544257183068eeae5429b7b4e03e581e55f8669a2924c92eb06162451806c6c50e67589b698545c7372d9f21069d6a80fec7c1f5735b2f5ac08428dbf SHA512 ae5ffbade34175b66c2d3bdb0a5609a95f371d1fddfbd0d5f5f78609b43a90b708324e665377a7c6250f8fdd53eb6df4ef9bf25955e41ee49d497d8f06343d41
EBUILD aionotion-2023.5.5.ebuild 747 BLAKE2B fb23ff1885b2505e0cafce4f5a682ce026046d49d7d13d7e0b9e599b5fc7d4ea46310c4c46ce62d69f12965799380d248057fc826e53180f4aca8e66c02105af SHA512 2f3ab9b8e2c1e03223869a3c1049dbc61f88ac92c34d841c31de3528b3f5ce41beac259b93429f8813c0ad3d61dc1fa709c52af940e9347be1c534add275bba8
EBUILD aionotion-3.0.2.ebuild 703 BLAKE2B 2fd7482f588727b600fdfdc15788587df31866834bc3ecd56aa0524e99a76de1f250d4c50a310b6f6f2122cb3dd3c6a099bcbdfa0f056b4e36dba5fb5479c3ea SHA512 c98635093dadfb1c0b04c1a0c8e70f8d4cadefe860a614b6816f1cbc37c8a3e743cd4171672ce8ec04b6b8edeeebc5fc67ee5722978485f5d6079292acce8ab5
MISC metadata.xml 510 BLAKE2B 18902aec66c212748688138702cebeeb95cfd1b4ee48f896b7d34d4e375617ceacf9584fcdd3d0b2e779aee2dafc08b724d939fb984a1eaa7e37481f3ab395b4 SHA512 50412210619861af5620438097ee96c18e3d095613bfea03cf62afd540a6b9055c3fc9e7a2d8d1395b22bc0ed2352a6a4c190f4db10316b3d2830a4b47cf6600

View File

@ -1,31 +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=setuptools
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.7.4[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest