File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- {% set version = "2.6.2 " %}
2- {% set sha256 = "8ff2fff22df038f5cd02cea8af56622bc67f5b64534f1b83b9f133b8366acff2 " %}
1+ {% set version = "2.7.0 " %}
2+ {% set sha256 = "6cd73b3d0bf3daf415b5f9b87ca8817cc2e2b64c275d65f9500250f9fee1677e " %}
33
44package :
55 name : pybind11
@@ -31,19 +31,25 @@ requirements:
3131test :
3232 imports :
3333 - pybind11
34+ requires :
35+ - pip
3436 commands :
3537 - test -f ${PREFIX}/share/cmake/pybind11/pybind11Config.cmake # [unix]
3638 - if exist %LIBRARY_PREFIX%\share\cmake\pybind11\pybind11Config.cmake (exit 0) else (exit 1) # [win]
3739 - test -f ${PREFIX}/include/pybind11/pybind11.h # [unix]
3840 - if exist %LIBRARY_INC%\pybind11\pybind11.h (exit 0) else (exit 1) # [win]
3941 - test -f $(python -c "import pybind11 as py; print(py.get_include())")/pybind11/pybind11.h # [unix]
4042 - if exist $(python -c "import pybind11 as py; print(py.get_include())")\pybind11\pybind11.h (exit 0) else (exit 1) # [win]
43+ - pip check
4144
4245about :
4346 home : https://github.com/pybind/pybind11/
4447 license : BSD-3-Clause
48+ license_family : BSD
4549 summary : Seamless operability between C++11 and Python
4650 license_file : LICENSE
51+ doc_url : https://github.com/pybind/pybind11/blob/master/README.rst
52+ dev_url : https://github.com/pybind/pybind11/
4753
4854extra :
4955 recipe-maintainers :
You can’t perform that action at this time.
0 commit comments