diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-14 19:13:14 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-04-14 23:03:18 +0200 |
commit | e1f23384397701cd9a9ab89cc1df10653c97b33f (patch) | |
tree | 3a6ab819f87be2cb33e6e864fc45b545418b4c33 /dev-python | |
parent | dev-python/codetools: fix HOMEPAGE, add github and pypi page. (diff) | |
download | gentoo-e1f23384397701cd9a9ab89cc1df10653c97b33f.tar.gz gentoo-e1f23384397701cd9a9ab89cc1df10653c97b33f.tar.bz2 gentoo-e1f23384397701cd9a9ab89cc1df10653c97b33f.zip |
dev-python/envisage: fix HOMEPAGE, add github and pypi page.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/envisage/envisage-4.4.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/envisage/envisage-4.4.0.ebuild b/dev-python/envisage/envisage-4.4.0.ebuild index fa1070b7e6bf..70842fd9e36b 100644 --- a/dev-python/envisage/envisage-4.4.0.ebuild +++ b/dev-python/envisage/envisage-4.4.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 @@ -9,7 +9,9 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 virtualx DESCRIPTION="Enthought Tool Suite: Extensible application framework" -HOMEPAGE="http://code.enthought.com/projects/envisage" +HOMEPAGE="http://docs.enthought.com/envisage/ + https://github.com/enthought/envisage + https://pypi.python.org/pypi/envisage" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |