commit: ce12d41df7b9ff0999b2998d407edb57abe7b9ea Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com> AuthorDate: Mon Nov 11 13:59:05 2024 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Wed Nov 13 13:33:24 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ce12d41d
sci-biology/bx-python: version bump 0.13.0 Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com> Closes: https://github.com/gentoo/sci/pull/1297 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> .../bx-python/{bx-python-0.12.0.ebuild => bx-python-0.13.0.ebuild} | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sci-biology/bx-python/bx-python-0.12.0.ebuild b/sci-biology/bx-python/bx-python-0.13.0.ebuild similarity index 82% rename from sci-biology/bx-python/bx-python-0.12.0.ebuild rename to sci-biology/bx-python/bx-python-0.13.0.ebuild index 1a00b0395..0062da958 100644 --- a/sci-biology/bx-python/bx-python-0.12.0.ebuild +++ b/sci-biology/bx-python/bx-python-0.13.0.ebuild @@ -17,6 +17,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" +BDEPEND="test? ( dev-python/python-lzo[${PYTHON_USEDEP}] )" RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" DEPEND="dev-python/cython[${PYTHON_USEDEP}]" @@ -28,11 +29,6 @@ PATCHES=( distutils_enable_tests pytest # https://github.com/bxlab/bx-python/issues/101 -EPYTEST_DESELECT=( - lib.linux-x86_64-cpython-312/bx/binned_array_tests.py::test_file_lzo - lib.linux-x86_64-cpython-312/bx/binned_array_tests.py::test_binned_array_writer -) - python_test() { cd "${BUILD_DIR}/build" || die ln -s "${S}/pytest.ini" . || die
