Enable https for all google URIs

Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-08-24 13:35:05 +02:00
parent 618e0886ae
commit 769c75f84a
754 changed files with 870 additions and 870 deletions

View File

@@ -10,7 +10,7 @@ PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1
DESCRIPTION="Python FTP server library"
HOMEPAGE="http://code.google.com/p/pyftpdlib/ https://pypi.python.org/pypi/pyftpdlib"
HOMEPAGE="https://code.google.com/p/pyftpdlib/ https://pypi.python.org/pypi/pyftpdlib"
SRC_URI="http://pyftpdlib.googlecode.com/files/${P}.tar.gz"
LICENSE="MIT"

View File

@@ -9,7 +9,7 @@ PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1
DESCRIPTION="Python FTP server library"
HOMEPAGE="http://code.google.com/p/pyftpdlib/ https://pypi.python.org/pypi/pyftpdlib"
HOMEPAGE="https://code.google.com/p/pyftpdlib/ https://pypi.python.org/pypi/pyftpdlib"
SRC_URI="http://pyftpdlib.googlecode.com/files/${P}.tar.gz"
LICENSE="MIT"
@@ -24,7 +24,7 @@ RDEPEND="${DEPEND}"
DISTUTILS_NO_PARALLEL_BUILD=1
python_prepare_all() {
# http://code.google.com/p/pyftpdlib/issues/detail?id=292&thanks=292&ts=1400308829
# https://code.google.com/p/pyftpdlib/issues/detail?id=292&thanks=292&ts=1400308829
# Disable failing test
sed -e 's:test_on_incomplete_file_received:_&:' -i test/test_ftpd.py || die
distutils-r1_python_prepare_all