summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-14 19:06:02 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-04-14 23:03:09 +0200
commit3671052829893f8d7b355cb8c9d7aa5e8a92da46 (patch)
tree1a8e2cb2dbf04eb686876dae9448d8b80227007a
parentdev-python/aioeventlet: remove dead HOMEPAGE. (diff)
downloadgentoo-3671052829893f8d7b355cb8c9d7aa5e8a92da46.tar.gz
gentoo-3671052829893f8d7b355cb8c9d7aa5e8a92da46.tar.bz2
gentoo-3671052829893f8d7b355cb8c9d7aa5e8a92da46.zip
dev-python/apptools: fix HOMEPAGE, add github pagen
-rw-r--r--dev-python/apptools/apptools-4.2.1.ebuild6
-rw-r--r--dev-python/apptools/apptools-4.3.0.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/apptools/apptools-4.2.1.ebuild b/dev-python/apptools/apptools-4.2.1.ebuild
index 1c057eb88322..8084a69ab960 100644
--- a/dev-python/apptools/apptools-4.2.1.ebuild
+++ b/dev-python/apptools/apptools-4.2.1.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: Application tools"
-HOMEPAGE="http://code.enthought.com/projects/app_tools/ https://pypi.python.org/pypi/apptools"
+HOMEPAGE="http://docs.enthought.com/apptools/
+ https://github.com/enthought/apptools
+ https://pypi.python.org/pypi/apptools"
SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-python/apptools/apptools-4.3.0.ebuild b/dev-python/apptools/apptools-4.3.0.ebuild
index 211fc991992c..306ed75365d0 100644
--- a/dev-python/apptools/apptools-4.3.0.ebuild
+++ b/dev-python/apptools/apptools-4.3.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
DESCRIPTION="Enthought Tool Suite: Application tools"
-HOMEPAGE="http://code.enthought.com/projects/app_tools/ https://pypi.python.org/pypi/apptools"
+HOMEPAGE="http://docs.enthought.com/apptools/
+ https://github.com/enthought/apptools
+ https://pypi.python.org/pypi/apptools"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"