Date: Fri, 30 Jun 2023 14:02:26 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 267188] textproc/py-m2r: Fails to build: AttributeError: module 'mistune' has no attribute 'BlockGrammar (textproc/py-mistune0) Message-ID: <bug-267188-7788-Za3inGwVtc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267188-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-267188-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267188 --- 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267188-7788-Za3inGwVtc>