Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 168593 - Review Request: pydot: Python interface to Graphviz's Dot language
Summary: Review Request: pydot: Python interface to Graphviz's Dot language
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael A. Peters
QA Contact: David Lawrence
URL: http://dkbza.org/pydot.html
Whiteboard:
Depends On:
Blocks: FE-ACCEPT
TreeView+ depends on / blocked
 
Reported: 2005-09-17 18:56 UTC by Tom "spot" Callaway
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-10-07 05:28:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tom "spot" Callaway 2005-09-17 18:56:50 UTC
Spec Name or Url: http://www.auroralinux.org/people/spot/review/pydot.spec
SRPM Name or Url: http://www.auroralinux.org/people/spot/review/pydot-0.9.10-1.src.rpm
Description: 
An interface for creating both directed and non directed graphs from Python.
Currently all attributes implemented in the Dot language are supported (up
to Graphviz 1.16).

Output can be inlined in Postscript into interactive scientific environments
like TeXmacs, or output in any of the format's supported by the Graphviz
tools dot, neato, twopi.

Comment 1 Michael A. Peters 2005-10-06 17:22:24 UTC
md5sum matches upstream
builds clean in mock
rpmlint doesn't complain
License matches readme and license file

-=-
from the readme:

Requirements:
-------------

pyparsing: pydot requires the pyparsing module in order to be
        able to load DOT files.

GraphViz:  is needed in order to render the graphs into any of
        the plethora of output formats supported.

These are listed as BuildRequires - but yum did not pull in pyparsing (not
installed) when I ran yum localinstall, and rpm did not complain when I tried
rpm --test -e graphviz

Did you mean that to be Requires and not BuildRequires?

Comment 2 Tom "spot" Callaway 2005-10-06 17:31:30 UTC
Yes, those should be Requires... my bad. I'll change them before commit.

Comment 3 Michael A. Peters 2005-10-07 01:20:49 UTC
* Spec file readable
* Group appropriate
* Proper use of Macros
* Software works - tested in fc4

APPROVED w/ comment2 changes


Note You need to log in before you can comment on or make changes to this bug.