dev-python/traits: fix HOMEPAGE, add github and pypi page.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 14 Apr 2018 17:22:43 +0000 (19:22 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 14 Apr 2018 21:03:30 +0000 (23:03 +0200)
dev-python/traits/traits-4.5.0.ebuild
dev-python/traits/traits-4.6.0.ebuild

index f30ef234160ff10cf54e9b35ecc088d1621eb953..64339121feeb8098a770872765532838bd473dfb 100644 (file)
@@ -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: Explicitly typed attributes for Python"
-HOMEPAGE="http://code.enthought.com/projects/traits/"
+HOMEPAGE="http://docs.enthought.com/traits/
+       https://github.com/enthought/traits
+       https://pypi.python.org/pypi/traits"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
index cfc695b51c525f5371b185213e2b4784a3c6e3ab..aa93fd59821630e0251cccbc38cf741f511acf5b 100644 (file)
@@ -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=6
@@ -8,7 +8,9 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1 virtualx
 
 DESCRIPTION="Enthought Tool Suite: Explicitly typed attributes for Python"
-HOMEPAGE="http://code.enthought.com/projects/traits/"
+HOMEPAGE="http://docs.enthought.com/traits/
+       https://github.com/enthought/traits
+       https://pypi.python.org/pypi/traits"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"