summaryrefslogtreecommitdiff
path: root/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
diff options
context:
space:
mode:
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