Path: csiph.com!weretis.net!feeder9.news.weretis.net!panix!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!news.corradoroberto.it!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Drew Parsons Newsgroups: linux.debian.maint.python Subject: Re: Date: Mon, 22 Jul 2024 13:00:01 +0200 Message-ID: References: X-Original-To: Alexandre Detiste X-Mailbox-Line: From debian-python-request@lists.debian.org Mon Jul 22 10:59:08 2024 Old-Return-Path: X-Amavis-Spam-Status: No, score=-4.2 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7, REFWD=3.5] autolearn=no autolearn_force=no X-Policyd-Weight: using cached result; rate: -3.5 MIME-Version: 1.0 Reply-To: dparsons@debian.org Mail-Reply-To: dparsons@debian.org X-Sender: dparsons@debian.org Organization: The Debian Project Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Gnd-Sasl: webmail@emerall.com X-Mailing-List: archive/latest/22098 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/566ecde2d5819807d02e2249707d3edc@debian.org Approved: robomod@news.nic.it Lines: 41 Sender: robomod@news.nic.it X-Original-Cc: Nilesh Patra , Debian Python X-Original-Date: Mon, 22 Jul 2024 12:58:49 +0200 X-Original-Message-ID: <566ecde2d5819807d02e2249707d3edc@debian.org> X-Original-References: Xref: csiph.com linux.debian.maint.python:16060 On 2024-07-22 11:40, Alexandre Detiste wrote: > Hi Nilesh, > > I joined Astro team and took care of matplotlib rdeps there. > > I'm struggling with basemap... I don't understand how > this multi-package with it's 3 setup.py works. > It's the very last rdpeps that will block migration later on. > > I think it's the right time to upload to Unstable. > --- > > matplotlib build is failing right now too. > Salsa CI logs are truncated & useless. > > dh_sphinxdoc -O--buildsystem=pybuild > dh_sphinxdoc: error: > debian/python-matplotlib-doc/usr/share/doc/python-matplotlib-doc/html/search.html > does not load searchindex.js > make: *** [debian/rules:26: binary] Error 25 > dpkg-buildpackage: error: fakeroot debian/rules binary subprocess > returned exit status 2 > I: copying local configuration > E: Failed autobuilding of package > > Greetings Thanks Alexandre. Certainly I'll be happy to have matplotlib 3.8 (if not 3.9) in unstable, if we can live with kicking basemap out of testing. scipy-docs will use matplotlib-docs. The new basemap has pushed setup.py down into one of the subdirs. I've haven't looked into it deeply, but I'm wondering if it might work just setting appropriate PYBUILD_* variables in debian to point sourcedir at the new subdir containing setup.py? i.e. activating pybuild's --dir option. Not sure if that would mean a PYBUILD_DIR variable or something else. Depends on whether we can ignore the other new subdirs. I haven't checked for correspondence between the new and the old basemap source. Drew