extra/pybind11 to 2.12.0-2

This commit is contained in:
Kevin Mihelich 2024-04-03 12:49:14 +00:00
parent 7396243139
commit 948488ff95
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
pkgbase = pybind11 pkgbase = pybind11
pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa
pkgver = 2.12.0 pkgver = 2.12.0
pkgrel = 1 pkgrel = 2
url = https://pybind11.readthedocs.org/ url = https://pybind11.readthedocs.org/
arch = any arch = any
license = BSD license = BSD-3-Clause
checkdepends = python-numpy checkdepends = python-numpy
checkdepends = python-scipy checkdepends = python-scipy
makedepends = cmake makedepends = cmake

View file

@ -7,11 +7,11 @@
pkgname=pybind11 pkgname=pybind11
pkgver=2.12.0 pkgver=2.12.0
pkgrel=1 pkgrel=2
pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa' pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa'
arch=('any') arch=('any')
url='https://pybind11.readthedocs.org/' url='https://pybind11.readthedocs.org/'
license=('BSD') license=('BSD-3-Clause')
optdepends=('python-setuptools: for python bindings') optdepends=('python-setuptools: for python bindings')
makedepends=('cmake' 'boost' 'eigen' 'python-build' 'python-installer' makedepends=('cmake' 'boost' 'eigen' 'python-build' 'python-installer'
'python-setuptools' 'python-pytest' 'python-wheel') 'python-setuptools' 'python-pytest' 'python-wheel')