FS#21413 - Inkscape depends on python-numpy and python-lxml

Attached to Project: Arch Linux
Opened by Masato Hashimoto (hashimo) - Friday, 22 October 2010, 10:14 GMT
Last edited by Gaetan Bisson (vesath) - Friday, 22 October 2010, 23:50 GMT
Task Type Bug Report
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:

Inkscape depends on python-numpy and python-lxml.

Additional info:
* package version(s)
Inkscape 0.48

For example:
$ grep "from numpy import" * -R --include=*.py
share/extensions/pixelsnap.py:from numpy import matrix
share/extensions/polyhedron_3d.py: from numpy import *
share/extensions/perspective.py: from numpy import *
share/extensions/dxf_outlines.py: from numpy import *

$ grep "from lxml import" * -R --include=*.py
share/extensions/Barcode/Base.py:from lxml import etree
share/extensions/jessyInk_video.py:from lxml import etree
share/extensions/pathscatter.py:from lxml import etree
share/extensions/inkex.py: from lxml import etree
share/filters/samplify.py:from lxml import etree


This task depends upon

Closed by  Gaetan Bisson (vesath)
Friday, 22 October 2010, 23:50 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in trunk
Comment by Gaetan Bisson (vesath) - Friday, 22 October 2010, 14:20 GMT
Right, python-numpy and python-lxml should probably be optdepends.

Loading...