dev-python/codetools: fix HOMEPAGE, add github and pypi page.

This commit is contained in:
Michael Mair-Keimberger
2018-04-14 19:11:59 +02:00
committed by Patrice Clement
parent 34e419a071
commit 810e01fb40

View 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"