dev-python/qbittorrent-api: Try PYPI_NO_NORMALIZE - parlay - yet another gentoo overlay
 (HTM) git clone https://git.parazyd.org/parlay
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 40339705d1df9404e21ff0d596ca89801580a161
 (DIR) parent ad717e43730492e25808f5c3d8cde6c7cdee1c12
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 20 Jun 2023 09:06:49 +0200
       
       dev-python/qbittorrent-api: Try PYPI_NO_NORMALIZE
       
       Diffstat:
         M dev-python/qbittorrent-api/qbittor… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dev-python/qbittorrent-api/qbittorrent-api-2023.6.50.ebuild b/dev-python/qbittorrent-api/qbittorrent-api-2023.6.50.ebuild
       @@ -9,7 +9,7 @@ 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"
       +PYPI_NO_NORMALIZE=1
        SRC_URI="$(pypi_sdist_url --no-normalize "${PN}" "${PV}")"
        
        LICENSE="MIT"