python3-pybind11: update to 2.10.0.

This commit is contained in:
Andrew J. Hesford 2022-07-30 22:06:28 -04:00
parent bbcbff3653
commit 716d5f6080
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-pybind11'
pkgname=python3-pybind11
version=2.9.2
version=2.10.0
revision=1
wrksrc="pybind11-${version}"
build_style=python3-module
@ -13,11 +13,12 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://github.com/pybind/pybind11"
distfiles="https://github.com/pybind/pybind11/archive/v${version}.tar.gz"
checksum=6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1
checksum=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
post_patch() {
# These dependencies are not packaged and don't affect the man page
vsed -e '/sphinxcontrib.rsvgconverter/d' \
vsed -e '/sphinx_copybutton/d' \
-e '/sphinxcontrib.rsvgconverter/d' \
-e '/sphinxcontrib.moderncmakedomain/d' -i docs/conf.py
}