pybind11: v2.3.0 (#11713)

Add the latest 2.3.0 release and me as package maintainer.
This commit is contained in:
Axel Huebl 2019-06-15 17:30:04 +02:00 committed by Adam J. Stewart
parent ef55319a9c
commit bccfb622e5

View File

@ -18,8 +18,10 @@ class PyPybind11(CMakePackage):
homepage = "https://pybind11.readthedocs.io" homepage = "https://pybind11.readthedocs.io"
url = "https://github.com/pybind/pybind11/archive/v2.1.0.tar.gz" url = "https://github.com/pybind/pybind11/archive/v2.1.0.tar.gz"
git = "https://github.com/pybind/pybind11.git" git = "https://github.com/pybind/pybind11.git"
maintainers = ['ax3l']
version('develop', branch='master') version('develop', branch='master')
version('2.3.0', sha256='0f34838f2c8024a6765168227ba587b3687729ebf03dc912f88ff75c7aa9cfe8')
version('2.2.4', 'b69e83658513215b8d1443544d0549b7d231b9f201f6fc787a2b2218b408181e') version('2.2.4', 'b69e83658513215b8d1443544d0549b7d231b9f201f6fc787a2b2218b408181e')
version('2.2.3', '55b637945bbf47d99d2c906bf0c13f49') version('2.2.3', '55b637945bbf47d99d2c906bf0c13f49')
version('2.2.2', 'fc174e1bbfe7ec069af7eea86ec37b5c') version('2.2.2', 'fc174e1bbfe7ec069af7eea86ec37b5c')