python3-pybind11: update to 3.0.1.

This commit is contained in:
Andrew J. Hesford 2025-08-27 09:04:46 -04:00
parent 241ddb4ba1
commit 9f5c8399dd

View file

@ -1,6 +1,6 @@
# Template file for 'python3-pybind11' # Template file for 'python3-pybind11'
pkgname=python3-pybind11 pkgname=python3-pybind11
version=3.0.0 version=3.0.1
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-scikit-build-core ninja hostmakedepends="python3-scikit-build-core ninja
@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/pybind/pybind11" homepage="https://github.com/pybind/pybind11"
distfiles="https://github.com/pybind/pybind11/archive/v${version}.tar.gz" distfiles="https://github.com/pybind/pybind11/archive/v${version}.tar.gz"
checksum=453b1a3e2b266c3ae9da872411cadb6d693ac18063bd73226d96cfb7015a200c checksum=741633da746b7c738bb71f1854f957b9da660bcd2dce68d71949037f0969d0ca
post_build() { post_build() {
# Build the man page # Build the man page