On Sunday, February 18, 2024 at 9:07:04 AM UTC-8 Dima Pasechnik wrote:

1) you can even just get a binary wheel of pytest installed - it is very 
fast, and robust.


Yes, that's what my PR https://github.com/sagemath/sage/pull/37301 does. It 
installs pytest as a "wheel" package.

Whether you install a package from an sdist or from a wheel, you still have 
the same runtime dependencies ("install-requires"). 
What goes away when you use a wheel is only the build-time dependencies 
("build-system requires").
  

2) The major improvement is that sagelib will be easier to install into an 
existing venv, and that's a wish of quite a number of users. Much more 
Pythonic, too.


The pip-installability of sagelib has absolutely nothing to do with this 
discussion.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/3299fe86-fa67-4830-9f3c-1386235c37c8n%40googlegroups.com.

Reply via email to