From 810e01fb401f0d7fbb6f9242834f9e39e8ef7bd4 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 14 Apr 2018 19:11:59 +0200 Subject: [PATCH] dev-python/codetools: fix HOMEPAGE, add github and pypi page. --- dev-python/codetools/codetools-4.2.0.ebuild | 6 ++++-- 1 file 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 cf645d00d48cc..796f4dd96a8c6 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"