diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-10-06 15:58:07 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-10-21 18:20:43 +0200 |
commit | a7e7eccede498a9aeeaf040476d49fd943c8a974 (patch) | |
tree | 23ef2ec7ca291901a5d3578b01c3376c68ef8884 | |
parent | 7f5236bda38821fd9826b5d96469511e9d28fa93 (diff) | |
download | meta-openembedded-a7e7eccede498a9aeeaf040476d49fd943c8a974.tar.gz |
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>
3 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pybind11.inc b/meta-python/recipes-devtools/python/python-pybind11.inc new file mode 100644 index 000000000..e13f6a576 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pybind11.inc | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "Seamless operability between C++11 and Python" | ||
2 | HOMEPAGE = "https://github.com/wjakob/pybind11" | ||
3 | LICENSE = "BSD-2-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1e9383cd3e97753d7dd6067d079519ea" | ||
5 | PR = "r0" | ||
6 | |||
7 | SRC_URI = "https://pypi.python.org/packages/89/0b/f3a25633e49be5fae17ed2c7751c8106a08199db70e3c82e8cc043388ba9/pybind11-1.8.1.tar.gz" | ||
8 | SRC_URI[md5sum] = "67845d8fd89a1c400dc7c61ccdee14d6" | ||
9 | SRC_URI[sha256sum] = "358d4b7d8c38cd1dde66064178c6bbaaa2c479a44e67e642820fe0f329a4fff8" | ||
diff --git a/meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb b/meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb new file mode 100644 index 000000000..e56743002 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-pybind11.inc | ||
diff --git a/meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb new file mode 100644 index 000000000..355e28460 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-pybind11.inc | ||