[pyplusplus] 04/17: wrap line

Leopold Palomo-Avellaneda leo at alaxarxa.net
Mon Jul 18 13:18:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a commit to branch master
in repository pyplusplus.

commit 2f7b0f4de8549de8a7743a4cd3c9130db91b6e1b
Author: Mathieu Malaterre <malat at debian.org>
Date:   Fri Nov 4 16:35:56 2011 +0000

    wrap line
---
 debian/control | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 65caa06..7d6fad2 100644
--- a/debian/control
+++ b/debian/control
@@ -12,24 +12,32 @@ Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/pyplusplus/trunk
 Package: python-py++
 Architecture: any
 Depends: ${python:Depends}, ${misc:Depends}
-Description: Object-oriented framework for creating a code generator for Boost.Python library
+Provides: ${python:Provides}
+Description: OO-framework for creating a code generator for Boost.Python
  Py++ uses GCC C++ compiler to parse C++ source files and allows you to expose
  C++ code to Python in quick and elegant way using the Boost.Python library.  It
  uses the following steps to do so:
   - source code is passed to GCC-XML
   - GCC-XML passes it to GCC C++ compiler
-  - GCC-XML generates an XML description of a C++ program from GCC's internal representation.
+  - GCC-XML generates an XML description of a C++ program from GCC's internal
+    representation.
   - Py++ uses pygccxml package to read GCC-XML generated file.
  .
  Feature list:
   - Py++ support almost all features found in Boost.Python library
-  - Py++ generates code, which will help you to understand compiler generated error messages
+  - Py++ generates code, which will help you to understand compiler generated
+    error messages
   - Py++ has more than one mode of writing code into files:
     - single file
     - multiple files
     - multiple files, where single class code is split to few files
-  - Py++ will save your compilation time - it will rewrite a file, only in case of change
-  - You have full control over generated code. Your code could be inserted almost anywhere.
-  - Py++ will check the "completeness" of the bindings. It will check for you that the exposed declarations don't have references to unexposed ones.
-  - Py++ provides enough functionality to extract source code documentation and write it as Python documentation string
-  - Py++ provides simple and powerful framework to create a wrapper for functions, which could not be exposed as is to Python
+  - Py++ will save your compilation time - it will rewrite a file, only in case
+    of change
+  - You have full control over generated code. Your code could be inserted
+    almost anywhere.
+  - Py++ will check the "completeness" of the bindings. It will check for you
+    that the exposed declarations don't have references to unexposed ones.
+  - Py++ provides enough functionality to extract source code documentation and
+    write it as Python documentation string
+  - Py++ provides simple and powerful framework to create a wrapper for
+    functions, which could not be exposed as is to Python

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyplusplus.git



More information about the debian-science-commits mailing list