mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
8
package/python-pybind/Config.in
Normal file
8
package/python-pybind/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_PYBIND
|
||||
bool "python-pybind"
|
||||
help
|
||||
PyBind is a lightweight header-only library that exposes C++
|
||||
types in Python and vice versa, mainly to create Python
|
||||
bindings of existing C++ code.
|
||||
|
||||
http://pybind11.readthedocs.org/en/master
|
||||
4
package/python-pybind/python-pybind.hash
Normal file
4
package/python-pybind/python-pybind.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# Locally calculated
|
||||
sha256 97504db65640570f32d3fdf701c25a340c8643037c3b69aec469c10c93dc8504 python-pybind-2.5.0.tar.gz
|
||||
# License files, locally calculated
|
||||
sha256 9a37ea54aa3cf12c7f3292799f20822ffd4b9b7142b36a7a9997b28c39264dc9 LICENSE
|
||||
13
package/python-pybind/python-pybind.mk
Normal file
13
package/python-pybind/python-pybind.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pybind
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYBIND_VERSION = 2.5.0
|
||||
PYTHON_PYBIND_SITE = $(call github,pybind,pybind11,v$(PYTHON_PYBIND_VERSION))
|
||||
PYTHON_PYBIND_LICENSE = BSD-3-Clause
|
||||
PYTHON_PYBIND_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYBIND_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user