URI: 
       dev-python/qbittorrent-api: Update package version - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 10680c8ffcbf844570dc43d8318141514e541703
   DIR parent 423dd7839408d7eb3def76924663fa7d1ecf75d7
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Mon,  8 Jul 2024 15:03:59 +0200
       
       dev-python/qbittorrent-api: Update package version
       
       Diffstat:
         M dev-python/qbittorrent-api/Manifest |       2 +-
         D dev-python/qbittorrent-api/qbittor… |      34 -------------------------------
         A dev-python/qbittorrent-api/qbittor… |      32 +++++++++++++++++++++++++++++++
       
       3 files changed, 33 insertions(+), 35 deletions(-)
       ---
   DIR diff --git a/dev-python/qbittorrent-api/Manifest b/dev-python/qbittorrent-api/Manifest
       @@ -1 +1 @@
       -DIST qbittorrent-api-2023.7.52.tar.gz 491933 BLAKE2B e0b5c4ab16d7b4bb411760482286f23e438ea3534350216a265be304ef5d9a4de639c60efadd3d9c9e13113a379269057df74c50b61c7eeb5cb20594986a4e87 SHA512 cea50404fd33b8055c829730478730821d607fe4c2502027b8862c34a9201375efae9004ee70741521c21a6061a76540850edeb51f5ea1259be718842c2adc80
       +DIST qbittorrent_api-2024.5.63.tar.gz 1317800 BLAKE2B e505912d999123a6b48f1f451385f4de5677f6cdcf0b1dd4c83ee7fe838e9a736bd20b21df53601de8e2800ce6ce7622d5a373bd154afa67854114d398ee3aff SHA512 6f45457b7d06c23a293b9541d32afd257f2783eb4a9e3654f10dabc8562862f7c283587e4fd61e42717a5bd7c4fac7fdbc57ab9c300a95e49b264f4b20014ff9
   DIR diff --git a/dev-python/qbittorrent-api/qbittorrent-api-2023.7.52.ebuild b/dev-python/qbittorrent-api/qbittorrent-api-2023.7.52.ebuild
       @@ -1,34 +0,0 @@
       -# Copyright 1999-2023 Gentoo Authors
       -# Distributed under the terms of the GNU General Public License v2
       -
       -EAPI=8
       -
       -DISTUTILS_USE_PEP517=setuptools
       -PYTHON_COMPAT=( python3_{10..11} )
       -inherit distutils-r1 pypi
       -
       -DESCRIPTION="qBittorrent Web API Client"
       -HOMEPAGE="https://github.com/rmartin16/qbittorrent-api/ https://pypi.org/project/qbittorrent-api/"
       -PYPI_NO_NORMALIZE=1
       -SRC_URI="$(pypi_sdist_url --no-normalize "${PN}" "${PV}")"
       -
       -S="${WORKDIR}/${PN}-${PV}"
       -
       -LICENSE="MIT"
       -SLOT="0"
       -KEYWORDS="~amd64 ~x86"
       -IUSE=""
       -
       -DEPEND="
       -        dev-python/requests[${PYTHON_USEDEP}]
       -        dev-python/six[${PYTHON_USEDEP}]
       -        dev-python/urllib3[${PYTHON_USEDEP}]
       -        dev-python/setuptools[${PYTHON_USEDEP}]
       -        dev-python/wheel[${PYTHON_USEDEP}]
       -"
       -RDEPEND="${DEPEND}"
       -
       -src_prepare() {
       -        default
       -        rm -rf tests
       -}
   DIR diff --git a/dev-python/qbittorrent-api/qbittorrent-api-2024.5.63.ebuild b/dev-python/qbittorrent-api/qbittorrent-api-2024.5.63.ebuild
       @@ -0,0 +1,32 @@
       +# Copyright 1999-2023 Gentoo Authors
       +# Distributed under the terms of the GNU General Public License v2
       +
       +EAPI=8
       +
       +DISTUTILS_USE_PEP517=setuptools
       +PYTHON_COMPAT=( python3_{10..13} )
       +inherit distutils-r1 pypi
       +
       +DESCRIPTION="qBittorrent Web API Client"
       +HOMEPAGE="https://github.com/rmartin16/qbittorrent-api/ https://pypi.org/project/qbittorrent-api/"
       +
       +S="${WORKDIR}/${PN}-${PV}"
       +
       +LICENSE="MIT"
       +SLOT="0"
       +KEYWORDS="~amd64 ~x86"
       +IUSE=""
       +
       +DEPEND="
       +        dev-python/requests[${PYTHON_USEDEP}]
       +        dev-python/six[${PYTHON_USEDEP}]
       +        dev-python/urllib3[${PYTHON_USEDEP}]
       +        dev-python/setuptools[${PYTHON_USEDEP}]
       +        dev-python/wheel[${PYTHON_USEDEP}]
       +"
       +RDEPEND="${DEPEND}"
       +
       +src_prepare() {
       +        default
       +        rm -rf tests
       +}