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

index a9e21a8662aedffcc699428bd55f092a31238d5b..380addf53b4cbf748c9754eb6af0ba1f5befe21a 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
@@ -8,7 +8,9 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1 virtualx flag-o-matic
 
 DESCRIPTION="Enthought Tool Suite: Interactive plotting toolkit"
-HOMEPAGE="http://code.enthought.com/projects/chaco/"
+HOMEPAGE="http://docs.enthought.com/chaco/
+       https://github.com/enthought/chaco
+       https://pypi.python.org/pypi/chaco"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"