gentoo-ebuilds/dev-tex/dot2tex/files/dot2tex-2.11.3-setup-py-script.patch
Sebastian Pipping ce55c48a68
dev-tex/dot2tex: PEP 517 + Python 3.12
Closes: https://bugs.gentoo.org/909974
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
2024-04-11 23:17:12 +02:00

24 lines
775 B
Diff

From 7b4c3e2b62a0e988db06051976260faa3889377a Mon Sep 17 00:00:00 2001
From: Sebastian Pipping <sebastian@pipping.org>
Date: Thu, 11 Apr 2024 23:11:15 +0200
Subject: [PATCH] setup.py: Drop script "dot2tex" that collides with entrypoint
---
setup.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/setup.py b/setup.py
index d107eed..9f50c7c 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,6 @@ Graphviz_, a more LaTeX friendly look and feel. This is accomplished by:
author_email='kjellmf@gmail.com',
url="https://github.com/kjellmf/dot2tex",
py_modules=['dot2tex.dot2tex', 'dot2tex.dotparsing'],
- scripts=['dot2tex/dot2tex'],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
--
2.44.0