diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-14 19:09:34 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-04-14 23:03:14 +0200 |
commit | 34e419a0719e9447c7bf09f87a49574c9a154c2a (patch) | |
tree | c93980493304d1f41b580057bc5194c3b871534b /dev-python/chaco | |
parent | dev-python/blockcanvas: fix HOMEPAGE, add github page. (diff) | |
download | gentoo-34e419a0719e9447c7bf09f87a49574c9a154c2a.tar.gz gentoo-34e419a0719e9447c7bf09f87a49574c9a154c2a.tar.bz2 gentoo-34e419a0719e9447c7bf09f87a49574c9a154c2a.zip |
dev-python/chaco: fix HOMEPAGE, add github and pypi page.
Diffstat (limited to 'dev-python/chaco')
-rw-r--r-- | dev-python/chaco/chaco-4.5.0.ebuild | 6 |
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" |