From nobody Mon May 16 14:59:13 2022 X-Original-To: python@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 356C61ADED8C for ; Mon, 16 May 2022 14:59:25 +0000 (UTC) (envelope-from jh-fbml@snkmail.com) Received: from sneak2.sneakemail.com (sneak2.sneakemail.com [64.46.159.148]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4L22TS2ZGwz3ktn for ; Mon, 16 May 2022 14:59:24 +0000 (UTC) (envelope-from jh-fbml@snkmail.com) Received: (sneakemail censored 14389-1652713156-376924 #6); 16 May 2022 14:59:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=snkmail.com; s=mail; t=1652713157; bh=84rCztW3Q5ll5frY3oBE0OFQ6ZeHHTwnOlRYpz2pVWk=; h=Date:From:To:Subject:References:In-Reply-To:From; b=vYJaAg2bGGxqMgMsPC19ZCrnVpA+Q8erbBssUtWC7QWw6IZeYWTJ8SY0zfPnJtPnE xGZGq3HnBXAYl6WFfrt0uO0zAYanYiZp9vAv//OTqajg05C8noAXhYSMoBb7T2niWS VtwE0GGg+ymMNs1Skfh9bMOyAgTHWiH4AKM2tJ5w4efzjHeje+jOaXOzdks00F4laB zfuOwjkgs+xIb0dOrD5CUwzYE02gj2+k2mRRDub/Nq4jTUnOGP6YVAe3F/SMGIUcX8 EcdufVNI/k5gzxQNjzzjrI4xLD1wVNknKHyvk/kAik9/xC0MQh1DN3Npo2o5E/nx7I h08eplldsB/sQ== Received: (sneakemail censored 14389-1652713156-376924 #5); 16 May 2022 14:59:17 -0000 Received: (sneakemail censored 14389-1652713156-376924 #4); 16 May 2022 14:59:17 -0000 Received: (sneakemail censored 14389-1652713156-376924 #3); 16 May 2022 14:59:17 -0000 Received: (sneakemail censored 14389-1652713156-376924 #2); 16 May 2022 14:59:17 -0000 Received: (sneakemail censored 14389-1652713156-376924 #1); 16 May 2022 14:59:17 -0000 Message-ID: <14389-1652713156-376924@sneakemail.com> Date: Mon, 16 May 2022 08:59:13 -0600 From: "John Hein" To: python@freebsd.org List-Id: FreeBSD-specific Python issues List-Archive: https://lists.freebsd.org/archives/freebsd-python List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: textproc/py-m2r: Incompletely specified dependency References: <6a1b176f-ef5a-558b-d52f-4805c2fdc7b0@FreeBSD.org> In-Reply-To: <6a1b176f-ef5a-558b-d52f-4805c2fdc7b0@FreeBSD.org> X-Mailer: Perl5 Mail::Internet v X-Rspamd-Queue-Id: 4L22TS2ZGwz3ktn X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=snkmail.com header.s=mail header.b=vYJaAg2b; dmarc=none; spf=pass (mx1.freebsd.org: domain of jh-fbml@snkmail.com designates 64.46.159.148 as permitted sender) smtp.mailfrom=jh-fbml@snkmail.com X-Spamd-Result: default: False [-1.18 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.37)[-0.373]; R_DKIM_ALLOW(-0.20)[snkmail.com:s=mail]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FREEMAIL_FROM(0.00)[snkmail.com]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[snkmail.com]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.99)[-0.991]; R_SPF_ALLOW(-0.20)[+a:sneak2.sneakemail.com]; DKIM_TRACE(0.00)[snkmail.com:+]; NEURAL_SPAM_SHORT(0.79)[0.787]; MLMMJ_DEST(0.00)[python]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[snkmail.com]; ASN(0.00)[asn:5716, ipnet:64.46.159.0/24, country:US]; RCVD_IN_DNSWL_LOW(-0.10)[64.46.159.148:from] X-ThisMailContainsUnwantedMimeParts: N Kubilay Kocak wrote at 10:22 +1000 on May 16, 2022: . . > This causes the following failure at build time for users with mistune > installed, as the dependency is (incorrectly) satisfied by the installed > mistune (2.x) version: > . . > > AttributeError: module 'mistune' has no attribute 'BlockGrammar' > > *** Error code 1 > > Please set a correct for the mistune dependency: > > ${PYTHON_PKGNAMEPREFIX}mistune0<2:textproc/py-mistune0@${PY_FLAVOR} > > This will cause mistune0 to be installed. The issue of conflicting ports > is left as a separate exercise. Installing mistune0 is not enough to fix the problem if the newer mistune is also installed. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263956