From 716d5f60806faf07a29a409f817c6fd4f29204d7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 30 Jul 2022 22:06:28 -0400 Subject: [PATCH] python3-pybind11: update to 2.10.0. --- srcpkgs/python3-pybind11/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template index b0d551b293e..dd3640e5f37 100644 --- a/srcpkgs/python3-pybind11/template +++ b/srcpkgs/python3-pybind11/template @@ -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 " 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 }