diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-14 19:07:45 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-04-14 23:03:11 +0200 |
commit | 1256781bddab8657c43155c6eaf62b20dd24b12f (patch) | |
tree | 5622348c68c3c8b1f9fefc6c350b4422f6c813b5 /dev-python/blockcanvas | |
parent | dev-python/apptools: fix HOMEPAGE, add github pagen (diff) | |
download | gentoo-1256781bddab8657c43155c6eaf62b20dd24b12f.tar.gz gentoo-1256781bddab8657c43155c6eaf62b20dd24b12f.tar.bz2 gentoo-1256781bddab8657c43155c6eaf62b20dd24b12f.zip |
dev-python/blockcanvas: fix HOMEPAGE, add github page.
Diffstat (limited to 'dev-python/blockcanvas')
-rw-r--r-- | dev-python/blockcanvas/blockcanvas-4.0.3-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/blockcanvas/blockcanvas-4.0.3-r1.ebuild b/dev-python/blockcanvas/blockcanvas-4.0.3-r1.ebuild index 7c60f5684645..34b773fc8de1 100644 --- a/dev-python/blockcanvas/blockcanvas-4.0.3-r1.ebuild +++ b/dev-python/blockcanvas/blockcanvas-4.0.3-r1.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 DESCRIPTION="Enthought Tool Suite: Numerical modeling" -HOMEPAGE="http://code.enthought.com/projects/block_canvas/ https://pypi.python.org/pypi/blockcanvas" +HOMEPAGE="http://docs.enthought.com/blockcanvas/ + https://github.com/enthought/blockcanvas + https://pypi.python.org/pypi/blockcanvas" SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz" LICENSE="BSD" |