From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fHVsT-0002k4-Dy for guix-patches@gnu.org; Sat, 12 May 2018 10:52:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fHVsQ-0001Zo-Cv for guix-patches@gnu.org; Sat, 12 May 2018 10:52:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51829) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fHVsQ-0001Zj-8d for guix-patches@gnu.org; Sat, 12 May 2018 10:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fHVsQ-0008Hl-1b for guix-patches@gnu.org; Sat, 12 May 2018 10:52:02 -0400 Subject: [bug#31431] [PATCH 0/1] gnu: Add pybind11. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fHVrz-000135-Ka for guix-patches@gnu.org; Sat, 12 May 2018 10:51:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fHVrw-0001KB-Ji for guix-patches@gnu.org; Sat, 12 May 2018 10:51:35 -0400 Received: from mail-oln040092004012.outbound.protection.outlook.com ([40.92.4.12]:61552 helo=NAM02-CY1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fHVrw-0001Jd-Da for guix-patches@gnu.org; Sat, 12 May 2018 10:51:32 -0400 From: Fis Trivial Date: Sat, 12 May 2018 14:51:30 +0000 Message-ID: Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31431@debbugs.gnu.org pybind11 is a c++ library for python binding. I don't know if it's appropriate to put it in python.scm. I checked libffi, libffcall, swig, they all have their independent file, and all of them contains very few packages. Should I merge them into one file just named "ffi.scm"? fis (1): gnu: Add pybind11. gnu/packages/python.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) --=20 2.14.3