]> git.pld-linux.org Git - packages/python-pydot.git/commitdiff
- descs
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Nov 2005 11:25:44 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-pydot.spec -> 1.3

python-pydot.spec

index 40930b671cb8a336e4466b63d3f4cfb0c8733f2c..dd690e4ba13799e544a9373115afaa38b6adbb5d 100644 (file)
@@ -1,8 +1,8 @@
 # TODO:
 # - summary, desc,
 %define        module  pydot
-Summary:       Python package with interface to Graphviz's Dot language 
-Summary(pl):   Pakiet dla pytona
+Summary:       Python interface to Graphviz's Dot language 
+Summary(pl):   Pythonowy interfejs do jêzyka Dot z pakietu Graphviz
 Name:          python-%{module}
 Version:       0.9.10
 Release:       0.1
@@ -11,22 +11,28 @@ Group:              Libraries/Python
 Source0:       http://dkbza.org/data/%{module}-%{version}.tar.gz
 # Source0-md5: d59609a3b69b19ad018c55d765945baf
 URL:           http://dkbza.org/pydot.html
-BuildRequires: rpm-pythonprov
 BuildRequires: graphviz-devel
 BuildRequires: graphviz-python
 BuildRequires: python-pyparsing
+BuildRequires: rpm-pythonprov
 %pyrequires_eq python-modules
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+pydot provides an interface for creating both directed and non
+directed graphs from Python. Currently all attributes implemented in
+the Dot language up to Graphviz 1.16 are supported.
 
 %description -l pl
+pydot udostêpnia interfejs do tworzenia zarówno skierowanych jak i
+nieskierowanych grafów z poziomu Pythona. Aktualnie obs³uguje
+wszystkie atrybuty zaimplementowane w jêzyku dot do wersji Graphviza
+1.16.
 
 %prep
 %setup -q -n %{module}-%{version}
 
-
 %build
 python setup.py build
 
This page took 0.093762 seconds and 4 git commands to generate.