summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 19:48:05 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:15:38 +0200
commite1cacb1959c4da52c523c84427808a4f96576f54 (patch)
tree24a479f200f58e383a293222944d9acbf502a82f /dev-python/nose/nose-9999.ebuild
parentdev-lua/luvit: use HTTPS for GitHub (diff)
downloadgentoo-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/nose-9999.ebuild')
-rw-r--r--dev-python/nose/nose-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
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"