Andrew Geissler | d221e03 | 2020-07-10 16:13:21 -0500 | [diff] [blame] | 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://LICENSE;md5=beb87117af69fd10fbf9fb14c22a2e62" | ||||
5 | |||||
6 | SRC_URI[md5sum] = "5355e1fd05c8eedef19cc9bfd3d82a77" | ||||
7 | SRC_URI[sha256sum] = "ea5a4e7a880112915463826f1acbec5892df36dfe102ecb249229ac514fb54ad" | ||||
8 | |||||
9 | inherit pypi setuptools3 |