dev-python/*: use the pypi mirror for packages I maintain

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2020-12-09 17:12:01 +13:00
parent 1ad5e5ed02
commit bf86504c87
8 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="Python API client for Jellyfin"
HOMEPAGE="https://github.com/iwalton3/jellyfin-apiclient-python"
SRC_URI="https://github.com/iwalton3/jellyfin-apiclient-python/archive/v${PV}.tar.gz"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"