### this file is sourced not run
PKGVER=2.13.5
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=python-pybind11-$PKGVER.tar.gz
MD5SUM=803dce79bf142a3acda2e3f301900065
SRC_URL=https://files.pythonhosted.org/packages/source/p/pybind11/pybind11-$PKGVER.tar.gz
BUNDLE=

SLACKREQ=''
SLACKDESC="python3-pybind11: python3-pybind11 $PKGVER (C++ bindings for python)
python3-pybind11: 
python3-pybind11: pybind11 is a lightweight header-only library that exposes C++ types 
python3-pybind11: in Python and vice versa, mainly to create Python bindings of 
python3-pybind11: existing C++ code. Its goals and syntax are similar to the excellent 
python3-pybind11: Boost.Python library by David Abrahams: to minimize boilerplate code 
python3-pybind11: in traditional extension modules by inferring type information using 
python3-pybind11: compile-time introspection.
python3-pybind11: 
python3-pybind11: https://pypi.org/project/pybind11/
python3-pybind11: 
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_pip3modules pybind11 &&
	pkg_build_slackdesc
}


