# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 github.setup pybind pybind11 2.4.3 v revision 0 categories devel platforms darwin maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer license BSD description Extension modules for pybind11, which provides seamless operability between C++11 and Python long_description Extension modules for pybind11, which is a lightweight header-only library that \ exposes C++ types in Python and vice versa, mainly \ to create Python bindings of existing C++ code. installs_libs no supported_archs noarch compiler.cxx_standard \ 2011 checksums rmd160 fd274df1be114d7cfd81c4865fb8db16932face3 \ sha256 7954a67e03ceca309402b65ff1eb61b78adc59cf4c18827bd572812253ed7036 \ size 570697 set python_branch 3.7 set python_version [string map {. ""} ${python_branch}] configure.args-append \ -DPYBIND11_PYTHON_VERSION=${python_branch} \ -DPYBIND11_TEST=NO depends_build-append \ port:python${python_version} \ port:py${python_version}-setuptools