parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit e455259ab0840cda2932c31d56d4e0b61fc6b1c8
parent a33e786f9c1d0d83c6dd4422b9e6b9ce16e71a3b
Author: parazyd <parazyd@dyne.org>
Date:   Thu,  4 May 2023 09:55:40 +0200

dev-python/qbittorrent-api: Bump version to 2023.4.47

Diffstat:
Mdev-python/qbittorrent-api/Manifest | 2+-
Ddev-python/qbittorrent-api/qbittorrent-api-2022.11.40.ebuild | 31-------------------------------
Adev-python/qbittorrent-api/qbittorrent-api-2023.4.47.ebuild | 31+++++++++++++++++++++++++++++++
3 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/dev-python/qbittorrent-api/Manifest b/dev-python/qbittorrent-api/Manifest @@ -1 +1 @@ -DIST qbittorrent-api-2022.11.40.tar.gz 80029 BLAKE2B 80d7c967d19ab6302bc6f9cd714501c432ae52742f00ad8ada21d4634784826f5598aec2bf9609cff8a287c01faa079aaadd6885b395ffc142dec6674f88a6e3 SHA512 1d5cdf868fd6075b2ff4844733fcabfffb7b96b3997dfbd8b1632f53d12511726cdf470193ed888a6b2825e16dd9edf6ee9e226ccfc03d66666c86bc1b41a226 +DIST qbittorrent-api-2023.4.47.tar.gz 488516 BLAKE2B 80a8d12faa13b83ef89f99a4b69132e58302e3b4c102855e3a237bdb7c47464c6d6f6cba0b0ce348b32fd65fceb13b0494e48be88286e865f217716ad6c18cbc SHA512 dd6ed6a2cc39f75aa978703e625f64624419ddbbfbcff8f425586d3b79a026c9ec126bbb51620867bcf72f44e334b9e0f9f431a3997f47c97072411b2bbd334f diff --git a/dev-python/qbittorrent-api/qbittorrent-api-2022.11.40.ebuild b/dev-python/qbittorrent-api/qbittorrent-api-2022.11.40.ebuild @@ -1,31 +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_{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/urllib3[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND}" - -src_prepare() { - default - rm -rf tests -} diff --git a/dev-python/qbittorrent-api/qbittorrent-api-2023.4.47.ebuild b/dev-python/qbittorrent-api/qbittorrent-api-2023.4.47.ebuild @@ -0,0 +1,31 @@ +# 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 + +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/urllib3[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" + +src_prepare() { + default + rm -rf tests +}