[Bug 267188] textproc/py-m2r: Fails to build: AttributeError: module 'mistune' has no attribute 'BlockGrammar (textproc/py-mistune0)

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 03 Jan 2023 12:31:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267188

John W. O'Brien <john@saltant.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #239232|                            |maintainer-approval?(sunpoe
              Flags|                            |t@FreeBSD.org)

--- Comment #4 from John W. O'Brien <john@saltant.com> ---
Created attachment 239232
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=239232&action=edit
textproc/py-mistune{,0}: Register mutual conflict

Due to the "import" behavior described in comment #1, installing
textproc/py-mistune0 and textproc/py-mistune concurrently is always an error
because the Python import logic will always use the latter. If
textproc/py-mistune0 is desired, it must be the only port installed for the
given version of Python. This patch registers the mutual conflict.

-- 
You are receiving this mail because:
You are the assignee for the bug.