dev-python/aiopyarr: drop 22.10.0, 22.11.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:09:40 +01:00 committed by Andreas Billmeier
parent 5d360634b1
commit e303c06a17
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 72 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 1638 Ebuilds in total, 1627 of them have in total 1641 (40 different) licenses assigned.
There are 1636 Ebuilds in total, 1625 of them have in total 1639 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|944|
|MIT|942|
|Apache-2.0|343|
|GPL-3|96|
|BSD|95|

View File

@ -1,7 +1,3 @@
DIST aiopyarr-22.10.0.tar.gz 57254 BLAKE2B 7653b26e98929c835280b8461a9777284d35ea8f43e046cbd4da045d22f9bf16993dd30e8d7714a012749ce92c3f3b8e238e31cb29951ad3635bed34ce214d1a SHA512 75065804e1afcecdca9a460b703197bd67dafe426f51e315a5173bb9e2f8ed9d649f32bccea56f138803b908035eefeb83f764170dc228734c3c11613aa99ec9
DIST aiopyarr-22.11.0.tar.gz 57277 BLAKE2B 70445fc0805c14d5c9c8cbfb6a7ac5df6c75520d567bf13f97b0f822df45c8f061e266a31bbe54e35bee7606be78d55a0fd601c7f3c273145eb32812e17be92a SHA512 9621b76c7e0fa9a7d1f526baec54b00ef1d57dee561d607f2b4bfe3e2c767ce03ff102fa3feabf5e668233a1bb8a6894d2cda1902d271350f006f279b6f35b41
DIST aiopyarr-23.4.0.tar.gz 57263 BLAKE2B 85b66443e959ccc1af9b85131b58ea1ba415a11e7d1870bf9c8c88362611837138e225019253929c387d486f151bf5d7bfe83e5da5577b66bf320846d7870046 SHA512 990c2afcfb8eb70debfdf0441f5585ee26a9a06efac375030eb1aafbc31ed9b7b3e349d28271b8d5b7dcbbce65be6b139e40ab8f65ab88ad1a64402fca51fc81
EBUILD aiopyarr-22.10.0.ebuild 710 BLAKE2B 937f73652457017efb9a5a80917a5c133ec674a93160b3cac0c7370d904ec4ee321345a33686b7aa9eca48a1735c3be6133ea8b8095dce9338daa0c4125db3c9 SHA512 f74d21f837d99d4f0268b8f5440fa3fb021c3b64a9f9027cf2b72c281686f60a32411938a6c375b6e7f317634b7dc42a3d2f61a7c56e3e74b39c00d4c686f538
EBUILD aiopyarr-22.11.0.ebuild 710 BLAKE2B 937f73652457017efb9a5a80917a5c133ec674a93160b3cac0c7370d904ec4ee321345a33686b7aa9eca48a1735c3be6133ea8b8095dce9338daa0c4125db3c9 SHA512 f74d21f837d99d4f0268b8f5440fa3fb021c3b64a9f9027cf2b72c281686f60a32411938a6c375b6e7f317634b7dc42a3d2f61a7c56e3e74b39c00d4c686f538
EBUILD aiopyarr-23.4.0.ebuild 710 BLAKE2B 937f73652457017efb9a5a80917a5c133ec674a93160b3cac0c7370d904ec4ee321345a33686b7aa9eca48a1735c3be6133ea8b8095dce9338daa0c4125db3c9 SHA512 f74d21f837d99d4f0268b8f5440fa3fb021c3b64a9f9027cf2b72c281686f60a32411938a6c375b6e7f317634b7dc42a3d2f61a7c56e3e74b39c00d4c686f538
MISC metadata.xml 511 BLAKE2B 09476cf738077c656928f27a2954a092000b2820aaafb1e007de45980dd934e9755210557c987f3807fa42d0a16c898975b4ae53b243b8cd04ccb08889fbeae2 SHA512 7e67318a519284aa6191410fa662c69e971fc0ace4836318e73070833322ab530bbbc03c9419be22136027b47839d34a88389b4953019d140b78a289f4161775

View File

@ -1,33 +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="An Asynchronous Lidarr, Radarr, Readarr, Sonarr APIs for Python."
HOMEPAGE="https://github.com/tkdrob/aiopyarr https://pypi.org/project/aiopyarr/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,33 +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="An Asynchronous Lidarr, Radarr, Readarr, Sonarr APIs for Python."
HOMEPAGE="https://github.com/tkdrob/aiopyarr https://pypi.org/project/aiopyarr/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest