python-pybind11: add pybind11 for operability between C++11 and Python

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Denys Dmytriyenko
2016-10-06 15:58:07 -04:00
committed by Martin Jansa
parent 7f5236bda3
commit a7e7eccede
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
SUMMARY = "Seamless operability between C++11 and Python"
HOMEPAGE = "https://github.com/wjakob/pybind11"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1e9383cd3e97753d7dd6067d079519ea"
PR = "r0"
SRC_URI = "https://pypi.python.org/packages/89/0b/f3a25633e49be5fae17ed2c7751c8106a08199db70e3c82e8cc043388ba9/pybind11-1.8.1.tar.gz"
SRC_URI[md5sum] = "67845d8fd89a1c400dc7c61ccdee14d6"
SRC_URI[sha256sum] = "358d4b7d8c38cd1dde66064178c6bbaaa2c479a44e67e642820fe0f329a4fff8"

View File

@@ -0,0 +1,2 @@
inherit pypi setuptools
require python-pybind11.inc

View File

@@ -0,0 +1,2 @@
inherit pypi setuptools3
require python-pybind11.inc