guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: pybind11: Tweak description.


From: guix-commits
Subject: 05/09: gnu: pybind11: Tweak description.
Date: Mon, 10 Feb 2020 17:35:00 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit ab17297a4ddeaf897794abffabc8600334795e7e
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon Feb 10 21:44:29 2020 +0100

    gnu: pybind11: Tweak description.
    
    * gnu/packages/python-xyz.scm (pybind11)[description]: Tweak.
---
 gnu/packages/python-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e88ef25..0f16ac0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15422,12 +15422,12 @@ under Python 2.7.")
        #:test-target "check"))
     (home-page "https://github.com/pybind/pybind11/";)
     (synopsis "Seamless operability between C++11 and Python")
-    (description "pybind11 is a lightweight header-only library that exposes
-C++ types in Python and vice versa, mainly to create Python bindings of
-existing C++ code.  Its goals and syntax are similar to the excellent
-Boost.Python library by David Abrahams: to minimize boilerplate code in
-traditional extension modules by inferring type information using compile-time
-introspection.")
+    (description
+     "@code{pybind11} is a lightweight header-only library that exposes C++
+types in Python and vice versa, mainly to create Python bindings of existing
+C++ code.  Its goals and syntax are similar to the @code{Boost.Python}
+library: to minimize boilerplate code in traditional extension modules by
+inferring type information using compile-time introspection.")
     (license license:bsd-3)))
 
 (define-public python-fasteners



reply via email to

[Prev in Thread] Current Thread [Next in Thread]