commit: 1052e61ab92a131010990d2bf8e32284e2c055b1 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Thu Apr 3 17:48:10 2025 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Thu Apr 3 18:02:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1052e61a
sci-biology/biopython: add 1.85, drop 1.81-r1 Closes: https://bugs.gentoo.org/952648 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org> sci-biology/biopython/Manifest | 2 +- .../{biopython-1.81-r1.ebuild => biopython-1.85.ebuild} | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/sci-biology/biopython/Manifest b/sci-biology/biopython/Manifest index 0c16022dea2c..65d71b60fb69 100644 --- a/sci-biology/biopython/Manifest +++ b/sci-biology/biopython/Manifest @@ -1 +1 @@ -DIST biopython-1.81.tar.gz 19324875 BLAKE2B be3a85f5b60638987d6186af498411b494f8d27389f24cd1b9e658bc6b1a29c799ec8b20a9ac0b955c6d4c239706f4dbb5b75f6d56908f63d731b1d56c9fd587 SHA512 1595fad6631bfb6cf4e1a92ed72e6093e2a0c24f3c0bd4182267ec9742fb03dff16099eedde139598aa6b5b8380bbac9e48246cb9ab8b44109333d60adfd00ed +DIST biopython-1.85.tar.gz 19909902 BLAKE2B 796b3989ddda5d6e01952b790e3591f9d32b006348210e09e6be8a9a34f9fa81731325d9c0a022a6ff95da0349991d1e1e4c6ae6c1411db3ca10ef61f97bc713 SHA512 a9bff4fdf34f71f74f35a9bbf25887d6fcf84622d77854e11b0da418b6ff88c7d6e49474d82ca2e4da782ea07cc28f03b43b219b798a806ab02e11af21cd9dab diff --git a/sci-biology/biopython/biopython-1.81-r1.ebuild b/sci-biology/biopython/biopython-1.85.ebuild similarity index 90% rename from sci-biology/biopython/biopython-1.81-r1.ebuild rename to sci-biology/biopython/biopython-1.85.ebuild index 96d83b74b492..99eb4782d5fc 100644 --- a/sci-biology/biopython/biopython-1.81-r1.ebuild +++ b/sci-biology/biopython/biopython-1.85.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517="setuptools" DISTUTILS_EXT=1 @@ -29,11 +29,6 @@ BDEPEND="app-alternatives/lex" DOCS=( {CONTRIB,DEPRECATED,NEWS,README}.rst Doc/. ) -PATCHES=( - "${FILESDIR}/${P}-reportlab4.patch" - "${FILESDIR}/${P}-python3.12.patch" -) - python_test() { cd Tests || die "${EPYTHON}" run_tests.py --offline --verbose || die
