<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>197852</bug_id>
          
          <creation_ts>2007-11-02 07:09 0000</creation_ts>
          <short_desc>sci-visualization/veusz-1.0: missing dependency: dev-python/PyQt4</short_desc>
          <delta_ts>2007-11-09 12:26:32 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>f@ub0r.de</reporter>
          <assigned_to>cryos@gentoo.org</assigned_to>
          <cc>sascha.lucas@rus.uni-stuttgart.de</cc>
    
    <cc>sci@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>f@ub0r.de</who>
            <bug_when>2007-11-02 07:09:33 0000</bug_when>
            <thetext>i just emerged sci-visualization/veusz-1.0, but it did not pull in dev-python/PyQt4 (not emerged at this time) as dependency.
running veusz brings &quot;ImportError: No module named PyQt4.QtCore&quot;.
emerging PyQt4 by handsolves this problem.

Reproducible: Always

Steps to Reproduce:
1.emerge -C PyQt4
2.emerge =sci-visualization/veusz-1.0
3.veusz

Actual Results:  
Traceback (most recent call last):
  File &quot;/usr/bin/veusz&quot;, line 9, in ?
    import veusz.veusz_main
  File &quot;/usr/lib/python2.4/site-packages/veusz/veusz_main.py&quot;, line 43, in ?
    import veusz.qtall as qt4
  File &quot;/usr/lib/python2.4/site-packages/veusz/qtall.py&quot;, line 5, in ?
    from PyQt4.QtCore import *
ImportError: No module named PyQt4.QtCore


Expected Results:  
veusz comes up with a qt4 window</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>sascha.lucas@rus.uni-stuttgart.de</who>
            <bug_when>2007-11-03 10:11:46 0000</bug_when>
            <thetext>As the INSTALL in the source tree says, the correct $DEPEND is:

DEPEND=&quot;&gt;=virtual/python-2.3
        &gt;=dev-python/numpy-1.0
          dev-python/PyQt4&quot;

dev-python/numarray is not mentioned. and as far as I can say, it can be removed.

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>sascha.lucas@rus.uni-stuttgart.de</who>
            <bug_when>2007-11-03 10:45:34 0000</bug_when>
            <thetext>OT: doc USE flag.

As now manual.xml and generate_manual.sh should be installed (while I miss manual.xml in my /usr/doc...??). This would force docbook dependency... The source includes already .html and .pdf. I would say not to install .xml and .sh and therefore .html and .pdf. for example:

if use doc; then
                ...
               -dohtml -r Documents/{manual.xml,manimages}
               +dohtml -r Documents/{manual.html,manimages}
                insinto /usr/share/doc/${PF}/Documents
               -doins Documents/generate_manual.sh
               +doins Documents/manual.pdf
fi
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bicatali@gentoo.org</who>
            <bug_when>2007-11-09 12:26:32 0000</bug_when>
            <thetext>Fixed in cvs. Thanks.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>