mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
Merge updates from master
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_10 )
|
PYTHON_COMPAT=( python3_{10,11} )
|
||||||
DISTUTILS_USE_PEP517=flit
|
DISTUTILS_USE_PEP517=flit
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
@@ -25,7 +25,6 @@ RDEPEND="
|
|||||||
BDEPEND="
|
BDEPEND="
|
||||||
test? (
|
test? (
|
||||||
dev-python/sphinxcontrib-bibtex[${PYTHON_USEDEP}]
|
dev-python/sphinxcontrib-bibtex[${PYTHON_USEDEP}]
|
||||||
dev-python/sphinx-testing[${PYTHON_USEDEP}]
|
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=pdm
|
DISTUTILS_USE_PEP517=pdm
|
||||||
PYTHON_COMPAT=( python3_10 )
|
PYTHON_COMPAT=( python3_{10,11,12} )
|
||||||
|
|
||||||
inherit distutils-r1 pypi
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
@@ -18,11 +18,11 @@ KEYWORDS="~amd64"
|
|||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-python/importlib-metadata[${PYTHON_USEDEP}]
|
dev-python/importlib-metadata[${PYTHON_USEDEP}]
|
||||||
dev-python/zope-interface[${PYTHON_USEDEP}]
|
dev-python/zope-interface[${PYTHON_USEDEP}]
|
||||||
|
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
test? (
|
test? (
|
||||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||||
dev-python/sphinx-testing[${PYTHON_USEDEP}]
|
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -31,3 +31,6 @@ PATCHES=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
|
# Tests requires sphinx-testing which has been removed from ::gentoo
|
||||||
|
RESTRICT="test"
|
||||||
|
|||||||
Reference in New Issue
Block a user