dev-python/transmission-rpc: drop 3.4.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:15:18 +01:00 committed by Andreas Billmeier
parent 7f7ce41393
commit fd4e5b898c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 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 1577 Ebuilds in total, 1566 of them have in total 1583 (42 different) licenses assigned.
There are 1576 Ebuilds in total, 1565 of them have in total 1582 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|906|
|MIT|905|
|Apache-2.0|338|
|GPL-3|97|
|BSD|87|

View File

@ -1,7 +1,5 @@
DIST transmission-rpc-3.4.0.tar.gz 25354 BLAKE2B babe49c4c8f05b113c26087012318b1689363be6423315e28f61fbf0771a5a487c6ec77913502f16bd1f0117a016a9e3a193c395e5299752d81da4dbf0e39cc8 SHA512 29b37d82f3e372fd08a7b85372f3631c00121d11e256c5fbed8947a89b53212dc331d5a96d8193ddea468a2b106c5554d497e7f3de27ec9fe9c4a21676647653
DIST transmission_rpc-4.1.5.tar.gz 24895 BLAKE2B 1bb695ea435b498d6707c4d5544061ee2968963934d7b0e172bd7faefcb3e73d07ce3ea75bf511b7c9b4e68aecb40c77d8796b91522078bc91980746750f4c08 SHA512 2f5767d6532313fc9512f745ad27925de2cad40a24cf2d4b054f7e4707396a9d6545235407ae6a799edc65b964f4864cf2a47ba603bf34bb7f42dde0e1428353
DIST transmission_rpc-7.0.3.tar.gz 25324 BLAKE2B 4a6ae3f88a0eeb97993e1dc169572c20f3f5bce901b309edc46f55be49056c799ae8cfbd6cf3d61f23786adf28f471a075590c18d23b43edba333d68dc77dacc SHA512 369441a2ec415b220e83bd604014583f934becd485b00ae28df2396cb39e0c838737250316df237a1051c708f1b70b3c15ed4f155bed3b198f2b821905bca7a2
EBUILD transmission-rpc-3.4.0.ebuild 738 BLAKE2B 9278d7c6830bfd08ed76a9263bf7310cb164bc0d5884d680e85109304ce74067c20a5eeb6c602d64f0c5face33d1555a5d8238866f157003bcdc3b0983211315 SHA512 024e449479862d785ddf44a27b3d87e57000a5855def68e89154db5f2966168de356bfc9d1502820b2a3d5166a51be9789d807ffe23cc847cbcf61b34c8fe6ca
EBUILD transmission-rpc-4.1.5.ebuild 718 BLAKE2B 7abc7d42acc4ab928312b9522ab37718e811f0da6ecde1c317cfb4c0fb774b8bae912f6e5538cd93ac3c25d1e6edeb19d460962b73113c4c9b42406167418342 SHA512 a0b9e880bac533269e3f5600bf81bea37ce4419db5eb47f6cc1d5c4a843b65c64f1b2c3daf8524e88f990bdc8c0e160f712afc26afe7bfad745631e0e7bdf372
EBUILD transmission-rpc-7.0.3.ebuild 766 BLAKE2B 14e11b28b4cd9587d02f03083191db111e2b60acf16cc59251d2d8577f29713f4d7c4108550e2559a1921fa4fa31e5d347fe5783e2a4b5b557729a7d2f23edb2 SHA512 15fa4dd6f2f52bf7629bd8c435957da705e484f38fe3d4ae9fa731f7783383e8d58b79f79d0fbfe4acb631816226e9009340dff605094c168ff3dd86214fb021
MISC metadata.xml 511 BLAKE2B 1c66b103d7852ae8d973163b8e04d9515c6cb354985d5747a15da30ea00a18063d77cd0023fa6a97e938a6e6248fb13192f08200d990308e08640daa6c951f7c SHA512 bda67ab871d2bd03fa997d6f95d207cc1259c660b7ba768d03f71b179891ba9cd738191e61ec1e80e5ec3a1341cfc8734510167658db1a33ade856da6f4dabb6

View File

@ -1,32 +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=poetry
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Python module that implements the Transmission bittorent client JSON-RPC protocol"
HOMEPAGE="https://github.com/Trim21/transmission-rpc https://pypi.org/project/transmission-rpc/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="!dev-python/transmissionrpc
dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest