mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/codetools: fix HOMEPAGE, add github and pypi page.
This commit is contained in:
committed by
Patrice Clement
parent
34e419a071
commit
810e01fb40
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user