From 534aad45085e0de98daf0f61712b7f5114a00139 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 2 May 2023 20:05:52 -0400 Subject: [PATCH] sci-misc/doi2bib: enable py3.11 Signed-off-by: Horea Christian --- sci-misc/doi2bib/doi2bib-0.4.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sci-misc/doi2bib/doi2bib-0.4.0.ebuild b/sci-misc/doi2bib/doi2bib-0.4.0.ebuild index 4dce74c..b794153 100644 --- a/sci-misc/doi2bib/doi2bib-0.4.0.ebuild +++ b/sci-misc/doi2bib/doi2bib-0.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 @@ -19,6 +19,5 @@ RESTRICT="test" #no test suite :( RDEPEND=" - dev-python/future[${PYTHON_USEDEP}] dev-python/bibtexparser[${PYTHON_USEDEP}] "