parlay

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

commit ad717e43730492e25808f5c3d8cde6c7cdee1c12
parent 9353cc91cb28738d8f8f5ebc9229922f01ac2d2a
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 19 Jun 2023 20:11:59 +0200

dev-python/qbittorrent-api: Bump version and use pypi eclass.

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

diff --git a/dev-python/qbittorrent-api/Manifest b/dev-python/qbittorrent-api/Manifest @@ -1 +1 @@ -DIST qbittorrent-api-2023.4.47.tar.gz 488516 BLAKE2B 80a8d12faa13b83ef89f99a4b69132e58302e3b4c102855e3a237bdb7c47464c6d6f6cba0b0ce348b32fd65fceb13b0494e48be88286e865f217716ad6c18cbc SHA512 dd6ed6a2cc39f75aa978703e625f64624419ddbbfbcff8f425586d3b79a026c9ec126bbb51620867bcf72f44e334b9e0f9f431a3997f47c97072411b2bbd334f +DIST qbittorrent-api-2023.6.50.tar.gz 489419 BLAKE2B 4d73c1af361da41a387c18e28ed1552e35d2bb8791570ee942de21cf196adb19e0ce55a06923f25d274c4e347ebba57421549aed8bea9eb6b457e533b071311a SHA512 effcc7407c20730e680069cc6b89152a4e155d8defeb37a1d684f6a0d9ff7662995ca99d6269c353c3adcb7366911174b6f3de038be1c7a2f62ccb7d12c95a06 diff --git a/dev-python/qbittorrent-api/qbittorrent-api-2023.4.47.ebuild b/dev-python/qbittorrent-api/qbittorrent-api-2023.4.47.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_{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 -} diff --git a/dev-python/qbittorrent-api/qbittorrent-api-2023.6.50.ebuild b/dev-python/qbittorrent-api/qbittorrent-api-2023.6.50.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..11} ) +inherit distutils-r1 pypi + +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" +SRC_URI="$(pypi_sdist_url --no-normalize "${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 +}