On Tue 16/08/2022 14:45, Stuart Henderson wrote:
> I'm trying to prepare the tree to update setuptools.
>
> Doing a test bulk build with 64.0.3 I found that it breaks ipython
> packaging. Here's an update to 8.4.0 which fixes that. It needs a few
> ports adding (tgz attached, I've put them all in devel which seems the
> most appropriate place - stack_data is used by ipython, and the rest are
> deps/test deps on stack_data) :
>
> $ grep COM */Makefile | sed s,/Make.*=,,
> py-asttokens annotate Python ASTs with source text and token information
> py-executing get the currently executing AST node of a frame
> py-littleutils small personal collection of python utility functions
> py-pure_eval safely evaluate AST nodes without side effects
> py-stack_data extract data from Python stack frames and tracebacks
> py-typeguard run-time type checker for Python
>
> Any OKs to import the deps?
>
> I've done some tests with ipython including with matplotlib
> and that seems to work ok.
>
> I don't really know what I'm doing with jupyter-notebook so haven't
> checked that still works; is anyone able to do so?
New ports look good and build on amd64. Two comments: License marker of
py-asttokens/Makefile should read Apache-2.0 and that of py-stack_data
MIT (learned from github. Both are currently marked as XXX).
With the above OK bket@.
Lightly tested the update of ipython with jupyter-notebook and some
notebooks I use. Seems to work OK.
No comments:
Post a Comment