FS#50149 - [graphviz] Provide the package for Python3 as well

Attached to Project: Arch Linux
Opened by Olivier (ochurlaud) - Monday, 25 July 2016, 15:00 GMT
Last edited by Gaetan Bisson (vesath) - Tuesday, 26 July 2016, 22:02 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Gaetan Bisson (vesath)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Currently installing graphviz installs the 2 files

/usr/lib/python2.7/site-packages/_gv.so
/usr/lib/python2.7/site-packages/gv.py

Therefore

>>> import gv

works in python2 but not 3

Expected:
It should work for both.

If the bug is upstream, sorry for the noise
This task depends upon

Closed by  Gaetan Bisson (vesath)
Tuesday, 26 July 2016, 22:02 GMT
Reason for closing:  Upstream
Comment by Gaetan Bisson (vesath) - Tuesday, 26 July 2016, 21:37 GMT
I don't know how to make graphviz build both python2 and python3 bindings. Please provide a patch for our PKGBUILD if you can.
Comment by Olivier (ochurlaud) - Tuesday, 26 July 2016, 21:39 GMT
I learnt today that graphviz do not work with python3. It's an upstream issue.

Loading...