sci-misc/doi2bib: enable py3.11
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
2af68d495e
commit
534aad4508
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8..10} )
|
PYTHON_COMPAT=( python3_{10..11} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
@ -19,6 +19,5 @@ RESTRICT="test"
|
|||||||
#no test suite :(
|
#no test suite :(
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-python/future[${PYTHON_USEDEP}]
|
|
||||||
dev-python/bibtexparser[${PYTHON_USEDEP}]
|
dev-python/bibtexparser[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user