[Bug 267188] textproc/py-m2r: Fails to build: AttributeError: module 'mistune' has no attribute 'BlockGrammar (textproc/py-mistune0)
Date: Fri, 30 Jun 2023 14:02:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267188 --- Comment #5 from John W. O'Brien <john@saltant.com> --- This bug is now OBE due to the fix for bug #263956. $ pkg info -x m2r mistune py310-m2r-0.3.1_1 py311-m2r-0.3.1_1 py38-m2r-0.3.1_1 py39-m2r-0.3.1_1 py310-mistune-3.0.1 py310-mistune0-0.8.4_1 py311-mistune-3.0.1 py311-mistune0-0.8.4_1 py38-mistune-3.0.1 py38-mistune0-0.8.4_1 py39-mistune-3.0.1 py39-mistune0-0.8.4_1 $ for v in 8 9 10 11; do python3.$v -c 'import m2r' && echo py3$v OK; done py38 OK py39 OK py310 OK py311 OK -- You are receiving this mail because: You are on the CC list for the bug.