python3-pybind11: update to 2.10.0.
This commit is contained in:
parent
bbcbff3653
commit
716d5f6080
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-pybind11'
|
# Template file for 'python3-pybind11'
|
||||||
pkgname=python3-pybind11
|
pkgname=python3-pybind11
|
||||||
version=2.9.2
|
version=2.10.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pybind11-${version}"
|
wrksrc="pybind11-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,11 +13,12 @@ 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=6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1
|
checksum=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
|
||||||
|
|
||||||
post_patch() {
|
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 '/sphinx_copybutton/d' \
|
||||||
|
-e '/sphinxcontrib.rsvgconverter/d' \
|
||||||
-e '/sphinxcontrib.moderncmakedomain/d' -i docs/conf.py
|
-e '/sphinxcontrib.moderncmakedomain/d' -i docs/conf.py
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue