dev-python/transmissionrpc: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 23:51:58 +01:00 committed by Andreas Billmeier
parent 7001874867
commit b1d8a20395
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST transmissionrpc-0.11.tar.gz 96091 BLAKE2B 8ccda6621db91bc5e825162e2f11c0847d96a6711113c59a600e7f74b3b802d5c084cfa34388d77784d1514675d0d0934b4838c7ce626c14b2b811d3b5740788 SHA512 778c4099264d38deefbcf05c8f9e5d165ce113b4180e3797eb3cf11f0a9ba5393c0b2e6f1f0ae7c2dcfc679bfc1d0d69cb3715b3db6ac90a1a840fbd0775f82f
EBUILD transmissionrpc-0.11.ebuild 682 BLAKE2B 5b3143381cfbd34ad9468502988ca8b424c4f9cf112f3136510bc7eb6aae272676dfae94f5e9b9f0fe2302b7ffd53dde0a5a8dc76b569cf17226d7fab77a77c9 SHA512 a52a2db7f828f6dd94b040070bd158e956ce22df9ec9d74146ec11b02834d297ea602313a67156aca5d6af9db7b9fac2a161773d112065155d6e3023b78a71f4
EBUILD transmissionrpc-0.11.ebuild 626 BLAKE2B bb056d1b650b7f5595b68ca1106eddbb24f3291dd7018e923810c83e147c07d0edbd2817884b34831ac078c460dabb0120e1f1c464074d2dc88b6da733dc640b SHA512 06f5a7e5d6a7131cd46592925ea67fbd979cffddf76f2717a5aa01b7f9198a3ae5c5b29a6bf3691b126116bd3452b6be2bc667228e64a01d7a808205ecab7737
MISC metadata.xml 588 BLAKE2B 90907177e2d27a5d5149e2b3b7939afd9ca14842f4840c2e5c75e61e02b2037c843afa2c7de7e179069af94f7475aa21cbb11002e5b30fd33ae3e6aaad9bc335 SHA512 9d77fcd3bdd2233477d79416477f35b26f5be3e5f28ddb7b176e6236f72ffe342e1a8bcd28ac30ebb2aa1980112bd5f33250a7fca21ab63044da2508a4049583

View File

@ -1,15 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python module that implements the Transmission bittorent client RPC protocol."
HOMEPAGE="https://bitbucket.org/blueluna/transmissionrpc https://pypi.org/project/transmissionrpc/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -18,7 +16,6 @@ IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"