From owner-freebsd-python@freebsd.org Thu Sep 24 18:55:10 2020 Return-Path: Delivered-To: freebsd-python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 76F9D4252C0 for ; Thu, 24 Sep 2020 18:55:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4By43y2cHgz426c for ; Thu, 24 Sep 2020 18:55:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 57CFF4250DE; Thu, 24 Sep 2020 18:55:10 +0000 (UTC) Delivered-To: python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5796F425263 for ; Thu, 24 Sep 2020 18:55:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4By43y1jLHz424b; Thu, 24 Sep 2020 18:55:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from lrrr.mouf.net (cpe-76-182-16-135.nc.res.rr.com [76.182.16.135]) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id 08OIt21S049284 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 24 Sep 2020 18:55:08 GMT (envelope-from swills@FreeBSD.org) Subject: Re: Conflicts between py37-pygments and ipython5 To: Thierry Thomas , python@freebsd.org References: <20200923195036.GC39822@graf.pompo.net> From: Steve Wills Message-ID: Date: Thu, 24 Sep 2020 14:54:57 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <20200923195036.GC39822@graf.pompo.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Thu, 24 Sep 2020 18:55:08 +0000 (UTC) X-Spam-Status: No, score=0.4 required=4.5 tests=KHOP_HELO_FCRDNS, NICE_REPLY_A autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.2 at mouf.net X-Virus-Status: Clean X-Rspamd-Queue-Id: 4By43y1jLHz424b X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:36236, ipnet:2607:fc50::/36, country:US]; REPLY(-4.00)[] X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2020 18:55:10 -0000 Hi, On 9/23/20 3:50 PM, Thierry Thomas wrote: > Hello, > > math/sage is now BROKEN, caused by PR 249131 / r549076: > > ===> sage-math-9.1_5 depends on package: py37-nbconvert>0 - not found > ===> Installing existing package /packages/All/py37-nbconvert-5.6.1_1.txz > [121amd64-default-build-as-user-job-04] Installing py37-nbconvert-5.6.1_1... > [121amd64-default-build-as-user-job-04] `-- Installing py37-nbformat-5.0.7... > [121amd64-default-build-as-user-job-04] `-- Extracting py37-nbformat-5.0.7: > .......... done > [121amd64-default-build-as-user-job-04] `-- Installing > py37-pandocfilters-1.4.2... > [121amd64-default-build-as-user-job-04] `-- Extracting > py37-pandocfilters-1.4.2: .......... done > [121amd64-default-build-as-user-job-04] `-- Installing py37-pygments-2.7.1... > pkg-static: py37-pygments-2.7.1 conflicts with py37-pygments-25-2.5.2 > (installs files into the same place). Problematic file: > /usr/local/bin/pygmentize-3.7 > > Failed to install the following 1 package(s): > /packages/All/py37-nbconvert-5.6.1_1.txz > *** Error code 70 > > math/sage does not directly depend on textproc/py-pygments, but it > depends on devel/py-nbconvert which does. > > And it also depend on devel/ipython5, which requires py37-pygments-25. > > Is there a way to solve this conflict? > I saw a similar thing with devel/py-jira with the SHELL option enabled. I disabled it locally, but I think perhaps devel/nbconvert should use textproc/pygments-25? Steve