Skip to content

Commit f883894

Browse files
committed
sci-mathematics/sage_docbuild: sphinx 8.1 merged upstream in 10.5rc0
1 parent 96b4fbe commit f883894

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

sci-mathematics/sage_docbuild/sage_docbuild-9999.ebuild

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ EAPI=8
55

66
PYTHON_COMPAT=( python3_{10..12} )
77
DISTUTILS_USE_PEP517=setuptools
8-
GIT_PRS=(
9-
38957
10-
)
118

12-
inherit distutils-r1 sage-git-patch
9+
inherit distutils-r1
1310

1411
if [[ ${PV} == 9999 ]]; then
1512
inherit git-r3 sage-git
@@ -36,9 +33,3 @@ PDEPEND="~sci-mathematics/sagemath-standard-${PV}[${PYTHON_USEDEP}]"
3633
PATCHES=(
3734
"${FILESDIR}"/sage-9.3-linguas.patch
3835
)
39-
40-
python_prepare_all() {
41-
distutils-r1_python_prepare_all
42-
43-
sage-git-patch_patch
44-
}

0 commit comments

Comments
 (0)