URI: 
       dev-python/qbittorrent-api: Add 2022.11.40 ebuild - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit cce6edf43e338d35d3215e18d47cf5645d7d9d4b
   DIR parent 2762f3c92a5347219ac14e3f8021d5f0272b3447
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Fri,  2 Dec 2022 14:02:21 +0100
       
       dev-python/qbittorrent-api: Add 2022.11.40 ebuild
       
       Diffstat:
         A dev-python/qbittorrent-api/Manifest |       1 +
         A dev-python/qbittorrent-api/metadat… |      12 ++++++++++++
         A dev-python/qbittorrent-api/qbittor… |      24 ++++++++++++++++++++++++
       
       3 files changed, 37 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/dev-python/qbittorrent-api/Manifest b/dev-python/qbittorrent-api/Manifest
       @@ -0,0 +1 @@
       +DIST qbittorrent-api-2022.11.40.tar.gz 80029 BLAKE2B 80d7c967d19ab6302bc6f9cd714501c432ae52742f00ad8ada21d4634784826f5598aec2bf9609cff8a287c01faa079aaadd6885b395ffc142dec6674f88a6e3 SHA512 1d5cdf868fd6075b2ff4844733fcabfffb7b96b3997dfbd8b1632f53d12511726cdf470193ed888a6b2825e16dd9edf6ee9e226ccfc03d66666c86bc1b41a226
   DIR diff --git a/dev-python/qbittorrent-api/metadata.xml b/dev-python/qbittorrent-api/metadata.xml
       @@ -0,0 +1,12 @@
       +<?xml version="1.0" encoding="UTF-8"?>
       +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
       +<pkgmetadata>
       +<maintainer type="project">
       +<email>python@gentoo.org</email>
       +</maintainer>
       +<maintainer type="person">
       +<email>parazyd@dyne.org</email>
       +</maintainer>
       +<longdescription lang="en">
       +</longdescription>
       +</pkgmetadata>
   DIR diff --git a/dev-python/qbittorrent-api/qbittorrent-api-2022.11.40.ebuild b/dev-python/qbittorrent-api/qbittorrent-api-2022.11.40.ebuild
       @@ -0,0 +1,24 @@
       +# Copyright 1999-2022 Gentoo Authors
       +# Distributed under the terms of the GNU General Public License v2
       +
       +EAPI=8
       +
       +PYTHON_COMPAT=( python3_{8..11} )
       +inherit distutils-r1
       +
       +DESCRIPTION="qBittorrent Web API Client"
       +HOMEPAGE="https://github.com/rmartin16/qbittorrent-api/ https://pypi.org/project/qbittorrent-api/"
       +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
       +
       +LICENSE="MIT"
       +SLOT="0"
       +KEYWORDS="~amd64 ~x86"
       +IUSE=""
       +
       +DEPEND="
       +        dev-python/requests[${PYTHON_USEDEP}]
       +        dev-python/six[${PYTHON_USEDEP}]
       +        dev-python/urllib[${PYTHON_USEDEP}]
       +        dev-python/setuptools[${PYTHON_USEDEP}]
       +"
       +RDEPEND="${DEPEND}"