diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-08 04:18:34 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-08 04:18:34 +0100 |
commit | d84be18029b166ee26fe5416098974a8d05b2983 (patch) | |
tree | 0fbc3087c3911f2ac23f738e4f43fcc77cc40386 /dev-tex/dot2tex | |
parent | 4242446a1af7d38662da76b31d2e6254d64706ec (diff) |
gentoo auto-resync : 08:07:2023 - 04:18:34
Diffstat (limited to 'dev-tex/dot2tex')
-rw-r--r-- | dev-tex/dot2tex/Manifest | 4 | ||||
-rw-r--r-- | dev-tex/dot2tex/dot2tex-2.11.3.ebuild | 10 | ||||
-rw-r--r-- | dev-tex/dot2tex/metadata.xml | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/dev-tex/dot2tex/Manifest b/dev-tex/dot2tex/Manifest index b7facdbf4b5a..2918f7a975cd 100644 --- a/dev-tex/dot2tex/Manifest +++ b/dev-tex/dot2tex/Manifest @@ -1,3 +1,3 @@ DIST dot2tex-2.11.3.tar.gz 664750 BLAKE2B 9c7effeca0d71810ce37e126df9e7df2b9df19be41393916c85e49df0dc116f42e58a2b29cce9e2bac700fa00859c63c1a4a8c41c70a9db96a5fc210960f463b SHA512 1595299811461b18cff490a8a56c0215f46989dd4a46fa087b455c717ed5d5f7a5782d04acaa3e4567b4e348bca866d5f24d21663012c4cd813445804ef6f714 -EBUILD dot2tex-2.11.3.ebuild 1386 BLAKE2B 162b72decc208a3335d4c5763abce5500a72a090c047f4b325a26bc2a3f938965588e2a91f5e8d816649985e79ad16effc742bbdafdbcb80acaff43b765294f4 SHA512 7a69990cf8091a4feee70270bf56de21aef4f3e942bd581e7c34f13ffe55be485cfd5e12395c94c23e2fc12fa16019c749bfe0823b222f4fa2690cc4b30c03a5 -MISC metadata.xml 406 BLAKE2B 291c75db88e182c475c71cc7b42782d06c135989e4af7bc64e8efb2b11641e8913f180e0942450c7f1d2117c47c56715b0e20de79d091dca42fa547c33b1a8f5 SHA512 f410fa09db124d2c886471b8cc22f22296f411f9646c9ba02ae4b553d3be88b447ac3ea6c4b2f989b503754c8051911566c2c2cc74d1b2a2b79bf43862e0a0e3 +EBUILD dot2tex-2.11.3.ebuild 1384 BLAKE2B b32436730fff119c2e9299dbf9e08416fe967a00b67958cd896b5125e9c90e4bf2adf8d01bb9189edad1813f173cdc78433d99c377fb0be7403a1e6322a4cf86 SHA512 0d11153d900cf54aa495774d55f54410dc8e2045d722d97740a0567200ddc9e92f11208eb6fbcce051362d46508e88f3d88976f20ba73a2632a34568fae53bd3 +MISC metadata.xml 406 BLAKE2B 1acb388f5dda8fa375956ee5e2d31db3362654912d62198391113c76e58442087e44fed1269aaa8bc801b05ba5bdfb1a7169c07d899166383bac4ef6c461948a SHA512 8de45a24567e35353856221d9b865a6a7586e140c49585212fa423687da0ba31fe4152079d903624e49d45c783033b46f2fe5a57335817562b20aec1a097c5c5 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 diff --git a/dev-tex/dot2tex/metadata.xml b/dev-tex/dot2tex/metadata.xml index 8ab60496f83c..07745c2362d7 100644 --- a/dev-tex/dot2tex/metadata.xml +++ b/dev-tex/dot2tex/metadata.xml @@ -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> |