From: Michael Mair-Keimberger Date: Sat, 14 Apr 2018 17:11:59 +0000 (+0200) Subject: dev-python/codetools: fix HOMEPAGE, add github and pypi page. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=810e01fb401f0d7fbb6f9242834f9e39e8ef7bd4;p=gentoo.git dev-python/codetools: fix HOMEPAGE, add github and pypi page. --- 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"