summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-03 09:53:28 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-03 10:32:00 +0300
commit13aabd3c4bd7e0de7b5129c1d07e50a2b614aa3d (patch)
tree0c58c2f6ba7a1a1822559b03568e49e4d02e4850 /dev-python/sphinxcontrib-bibtex
parentdev-python/oset: enable py3.10, EAPI=8 (diff)
downloadgentoo-13aabd3c4bd7e0de7b5129c1d07e50a2b614aa3d.tar.gz
gentoo-13aabd3c4bd7e0de7b5129c1d07e50a2b614aa3d.tar.bz2
gentoo-13aabd3c4bd7e0de7b5129c1d07e50a2b614aa3d.zip
dev-python/sphinxcontrib-bibtex: enable py3.10, EAPI=8, clean deps
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-bibtex')
-rw-r--r--dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.3.0.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.3.0.ebuild b/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.3.0.ebuild
index 4a4e2dccdd13..af2d6449a82a 100644
--- a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.3.0.ebuild
+++ b/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.3.0.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Sphinx extensions for BibTeX style citations"
@@ -16,7 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
- dev-python/oset[${PYTHON_USEDEP}]
dev-python/pybtex[${PYTHON_USEDEP}]
dev-python/pybtex-docutils[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]