dev-python/python-qbittorrent: drop 0.4.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:02:35 +01:00 committed by Andreas Billmeier
parent 4c3bfa207e
commit 2035a06b6e
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 1609 Ebuilds in total, 1598 of them have in total 1616 (42 different) licenses assigned.
There are 1608 Ebuilds in total, 1597 of them have in total 1615 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|928|
|MIT|927|
|Apache-2.0|340|
|GPL-3|103|
|BSD|88|

View File

@ -1,5 +1,3 @@
DIST python-qbittorrent-0.4.2.tar.gz 9535 BLAKE2B 3f570745cf01d82ffb68a5a11c32ffdad1feb971411e8f096f910261aad47262e49bb4bb712a0db747ba27e2312cddd563de3df0c7ae312098bc007c934057e7 SHA512 aa841f9ab376e1bed28836e7dd4eea291f856389b2f90f348dac8909d96b1e6257f7c55736fec3e94e5ee2fb487fa21d843e447c3b62b83ea6e8f40e80396d85
DIST python-qbittorrent-0.4.3.tar.gz 9732 BLAKE2B b83e60e83ff6e8b58f2027063edb6a18521c44ea3bbfcc00fdc2c672d1175b9130281252bcd54a9df047448dc456a346a9deb8b2efd7fda328bfd243757fbad9 SHA512 b2e9d230f07da63ee706a64e491699fe0b6e2f2af55a36d31e3383b332c4de301153fa228aa070c88b75d0d5138bb4f052c8fe1cd5073c64f3d50e424d5d9214
EBUILD python-qbittorrent-0.4.2.ebuild 673 BLAKE2B d8ed94fb1274253020668453e1b91a6550e28429557f02235ddf420eacdd7ea46146f4f07a66a66620824df73bec97d6c9881942c58ee809b04b5f146cf85e9d SHA512 b5338a39a51fde476bbc9918ff7f73c43f2e3e284bab613ef77ae4fb1e9a4056dc52a8a7e26429c1a063ff5130257d17d93b1f41b7c93cfc882d35bbf6d602be
EBUILD python-qbittorrent-0.4.3.ebuild 674 BLAKE2B a9fd9f3fe69ab49e4b879527587fbd175d18f0d416dafa748ba1374ec6fbad9026041585ca3e1bf50ce4d9131baf9544d20263138049a8cabe4121d95c5f18a7 SHA512 c261cd4573aa615e096fe0589624c293e7760d3b2d5ff23aa0898328f67d4cc4bd4a9a89b78bb6db0847e7ac797f933099af98a1f2b08ad032aea26333b5fab0
MISC metadata.xml 524 BLAKE2B 7b886dffc0f3e9d79c5ed11ba3eef72df381d7503638cb77236c6299565cf08ff6fb80321ff54924f309fccfe0e16e451d1fd3d5ad007e46a8120dad8266f67c SHA512 6cac8a25d598f9c7a30505187fd17d5fee4f9a3edc17a4fd6497cc789a9c96b588b0e558a8d14a14705fe0b3340ad5eacd6a753ee18fba666c7ec5acbf9c2895

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 wrapper for qBittorrent >4.1.x"
HOMEPAGE="https://github.com/v1k45/python-qbittorrent https://pypi.org/project/python-qbittorrent/"
LICENSE="MIT"
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