From f3a2c9d6305333a6660f7906fee9428ffb88039dc1744ecd295a0e696a432e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 24 Aug 2019 07:39:27 +0000 Subject: [PATCH] Accepting request 725761 from home:jengelh:branches:devel:languages:python - Replace description by something more substantial. OBS-URL: https://build.opensuse.org/request/show/725761 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybind11?expand=0&rev=3 --- python-pybind11.changes | 7 ++++++- python-pybind11.spec | 16 ++++++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/python-pybind11.changes b/python-pybind11.changes index ee54db7..f243c82 100644 --- a/python-pybind11.changes +++ b/python-pybind11.changes @@ -1,4 +1,9 @@ +------------------------------------------------------------------- +Sat Aug 24 06:26:13 UTC 2019 - Jan Engelhardt + +- Replace description by something more substantial. + ------------------------------------------------------------------- Mon Jul 22 14:21:41 UTC 2019 - Michal Vyskocil -- Initial packaging of pybind11 2.3.0 for openSUSE +- Initial packaging of pybind11 2.3.0 for openSUSE diff --git a/python-pybind11.spec b/python-pybind11.spec index 4a35245..cca589b 100644 --- a/python-pybind11.spec +++ b/python-pybind11.spec @@ -12,31 +12,35 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pybind11 Version: 2.3.0 Release: 0 +Summary: Module for operability between C++11 and Python License: BSD-3-Clause -Summary: Seamless operability between C++11 and Python -Url: https://github.com/pybind/pybind11 Group: Development/Languages/Python +Url: https://github.com/pybind/pybind11 Source: https://files.pythonhosted.org/packages/53/bc/0880e869d1a4bfd7954835d67e6d5e2c8a30c3fd6372134a4be79a842a4c/pybind11-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages %description -Seamless operability between C++11 and Python +pybind11 is a header-only library that exposes C++ types in Python +and vice versa, mainly to create Python bindings of existing C++ +code. It can reduce boilerplate code in traditional extension modules +by inferring type information using compile-time introspection. %package devel -Summary: Development files for pybind11 +Summary: Development files for pybind11 Group: Development/Libraries/Python Requires: %{name} = %{version} Requires: python-devel