14
0

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
This commit is contained in:
Tomáš Chvátal
2019-08-24 07:39:27 +00:00
committed by Git OBS Bridge
parent 8fd1e47d1a
commit f3a2c9d630
2 changed files with 16 additions and 7 deletions

View File

@@ -1,4 +1,9 @@
-------------------------------------------------------------------
Sat Aug 24 06:26:13 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Replace description by something more substantial.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 22 14:21:41 UTC 2019 - Michal Vyskocil <mvyskocil@opensuse.org> Mon Jul 22 14:21:41 UTC 2019 - Michal Vyskocil <mvyskocil@opensuse.org>
- Initial packaging of pybind11 2.3.0 for openSUSE - Initial packaging of pybind11 2.3.0 for openSUSE

View File

@@ -12,31 +12,35 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pybind11 Name: python-pybind11
Version: 2.3.0 Version: 2.3.0
Release: 0 Release: 0
Summary: Module for operability between C++11 and Python
License: BSD-3-Clause License: BSD-3-Clause
Summary: Seamless operability between C++11 and Python
Url: https://github.com/pybind/pybind11
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/pybind/pybind11
Source: https://files.pythonhosted.org/packages/53/bc/0880e869d1a4bfd7954835d67e6d5e2c8a30c3fd6372134a4be79a842a4c/pybind11-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/53/bc/0880e869d1a4bfd7954835d67e6d5e2c8a30c3fd6372134a4be79a842a4c/pybind11-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %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 %package devel
Summary: Development files for pybind11 Summary: Development files for pybind11
Group: Development/Libraries/Python Group: Development/Libraries/Python
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: python-devel Requires: python-devel