summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/nose-exclude/nose-exclude-0.2.0.ebuild')
-rw-r--r--dev-python/nose-exclude/nose-exclude-0.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild
index 3185a051be49..b20ca544503e 100644
--- a/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
DESCRIPTION="Exclude specific directories from nosetests runs"
-HOMEPAGE="https://bitbucket.org/kgrandis/nose-exclude"
+HOMEPAGE="https://github.com/kgrandis/nose-exclude"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
@@ -20,6 +20,6 @@ RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
RESTRICT="test"
python_test() {
- # https://bitbucket.org/kgrandis/nose-exclude/issue/10/test-failures-with-python-3
+ # https://github.com/kgrandis/nose-exclude/issue/10/test-failures-with-python-3
esetup.py test
}