extra/pybind11 to 2.13.1-1

This commit is contained in:
Kevin Mihelich 2024-06-27 22:06:38 +00:00
parent 6f0d5cd5f5
commit c4fc1df5fa
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = pybind11
pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa
pkgver = 2.12.0
pkgrel = 6
pkgver = 2.13.1
pkgrel = 1
url = https://pybind11.readthedocs.org/
arch = any
license = BSD-3-Clause
@ -15,9 +15,9 @@ pkgbase = pybind11
makedepends = python-pytest
makedepends = python-wheel
optdepends = python-setuptools: for python bindings
source = https://github.com/pybind/pybind11/archive/v2.12.0/pybind11-2.12.0.tar.gz
source = https://github.com/pybind/pybind11/archive/v2.13.1/pybind11-2.13.1.tar.gz
source = 010-pybind11-remove-unwanted-pip-build-deps.patch
sha256sums = bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7
sha256sums = 51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc
sha256sums = 27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9
pkgname = pybind11

View file

@ -6,8 +6,8 @@
# - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
pkgname=pybind11
pkgver=2.12.0
pkgrel=6
pkgver=2.13.1
pkgrel=1
pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa'
arch=('any')
url='https://pybind11.readthedocs.org/'
@ -19,7 +19,7 @@ makedepends=('cmake' 'boost' 'eigen' 'python-build' 'python-installer'
checkdepends=('python-numpy') # 'python-scipy')
source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
'010-pybind11-remove-unwanted-pip-build-deps.patch')
sha256sums=('bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7'
sha256sums=('51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc'
'27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9')
prepare() {