Skip to content

Commit bbc93f3

Browse files
Merge pull request #1 from AnacondaRecipes/pbs_2.7.0_20210718T053410
pybind11 2.7.0
2 parents 92a76c9 + 3395c06 commit bbc93f3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

recipe/meta.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{% set version = "2.6.2" %}
2-
{% set sha256 = "8ff2fff22df038f5cd02cea8af56622bc67f5b64534f1b83b9f133b8366acff2" %}
1+
{% set version = "2.7.0" %}
2+
{% set sha256 = "6cd73b3d0bf3daf415b5f9b87ca8817cc2e2b64c275d65f9500250f9fee1677e" %}
33

44
package:
55
name: pybind11
@@ -31,19 +31,25 @@ requirements:
3131
test:
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

4245
about:
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

4854
extra:
4955
recipe-maintainers:

0 commit comments

Comments
 (0)