Commits
Chris Jones authored 8fc83e58067
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-pybind11 |
7 7 | version 2.4.3 |
8 8 | revision 0 |
9 9 | categories-append devel |
10 10 | platforms darwin |
11 11 | license BSD |
12 12 | |
13 - | python.versions 27 35 36 37 |
13 + | python.versions 27 35 36 37 38 |
14 14 | |
15 15 | maintainers {stromnov @stromnov} openmaintainer |
16 16 | |
17 17 | description Seamless operability between C++11 and Python. |
18 18 | |
19 19 | long_description pybind11 is a lightweight header-only library that \ |
20 20 | exposes C++ types in Python and vice versa, mainly \ |
21 21 | to create Python bindings of existing C++ code. |
22 22 | |
23 23 | homepage https://github.com/pybind11/pybind11 |