diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-14 19:17:44 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-04-14 23:03:25 +0200 |
commit | f088a6f7d9a5c863530c2e24b61fe62602e5d783 (patch) | |
tree | 32c870031b0b6d00c3a64595c742df393fd66df9 /dev-python/etsdevtools | |
parent | dev-python/ets: fix HOMEPAGE, replace with github/pypi. page (diff) | |
download | gentoo-f088a6f7d9a5c863530c2e24b61fe62602e5d783.tar.gz gentoo-f088a6f7d9a5c863530c2e24b61fe62602e5d783.tar.bz2 gentoo-f088a6f7d9a5c863530c2e24b61fe62602e5d783.zip |
dev-python/etsdevtools: fix HOMEPAGE, add github page.
Diffstat (limited to 'dev-python/etsdevtools')
-rw-r--r-- | dev-python/etsdevtools/etsdevtools-4.0.2-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/etsdevtools/etsdevtools-4.0.2-r1.ebuild b/dev-python/etsdevtools/etsdevtools-4.0.2-r1.ebuild index b342be12e09d..0e10377ad8fc 100644 --- a/dev-python/etsdevtools/etsdevtools-4.0.2-r1.ebuild +++ b/dev-python/etsdevtools/etsdevtools-4.0.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: Tools to support Python development" -HOMEPAGE="http://code.enthought.com/projects/dev_tools.php https://pypi.python.org/pypi/etsdevtools" +HOMEPAGE="https://github.com/enthought/etsdevtools + http://docs.enthought.com/etsdevtools/ + https://pypi.python.org/pypi/etsdevtools" SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz" LICENSE="BSD" |