Bug 214685 - [NEW PORT] devel/py-pybind11: Seamless interoperability between C++11 and Python
Summary: [NEW PORT] devel/py-pybind11: Seamless interoperability between C++11 and Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-20 07:32 UTC by Yuri Victorovich
Modified: 2017-05-06 07:28 UTC (History)
2 users (show)

See Also:


Attachments
shar archive (1.81 KB, text/plain)
2016-11-20 07:32 UTC, Yuri Victorovich
no flags Details
shar archive (1.81 KB, text/plain)
2016-11-20 07:53 UTC, Yuri Victorovich
no flags Details
Upgrade to v2.1.1. (3.91 KB, patch)
2017-04-21 05:23 UTC, Eric Camachat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2016-11-20 07:32:31 UTC
Created attachment 177201 [details]
shar archive
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2016-11-20 07:53:29 UTC
Created attachment 177202 [details]
shar archive
Comment 2 Eric Camachat 2017-04-21 05:23:56 UTC
Created attachment 181961 [details]
Upgrade to v2.1.1.
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2017-04-21 05:39:16 UTC
+1
Comment 4 Eric Camachat 2017-04-21 05:53:24 UTC
This port is need by caffe2: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218786
Comment 5 Yuri Victorovich freebsd_committer freebsd_triage 2017-04-21 06:05:38 UTC
(In reply to Eric Camachat from comment #4)

You should add the dependency then.
Comment 6 commit-hook freebsd_committer freebsd_triage 2017-05-06 07:28:55 UTC
A commit references this bug:

Author: miwi
Date: Sat May  6 07:28:37 UTC 2017
New revision: 440236
URL: https://svnweb.freebsd.org/changeset/ports/440236

Log:
  A lightweight header-only library 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.

  WWW: https://github.com/wjakob/pybind11

  PR:		214685
  Submitted by:	Yuri Victorovich <yuri@rawbw.com>

Changes:
  head/devel/Makefile
  head/devel/py-pybind11/
  head/devel/py-pybind11/Makefile
  head/devel/py-pybind11/distinfo
  head/devel/py-pybind11/pkg-descr