From 9a129c2eff362c3795bed24f537754bfcefd0bd5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 31 Aug 2021 10:30:01 -0400 Subject: [PATCH] python3-pybind11: update to 2.7.1. --- srcpkgs/python3-pybind11/template | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template index 4b98c88966..17578a9f07 100644 --- a/srcpkgs/python3-pybind11/template +++ b/srcpkgs/python3-pybind11/template @@ -1,11 +1,10 @@ # Template file for 'python3-pybind11' pkgname=python3-pybind11 -version=2.7.0 +version=2.7.1 revision=1 wrksrc="pybind11-${version}" build_style=python3-module -hostmakedepends="cmake python3-setuptools - python3-pytest python3-sphinx_rtd_theme python3-breathe" +hostmakedepends="cmake python3-setuptools python3-pytest" depends="python3-devel" checkdepends="python3-numpy $depends" short_desc="C++ header-only library to produce Python bindings" @@ -13,18 +12,7 @@ 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=6cd73b3d0bf3daf415b5f9b87ca8817cc2e2b64c275d65f9500250f9fee1677e - -post_patch() { - # These dependencies are not packaged and don't affect the man page - vsed -e '/sphinxcontrib.rsvgconverter/d' \ - -e '/sphinxcontrib.moderncmakedomain/d' -i docs/conf.py -} - -post_build() { - # Build the man page - make $makejobs -C docs man -} +checksum=616d1c42e4cf14fa27b2a4ff759d7d7b33006fdc5ad8fd603bb2c22622f27020 pre_check() { mkdir -p build.tests @@ -43,9 +31,4 @@ do_check() { post_install() { vlicense LICENSE - - # Copy the man page, but make it section 7 - _manpage=docs/.build/man/pybind11.1 - vsed -i ${_manpage} -e '/^\.TH/ s/"1"/"7"/' - vman ${_manpage} pybind11.7 }