mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
Merge updates from master
This commit is contained in:
@@ -32,9 +32,12 @@ python_prepare_all() {
|
|||||||
sed -i -e 's:test_fix:_&:' \
|
sed -i -e 's:test_fix:_&:' \
|
||||||
quantities/tests/test_umath.py || die
|
quantities/tests/test_umath.py || die
|
||||||
|
|
||||||
|
# pngmath replaced with imgmath in sphinx>1.8
|
||||||
|
sed -i -e 's:ext.pngmath:ext.imgmath:g' \
|
||||||
|
doc/conf.py || die
|
||||||
|
|
||||||
distutils-r1_python_prepare_all
|
distutils-r1_python_prepare_all
|
||||||
}
|
}
|
||||||
|
|
||||||
distutils_enable_tests unittest
|
distutils_enable_tests unittest
|
||||||
# wants ext.pngmath which got removed in sphinx-2
|
distutils_enable_sphinx doc dev-python/numpydoc ">dev-python/sphinx-1.8"
|
||||||
distutils_enable_sphinx doc dev-python/numpydoc "<dev-python/sphinx-2"
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_8 )
|
PYTHON_COMPAT=( python3_8 python3_9 )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user