summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-14 19:20:43 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-04-14 23:03:28 +0200
commitbfeb4364bf321fee1b4e8725d00fbcb85bc71792 (patch)
treeda51321f9bd421fab30dc19871001937540a5dc0 /dev-python/scimath
parentdev-python/etsdevtools: fix HOMEPAGE, add github page. (diff)
downloadgentoo-bfeb4364bf321fee1b4e8725d00fbcb85bc71792.tar.gz
gentoo-bfeb4364bf321fee1b4e8725d00fbcb85bc71792.tar.bz2
gentoo-bfeb4364bf321fee1b4e8725d00fbcb85bc71792.zip
dev-python/scimath: fix HOMEPAGE, add github page.
Diffstat (limited to 'dev-python/scimath')
-rw-r--r--dev-python/scimath/scimath-4.1.2-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/scimath/scimath-4.1.2-r1.ebuild b/dev-python/scimath/scimath-4.1.2-r1.ebuild
index dce19f877634..b10a46fbe0fb 100644
--- a/dev-python/scimath/scimath-4.1.2-r1.ebuild
+++ b/dev-python/scimath/scimath-4.1.2-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: Scientific and mathematical tools"
-HOMEPAGE="http://code.enthought.com/projects/sci_math/ https://pypi.python.org/pypi/scimath"
+HOMEPAGE="http://docs.enthought.com/scimath/
+ https://github.com/enthought/scimath
+ https://pypi.python.org/pypi/scimath"
SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz"
LICENSE="BSD"