From owner-freebsd-python@freebsd.org Fri Sep 25 07:39:01 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 6C8D23ED93C for ; Fri, 25 Sep 2020 07:39:01 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from erza.lautre.net (erza.lautre.net [80.67.160.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "lautre.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ByP1J2qwqz4lt5 for ; Fri, 25 Sep 2020 07:39:00 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by erza.lautre.net (Postfix) with ESMTPSA id E9FDDF8040 for ; Fri, 25 Sep 2020 09:38:57 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 19D556A169C; Fri, 25 Sep 2020 09:38:56 +0200 (CEST) Date: Fri, 25 Sep 2020 09:38:56 +0200 From: Thierry Thomas To: freebsd-python@freebsd.org Subject: Re: Conflicts between py37-pygments and ipython5 Message-ID: <20200925073856.GA68717@graf.pompo.net> Mail-Followup-To: freebsd-python@freebsd.org References: <20200923195036.GC39822@graf.pompo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 12.1-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.tKjAnXLs: X-PGP: 0xF1C516B3C8359753 X-Rspamd-Queue-Id: 4ByP1J2qwqz4lt5 X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of thierry@pompo.net designates 80.67.160.89 as permitted sender) smtp.mailfrom=thierry@pompo.net X-Spamd-Result: default: False [4.43 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(0.00)[+mx]; TO_DN_NONE(0.00)[]; HAS_ORG_HEADER(0.00)[]; FORGED_SENDER(0.30)[thierry@freebsd.org,thierry@pompo.net]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:20766, ipnet:80.67.160.0/19, country:FR]; FROM_NEQ_ENVFROM(0.00)[thierry@freebsd.org,thierry@pompo.net]; TO_DOM_EQ_FROM_DOM(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[thierry]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.81)[0.812]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-python@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; NEURAL_SPAM_MEDIUM(0.93)[0.931]; RCPT_COUNT_ONE(0.00)[1]; BAD_REP_POLICIES(0.10)[]; RBL_VIRUSFREE_BOTNET(2.00)[80.67.160.89:from]; NEURAL_SPAM_LONG(0.39)[0.392]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-python] 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: Fri, 25 Sep 2020 07:39:01 -0000 Le jeu. 24 sept. 20 à 20:54:57 +0200, Steve Wills écrivait : Hello, > 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? Thanks, this is a good idea, and it would fix the problem ATM. But meanwhile I´m working on Sage´s next upgrade (ATM this is sage-9.2.beta9), and this one depends on recent versions (devel/ipython, etc.), and making devel/py-nbconvert would break Sage 9.2, to be released RSN. Is there a way to make these ports cohabit without conflicts? -- Th. Thomas.