dev-tex/dot2tex: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2023-07-05 09:22:59 +02:00
committed by Conrad Kostecki
parent 10d9cceaf9
commit 9763b3a3fb
2 changed files with 6 additions and 6 deletions

View File

@@ -6,9 +6,9 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="A Graphviz to LaTeX converter"
HOMEPAGE="https://dot2tex.readthedocs.org/ https://github.com/kjellmf/dot2tex"
SRC_URI="https://github.com/kjellmf/dot2tex/archive/${PV}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="Graphviz to LaTeX converter"
HOMEPAGE="https://dot2tex.readthedocs.org/ https://github.com/xyz2tex/dot2tex"
SRC_URI="https://github.com/xyz2tex/dot2tex/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -23,7 +23,7 @@ RDEPEND="
BDEPEND="doc? ( dev-python/sphinx )"
EPYTEST_DESELECT=(
# https://github.com/kjellmf/dot2tex/issues/94
# https://github.com/xyz2tex/dot2tex/issues/94
tests/test_dot2tex.py::MultipleStatements::test_semicolon
)
@@ -31,7 +31,7 @@ distutils_enable_tests pytest
python_prepare_all() {
# Syntax failures (old-style print)
# Looks fixed in master: https://github.com/kjellmf/dot2tex/commit/38aeef9615f90fe347c5c45d514eaf00b116422b
# Looks fixed in master: https://github.com/xyz2tex/dot2tex/commit/38aeef9615f90fe347c5c45d514eaf00b116422b
rm -r "${S}"/tests/experimental || die
distutils-r1_python_prepare_all

View File

@@ -8,6 +8,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="google-code">dot2tex</remote-id>
<remote-id type="github">kjellmf/dot2tex</remote-id>
<remote-id type="github">xyz2tex/dot2tex</remote-id>
</upstream>
</pkgmetadata>