Diff sphinxcontrib-plantuml-0.25 with a sphinxcontrib-plantuml-0.26

/usr/portage/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.26.ebuild 2023-10-09 14:52:30.380368373 +0300
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7
PYTHON_COMPAT=( python3_11 )
7
PYTHON_COMPAT=( python3_{11..12} )
8 8

  
9 9
inherit distutils-r1
10 10

  
11 11
DESCRIPTION="Sphinx extensions for PlantUML"
12
HOMEPAGE="https://github.com/sphinx-contrib/plantuml/"
12
HOMEPAGE="
13
	https://github.com/sphinx-contrib/plantuml/
14
	https://pypi.org/project/sphinxcontrib-plantuml/
15
"
13 16
SRC_URI="
14 17
	https://github.com/sphinx-contrib/plantuml/archive/refs/tags/${PV}.tar.gz
15 18
		-> ${P}.gh.tar.gz
......
17 20

  
18 21
LICENSE="BSD-2"
19 22
SLOT="0"
20
KEYWORDS="~amd64"
23
KEYWORDS="amd64"
21 24

  
22 25
S="${WORKDIR}/${P#sphinxcontrib-}"
23 26

  
24 27
BDEPEND="
25 28
	test? (
26
		  app-text/texlive
27
		  dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}]
28
		  dev-tex/latexmk
29
		  dev-texlive/texlive-fontutils
30
		  dev-texlive/texlive-latexextra
29
		app-text/texlive
30
		dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}]
31
		dev-tex/latexmk
32
		dev-texlive/texlive-fontutils
33
		dev-texlive/texlive-latexextra
31 34
	)
32 35
"
33 36

  
Thank you!