commit: 40b112b3f93916b1aef743104ed6e2374a6883b1 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Thu May 25 05:54:24 2023 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Thu May 25 05:54:24 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=40b112b3
dev-python/traits: drop 6.1.1 Signed-off-by: Horea Christian <chr <AT> chymera.eu> dev-python/traits/traits-6.1.1.ebuild | 36 ----------------------------------- 1 file changed, 36 deletions(-) diff --git a/dev-python/traits/traits-6.1.1.ebuild b/dev-python/traits/traits-6.1.1.ebuild deleted file mode 100644 index 3fb901492..000000000 --- a/dev-python/traits/traits-6.1.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Enthought Tool Suite: Explicitly typed attributes for Python" -HOMEPAGE="https://docs.enthought.com/traits/ - https://github.com/enthought/traits - https://pypi.org/project/traits/" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -# Reported upstream: https://github.com/enthought/traits/issues/1731 -RESTRICT="test" - -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" - -distutils_enable_tests unittest -# ToDo: Fix doc building: -# AttributeError: 'NoDefaultSpecified' object has no attribute '__name__' -#distutils_enable_sphinx docs/source --no-autodoc - -python_prepare_all() { - sed -i -e "s/'-O3'//g" setup.py || die - distutils-r1_python_prepare_all -} - -python_test() { - cd "${BUILD_DIR}"/lib || die - ${EPYTHON} -m unittest discover || die -}