python3-pybind11: update to 2.6.2.

This commit is contained in:
Andrew J. Hesford 2021-01-27 09:36:39 -05:00
parent 814104ed83
commit 2d98eb37a3
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-pybind11' # Template file for 'python3-pybind11'
pkgname=python3-pybind11 pkgname=python3-pybind11
version=2.6.1 version=2.6.2
revision=1 revision=1
wrksrc="pybind11-${version}" wrksrc="pybind11-${version}"
build_style=python3-module build_style=python3-module
@ -13,13 +13,16 @@ 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=cdbe326d357f18b83d10322ba202d69f11b2f49e2d87ade0dc2be0c5c34f8e2a checksum=8ff2fff22df038f5cd02cea8af56622bc67f5b64534f1b83b9f133b8366acff2
post_build() { post_patch() {
# These dependencies are not packaged and don't affect the man page # These dependencies are not packaged and don't affect the man page
vsed -e '/sphinxcontrib.rsvgconverter/d' \ vsed -e '/sphinxcontrib.rsvgconverter/d' \
-e '/sphinxcontrib.moderncmakedomain/d' -i docs/conf.py -e '/sphinxcontrib.moderncmakedomain/d' -i docs/conf.py
}
post_build() {
# Build the man page # Build the man page
make $makejobs -C docs man make $makejobs -C docs man
} }