]> git.pld-linux.org Git - packages/python-dulwich.git/commitdiff
clarify description, this is version with C parts being built
authorElan Ruusamäe <glen@delfi.ee>
Tue, 27 Oct 2015 18:05:36 +0000 (20:05 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 27 Oct 2015 18:05:36 +0000 (20:05 +0200)
python-dulwich.spec

index 35052b9e66a4208b1a61da44bbf9f3b2360e4940..c030948863097607e7636f05817cfd866372470b 100644 (file)
@@ -4,7 +4,7 @@
 %bcond_without doc     # don't build doc
 
 %define        module  dulwich
-Summary:       A python implementation of the Git file formats and protocols
+Summary:       A Python implementation of the Git file formats and protocols
 Name:          python-%{module}
 Version:       0.11.2
 Release:       1
@@ -27,9 +27,14 @@ BuildRequires:       sphinx-pdg
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Dulwich is a pure-Python implementation of the Git file formats and
-protocols. The project is named after the village in which Mr. and
-Mrs. Git live in the Monty Python sketch.
+Dulwich is a Python implementation of the Git file formats and
+protocols, which does not depend on Git itself.
+
+All functionality is available in pure Python. Optional C extensions
+can be built for improved performance.
+
+The project is named after the village in which Mr. and Mrs. Git live
+in the Monty Python sketch.
 
 %prep
 %setup -q -n %{module}-%{version}
This page took 0.130863 seconds and 4 git commands to generate.