dev-python/transmission-rpc: drop 4.1.5

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 21:09:22 +02:00
parent 08aaca4ba3
commit dd8ea4b477
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 36 deletions

View File

@ -1,5 +1,3 @@
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-4.1.5.ebuild 718 BLAKE2B 7abc7d42acc4ab928312b9522ab37718e811f0da6ecde1c317cfb4c0fb774b8bae912f6e5538cd93ac3c25d1e6edeb19d460962b73113c4c9b42406167418342 SHA512 a0b9e880bac533269e3f5600bf81bea37ce4419db5eb47f6cc1d5c4a843b65c64f1b2c3daf8524e88f990bdc8c0e160f712afc26afe7bfad745631e0e7bdf372
EBUILD transmission-rpc-7.0.3.ebuild 766 BLAKE2B 14e11b28b4cd9587d02f03083191db111e2b60acf16cc59251d2d8577f29713f4d7c4108550e2559a1921fa4fa31e5d347fe5783e2a4b5b557729a7d2f23edb2 SHA512 15fa4dd6f2f52bf7629bd8c435957da705e484f38fe3d4ae9fa731f7783383e8d58b79f79d0fbfe4acb631816226e9009340dff605094c168ff3dd86214fb021
EBUILD transmission-rpc-7.0.3.ebuild 766 BLAKE2B 77f13ffde57488165eaa39d830b671574323fc4ede1abe64f99d4a3f5715a8a5e658570a5859dd5248704fab4f51145320474541e432f0ef4d9e8fb09748387c SHA512 f5d77675ca6d052f8693b43b7279da0b8f61c0d41cf48e6fbf3f847ea4e9310d13c56de8dd06f3dee1141b3886df4b22cb3429dfc452e10c5fae54d5f41bebd5
MISC metadata.xml 511 BLAKE2B 1c66b103d7852ae8d973163b8e04d9515c6cb354985d5747a15da30ea00a18063d77cd0023fa6a97e938a6e6248fb13192f08200d990308e08640daa6c951f7c SHA512 bda67ab871d2bd03fa997d6f95d207cc1259c660b7ba768d03f71b179891ba9cd738191e61ec1e80e5ec3a1341cfc8734510167658db1a33ade856da6f4dabb6

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=poetry
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

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Python module that implements the Transmission bittorent client JSON-RPC protocol"