dev-python/PlexAPI: drop 4.13.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:13:25 +01:00 committed by Andreas Billmeier
parent 8c1bb9ab1b
commit bf5c9e2c6f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 deletions

View File

@ -612,14 +612,14 @@ 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 1622 Ebuilds in total, 1611 of them have in total 1625 (40 different) licenses assigned.
There are 1621 Ebuilds in total, 1610 of them have in total 1624 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|939|
|Apache-2.0|333|
|GPL-3|96|
|BSD|95|
|BSD|94|
|GPL-2|27|
|LGPL-3|23|
|all-rights-reserved|15|

View File

@ -1,7 +1,5 @@
DIST PlexAPI-4.13.2.tar.gz 138492 BLAKE2B feafe4a549e65c6832a268834566c3d7f0da151d46af22e13d647c0ae5c3222bac6fa34ab9490b8c97e601a42fae4f4e93b895051a00502f4fd3570e97b450e6 SHA512 10a70198be1956e7bda25e2281066dd46558918e7d72583da523b4ea9508cca752ccfee605bae6e0c622956a2f555cb1e13cf9e08a31c40147df96c2bb364ea1
DIST PlexAPI-4.15.3.tar.gz 147469 BLAKE2B 1e8f43860a7b2b87dc46dcf0d105b1fd95715fefa8e5e3a5d255fb904adbaaed5b4c8c608faef51297e1b27d4d22aa08bc3321da2486f3bd6899c5af310f8d41 SHA512 47d065cde2ad4c90754d163f37ab00f8ec6ca8ca3ae42867eab5f1853f8a251c41b20f83546b8737fd1be08e794b45b854068ea4bccd09a5b0f31403b447aaed
DIST PlexAPI-4.15.4.tar.gz 147579 BLAKE2B 6fa6e408c5cb4cc41c73379d19169f4000109e850b96c4029c35692fa9922dfa32b17f55875015a54bc51c8f782ae6f0f1dee5fd716be608512fc82a9bf97628 SHA512 27f067f62737f205369680e10256e64c8ca23e2d199d348bf514991b834424bac08ac32e19ab44b5c3cb62481cc72e766b5909b019ce0aa0454c4b8c62b6621d
EBUILD PlexAPI-4.13.2.ebuild 654 BLAKE2B 9f72690b8c1808aca3952d7e715c3131b02421ab85df242ab5aee83ecda3fd911a162acb25ae8625bff50a9254ee9bd8c1d5acc7f03c72c8cd4aec3e34bcfde9 SHA512 609f365b9b3fc21c67ae4f33caf26639a4be62062e8e2dc3c3e434a359a44ba92bf7e4021ee21e6e256aae445ecfaab51d2eaefb25abd0f9293ce9ceb682ff45
EBUILD PlexAPI-4.15.3.ebuild 654 BLAKE2B 9f72690b8c1808aca3952d7e715c3131b02421ab85df242ab5aee83ecda3fd911a162acb25ae8625bff50a9254ee9bd8c1d5acc7f03c72c8cd4aec3e34bcfde9 SHA512 609f365b9b3fc21c67ae4f33caf26639a4be62062e8e2dc3c3e434a359a44ba92bf7e4021ee21e6e256aae445ecfaab51d2eaefb25abd0f9293ce9ceb682ff45
EBUILD PlexAPI-4.15.4.ebuild 654 BLAKE2B 9f72690b8c1808aca3952d7e715c3131b02421ab85df242ab5aee83ecda3fd911a162acb25ae8625bff50a9254ee9bd8c1d5acc7f03c72c8cd4aec3e34bcfde9 SHA512 609f365b9b3fc21c67ae4f33caf26639a4be62062e8e2dc3c3e434a359a44ba92bf7e4021ee21e6e256aae445ecfaab51d2eaefb25abd0f9293ce9ceb682ff45
MISC metadata.xml 526 BLAKE2B 3bc1e84291dcfa8443534946142adc59de09a2311f2760d1503b2bdf804c1e7bae1658c8e74c8ba8644dda76c22892e4a3137bd6709f816cd39d136b2020f635 SHA512 190178bf9a8b21d4c762bc627bc2b940ae57448d7cd4e3dfdd2b84ab9de36c0f0b45d09d3597a93c6ef46fa3ca25af3811f84619f2798795bd6e7be57d055746

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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Python bindings for the Plex API."
HOMEPAGE="https://github.com/pkkid/python-plexapi https://pypi.org/project/PlexAPI/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest