dev-python/nose: use HTTPS for GitHub, update HOMEPAGE domain
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 09:48:05 +0000 (19:48 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:15:38 +0000 (11:15 +0200)
* 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

dev-python/nose/nose-1.3.7-r1.ebuild
dev-python/nose/nose-1.3.7-r3.ebuild
dev-python/nose/nose-9999.ebuild

index 430d2f15416b0060029f94a745ade96328da6156..04357fb0e9cecc4798275deea053ccf756ca8a0f 100644 (file)
@@ -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"
 
index 2a7bb6ef38cf0fa5f1fc157cc10299a74a0248b6..e97460f08d2e7655111c3a5a3a7b11e66fbc7ee7 100644 (file)
@@ -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"
 
index 132633f36b15b09a515560201ca6fde832b9fc30..3c9d5bb2829d351c625ab2c38eb5979b69060d48 100644 (file)
@@ -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"