Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37735029
en ru br
ALT Linux repos
5.0: 1.0.2-alt1
4.1: 0.9.10-alt1.1

Group :: Development/Python
RPM: python-module-pydot

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname pydot
Name: python-module-pydot
Version: 1.0.2
Release: alt1

Summary: Python interface to Graphiz's Dot

License: GPL
Group: Development/Python
Url: http://pydot.googlecode.com

Packager: Vitaly Lipatov <lav at altlinux.ru>
Source: http://pydot.googlecode.com/files/%oname-%version.tar.bz2

BuildArch: noarch

%setup_python_module pydot

# Automatically added by buildreq on Sun Sep 16 2007

BuildRequires: python-dev python-module-pyparsing python-modules-compiler

%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.

%prep
%setup -q -n %oname-%version

%build
%__python setup.py build

%install
%__python setup.py install --root %buildroot

%files
%python_sitelibdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin