summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-14 19:11:59 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-04-14 23:03:16 +0200
commit810e01fb401f0d7fbb6f9242834f9e39e8ef7bd4 (patch)
tree911fdda4de5e416a2b37df2cb9e87fb501f46735 /dev-python/codetools
parentdev-python/chaco: fix HOMEPAGE, add github and pypi page. (diff)
downloadgentoo-810e01fb401f0d7fbb6f9242834f9e39e8ef7bd4.tar.gz
gentoo-810e01fb401f0d7fbb6f9242834f9e39e8ef7bd4.tar.bz2
gentoo-810e01fb401f0d7fbb6f9242834f9e39e8ef7bd4.zip
dev-python/codetools: fix HOMEPAGE, add github and pypi page.
Diffstat (limited to 'dev-python/codetools')
-rw-r--r--dev-python/codetools/codetools-4.2.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/codetools/codetools-4.2.0.ebuild b/dev-python/codetools/codetools-4.2.0.ebuild
index cf645d00d48c..796f4dd96a8c 100644
--- a/dev-python/codetools/codetools-4.2.0.ebuild
+++ b/dev-python/codetools/codetools-4.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,9 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 virtualx
DESCRIPTION="Enthought Tool Suite: Code analysis and execution tools"
-HOMEPAGE="http://code.enthought.com/projects/code_tools/"
+HOMEPAGE="http://docs.enthought.com/codetools/
+ https://github.com/enthought/codetools
+ https://pypi.python.org/pypi/codetools"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
IUSE="test"