diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-14 19:16:33 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-04-14 23:03:23 +0200 |
commit | 033a94c6248b2f4890c051b0f1813760a32c5e82 (patch) | |
tree | 54c4dcf4ee41d6206fbc065db54b0b88a67798a3 /dev-python/ets/ets-4.4.1-r1.ebuild | |
parent | dev-python/enable: fix HOMEPAGE. (diff) | |
download | gentoo-033a94c6248b2f4890c051b0f1813760a32c5e82.tar.gz gentoo-033a94c6248b2f4890c051b0f1813760a32c5e82.tar.bz2 gentoo-033a94c6248b2f4890c051b0f1813760a32c5e82.zip |
dev-python/ets: fix HOMEPAGE, replace with github/pypi. page
Diffstat (limited to 'dev-python/ets/ets-4.4.1-r1.ebuild')
-rw-r--r-- | dev-python/ets/ets-4.4.1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/ets/ets-4.4.1-r1.ebuild b/dev-python/ets/ets-4.4.1-r1.ebuild index edf2d340c781..de96df138714 100644 --- a/dev-python/ets/ets-4.4.1-r1.ebuild +++ b/dev-python/ets/ets-4.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Meta package for the Enthought Tool Suite" -HOMEPAGE="http://code.enthought.com/projects/" +HOMEPAGE="https://pypi.python.org/pypi/ets + https://github.com/enthought/ets" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |