diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 19:48:05 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:15:38 +0200 |
commit | e1cacb1959c4da52c523c84427808a4f96576f54 (patch) | |
tree | 24a479f200f58e383a293222944d9acbf502a82f /dev-python/nose | |
parent | dev-lua/luvit: use HTTPS for GitHub (diff) | |
download | gentoo-e1cacb1959c4da52c523c84427808a4f96576f54.tar.gz gentoo-e1cacb1959c4da52c523c84427808a4f96576f54.tar.bz2 gentoo-e1cacb1959c4da52c523c84427808a4f96576f54.zip |
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
Diffstat (limited to 'dev-python/nose')
-rw-r--r-- | dev-python/nose/nose-1.3.7-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/nose/nose-1.3.7-r3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/nose/nose-9999.ebuild | 6 |
3 files changed, 4 insertions, 6 deletions
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" |