Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37845822
en ru br
ALT Linux repos
S:1.4.2-alt1

Group :: Development/Python3
RPM: python3-module-pydot

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname pydot

Name: python3-module-%oname
Version: 1.4.2
Release: alt1

Summary: Python interface to Graphiz's Dot

License: MIT
Group: Development/Python3
Url: https://pypi.org/project/pydot

Source: %oname-%version.tar.bz2

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-pyparsing

Requires: %_bindir/dot

%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 -n %oname-%version

%build
%python3_build

%install
%python3_install

%files
%doc ChangeLog
%python3_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