summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-14 19:09:34 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-04-14 23:03:14 +0200
commit34e419a0719e9447c7bf09f87a49574c9a154c2a (patch)
treec93980493304d1f41b580057bc5194c3b871534b
parentdev-python/blockcanvas: fix HOMEPAGE, add github page. (diff)
downloadgentoo-34e419a0719e9447c7bf09f87a49574c9a154c2a.tar.gz
gentoo-34e419a0719e9447c7bf09f87a49574c9a154c2a.tar.bz2
gentoo-34e419a0719e9447c7bf09f87a49574c9a154c2a.zip
dev-python/chaco: fix HOMEPAGE, add github and pypi page.
-rw-r--r--dev-python/chaco/chaco-4.5.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/chaco/chaco-4.5.0.ebuild b/dev-python/chaco/chaco-4.5.0.ebuild
index a9e21a8662ae..380addf53b4c 100644
--- a/dev-python/chaco/chaco-4.5.0.ebuild
+++ b/dev-python/chaco/chaco-4.5.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
@@ -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"