From fbda6b54dab7238f70b7f5a92f269c194360e09c Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 3 Feb 2017 12:16:34 -0500 Subject: python-pybind11: Update to version 2.0.1 * Verified license remains the same Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pybind11.inc | 7 +++---- meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb | 2 -- meta-python/recipes-devtools/python/python-pybind11_2.0.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pybind11_2.0.1.bb | 2 ++ 5 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pybind11_2.0.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pybind11_2.0.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pybind11.inc b/meta-python/recipes-devtools/python/python-pybind11.inc index e13f6a5767..6d36d87bea 100644 --- a/meta-python/recipes-devtools/python/python-pybind11.inc +++ b/meta-python/recipes-devtools/python/python-pybind11.inc @@ -1,9 +1,8 @@ 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" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=485d9f8aa1ab513bec0de2f55cd69672" 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" +SRC_URI[md5sum] = "c96103168e9abceaa6d46f6074dcaf38" +SRC_URI[sha256sum] = "1b1a4824aad88b1073fe8dbd21683e1e5228f3ed3b29c2785fbf5dea6bf1063c" 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 deleted file mode 100644 index e56743002e..0000000000 --- a/meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-pybind11.inc diff --git a/meta-python/recipes-devtools/python/python-pybind11_2.0.1.bb b/meta-python/recipes-devtools/python/python-pybind11_2.0.1.bb new file mode 100644 index 0000000000..e56743002e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pybind11_2.0.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +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 deleted file mode 100644 index 355e28460e..0000000000 --- a/meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-pybind11.inc diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.0.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.0.1.bb new file mode 100644 index 0000000000..355e28460e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.0.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pybind11.inc -- cgit v1.2.3-54-g00ecf