dev-python/codetools: fix HOMEPAGE, add github and pypi page.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 14 Apr 2018 17:11:59 +0000 (19:11 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 14 Apr 2018 21:03:16 +0000 (23:03 +0200)
dev-python/codetools/codetools-4.2.0.ebuild

index cf645d00d48cca00b7f5d13600c24ad0296599e9..796f4dd96a8c62c65c652513a5579b37c94c00a3 100644 (file)
@@ -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"