diff options
author | Horea Christian <chr@chymera.eu> | 2023-01-27 13:43:40 -0500 |
---|---|---|
committer | Horea Christian <chr@chymera.eu> | 2023-01-27 13:43:40 -0500 |
commit | e9151ecdb32f15ba7a8f87e6fdfe28942ee40856 (patch) | |
tree | 870e021f928e0a3b76f2a4537418e954e6397268 /dev-python/traits/traits-6.4.1.ebuild | |
parent | sci-libs/nipy: revbump for numpy compatibility (diff) | |
download | sci-e9151ecdb32f15ba7a8f87e6fdfe28942ee40856.tar.gz sci-e9151ecdb32f15ba7a8f87e6fdfe28942ee40856.tar.bz2 sci-e9151ecdb32f15ba7a8f87e6fdfe28942ee40856.zip |
dev-python/traits: added highest version before compat-breaking 6.4.*
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'dev-python/traits/traits-6.4.1.ebuild')
-rw-r--r-- | dev-python/traits/traits-6.4.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/traits/traits-6.4.1.ebuild b/dev-python/traits/traits-6.4.1.ebuild index 12afbe075..57d555447 100644 --- a/dev-python/traits/traits-6.4.1.ebuild +++ b/dev-python/traits/traits-6.4.1.ebuild @@ -8,9 +8,10 @@ PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 DESCRIPTION="Enthought Tool Suite: Explicitly typed attributes for Python" -HOMEPAGE="https://docs.enthought.com/traits/ +HOMEPAGE=" + https://docs.enthought.com/traits/ https://github.com/enthought/traits - https://pypi.org/project/traits/" +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |