xbps-src: PYPI_SITE: use files.pythonhosted.org for less redirections
This commit is contained in:
@@ -41,7 +41,7 @@ update_check() {
|
||||
url="https://launchpad.net/$lpname/+download";;
|
||||
*cpan.*)
|
||||
pkgname=${pkgname#perl-};;
|
||||
*pypi.io*)
|
||||
*pythonhosted.org*)
|
||||
pkgname=${pkgname#python-}
|
||||
url="https://pypi.io/simple/$pkgname";;
|
||||
*github.com*)
|
||||
|
Reference in New Issue
Block a user