From ab17297a4ddeaf897794abffabc8600334795e7e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 10 Feb 2020 21:44:29 +0100 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e88ef25e90..0f16ac0ead 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 -- cgit v1.2.3