From e0d122d1e3248784e3b35e9ab37d87c6418ef88c Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Sat, 31 Mar 2018 11:30:40 +0000 Subject: x11/py-xdot: Update to 0.9 Fix dependencies. Add a patch from upstream for don't check for graphviz python module, it's not used by xdot. Support for Python 3 only. PR: 226792 Submitted by: Greg V --- x11/py-xdot/files/patch-setup.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 x11/py-xdot/files/patch-setup.py (limited to 'x11/py-xdot/files/patch-setup.py') diff --git a/x11/py-xdot/files/patch-setup.py b/x11/py-xdot/files/patch-setup.py new file mode 100644 index 000000000000..51a3de54eac6 --- /dev/null +++ b/x11/py-xdot/files/patch-setup.py @@ -0,0 +1,12 @@ +# https://github.com/jrfonseca/xdot.py/commit/3f866766be44adbe3634de95cd0a031e8a863c91 + +--- setup.py.orig 2018-03-30 00:51:44 UTC ++++ setup.py +@@ -31,7 +31,6 @@ setup( + """, + license="LGPL", + +- install_requires=['graphviz'], + packages=['xdot', 'xdot/dot', 'xdot/ui'], + entry_points=dict(gui_scripts=['xdot=xdot.__main__:main']), + -- cgit v1.2.3