commit: 3b56a2647b69bfc2d5ddf42d071c8b95faf29e6e Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com> AuthorDate: Tue Jul 8 11:00:01 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Sat Aug 2 11:30:59 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3b56a264
dev-python/pyfaidx: version bump 0.8.1.4 Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com> Part-of: https://github.com/gentoo/sci/pull/1365 Closes: https://github.com/gentoo/sci/pull/1365 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> .../pyfaidx/{pyfaidx-0.8.1.3.ebuild => pyfaidx-0.8.1.4.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/pyfaidx/pyfaidx-0.8.1.3.ebuild b/dev-python/pyfaidx/pyfaidx-0.8.1.4.ebuild similarity index 78% rename from dev-python/pyfaidx/pyfaidx-0.8.1.3.ebuild rename to dev-python/pyfaidx/pyfaidx-0.8.1.4.ebuild index 86465aecd..d66d54ea4 100644 --- a/dev-python/pyfaidx/pyfaidx-0.8.1.3.ebuild +++ b/dev-python/pyfaidx/pyfaidx-0.8.1.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" +DEPEND=">=sci-biology/pysam-0.23.1[${PYTHON_USEDEP}]" REPEND="dev-python/importlib_metadata[${PYTHON_USEDEP}]" EPYTEST_DESELECT=(
