summaryrefslogtreecommitdiff
path: root/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-08 04:18:34 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-08 04:18:34 +0100
commitd84be18029b166ee26fe5416098974a8d05b2983 (patch)
tree0fbc3087c3911f2ac23f738e4f43fcc77cc40386 /dev-tex/dot2tex/dot2tex-2.11.3.ebuild
parent4242446a1af7d38662da76b31d2e6254d64706ec (diff)
gentoo auto-resync : 08:07:2023 - 04:18:34
Diffstat (limited to 'dev-tex/dot2tex/dot2tex-2.11.3.ebuild')
-rw-r--r--dev-tex/dot2tex/dot2tex-2.11.3.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
index ec5e1fafb509..a07837edfc11 100644
--- a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
+++ b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
@@ -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