From: David Hicks Date: Sat, 29 Jul 2017 09:48:05 +0000 (+1000) Subject: dev-python/nose: use HTTPS for GitHub, update HOMEPAGE domain X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e1cacb1959c4da52c523c84427808a4f96576f54;p=gentoo.git dev-python/nose: use HTTPS for GitHub, update HOMEPAGE domain * Use HTTPS for accessing GitHub domains * Update HOMEPAGE domain for readthedocs as HTTPS is now used, and a subdomain is also now used Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/dev-python/nose/nose-1.3.7-r1.ebuild b/dev-python/nose/nose-1.3.7-r1.ebuild index 430d2f15416b..04357fb0e9ce 100644 --- a/dev-python/nose/nose-1.3.7-r1.ebuild +++ b/dev-python/nose/nose-1.3.7-r1.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" HOMEPAGE=" https://pypi.python.org/pypi/nose - http://readthedocs.org/docs/nose/ + https://nose.readthedocs.io/en/latest/ https://bitbucket.org/jpellerin/nose" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index 2a7bb6ef38cf..e97460f08d2e 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" HOMEPAGE=" https://pypi.python.org/pypi/nose - http://readthedocs.org/docs/nose/ + https://nose.readthedocs.io/en/latest/ https://bitbucket.org/jpellerin/nose" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/nose/nose-9999.ebuild b/dev-python/nose/nose-9999.ebuild index 132633f36b15..3c9d5bb2829d 100644 --- a/dev-python/nose/nose-9999.ebuild +++ b/dev-python/nose/nose-9999.ebuild @@ -11,12 +11,10 @@ inherit distutils-r1 git-r3 DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" HOMEPAGE=" https://pypi.python.org/pypi/nose - http://readthedocs.org/docs/nose/ + https://nose.readthedocs.io/en/latest/ https://github.com/nose-devs/nose" SRC_URI="" -EGIT_REPO_URI=" - git://github.com/nose-devs/${PN}.git - https://github.com/nose-devs/${PN}.git" +EGIT_REPO_URI="https://github.com/nose-devs/${PN}.git" LICENSE="LGPL-2.1" SLOT="0"